Home
last modified time | relevance | path

Searched refs:__IO (Results 1 – 11 of 11) sorted by relevance

/components/drivers/usb/cherryusb/port/musb/
A Dusb_musb_reg.h69 __IO uint8_t VEND0;
88 __IO uint8_t LINKINFO;
100 __IO uint8_t CSRL0;
116 __IO uint16_t COUNT0;
140 __IO uint8_t FADDR;
141 __IO uint8_t TXFUNCADDR0;
146 __IO uint8_t TXHUBADDR0;
147 __IO uint8_t TXHUBPORT0;
149 __IO uint8_t RXFUNCADDR0;
151 __IO uint8_t RXHUBADDR0;
[all …]
/components/drivers/usb/cherryusb/port/aic/
A Dusb_dc_aic_reg.h13 __IO uint32_t ahbbasic; /* 0x0000: AHBBASIC */
14 __IO uint32_t usbdevinit; /* 0x0004: USBDEVINIT */
15 __IO uint32_t usbphyif; /* 0x0008: USBPHYIF */
16 __IO uint32_t usbulpiphy; /* 0x000C: USBULPIPHY */
17 __IO uint32_t usbintsts; /* 0x0010: USBINTSTS */
18 __IO uint32_t usbintmsk; /* 0x0014: USBINTMSK */
19 __IO uint32_t rxfifosiz; /* 0x0018: RXFIFOSIZ */
31 __IO uint32_t usbepint; /* 0x0214: USBEPINT */
52 __IO uint32_t dtknqr1; /* 0x0360: DTKNQR1 */
53 __IO uint32_t dtknqr2; /* 0x0364: DTKNQR2 */
[all …]
A Dusb_dc_aic.c59 #define AIC_EP_FIFO(i) *(__IO uint32_t *)(USB_BASE + AIC_EP_FIFO_BASE + ((i)*AIC_EP_FIFO_SIZE))
/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_dwc2_reg.h9 #define __IO volatile /*!< Defines 'read / write' permissions */ macro
41 __IO uint32_t DIEPTXF[0x0F]; /*!< dev Periodic Transmit FIFO */
49 __IO uint32_t DCFG; /*!< dev Configuration Register 800h */
50 __IO uint32_t DCTL; /*!< dev Control Register 804h */
51 __IO uint32_t DSTS; /*!< dev Status Register (RO) 808h */
53 __IO uint32_t DIEPMSK; /*!< dev IN Endpoint Mask 810h */
54 __IO uint32_t DOEPMSK; /*!< dev OUT Endpoint Mask 814h */
55 __IO uint32_t DAINT; /*!< dev All Endpoints Itr Reg 818h */
56 __IO uint32_t DAINTMSK; /*!< dev All Endpoints Itr Mask 81Ch */
59 __IO uint32_t DVBUSDIS; /*!< dev VBUS discharge Register 828h */
[all …]
A Dusb_hc_dwc2.c12 #define USB_OTG_PCGCCTL *(__IO uint32_t *)((uint32_t)bus->hcd.reg_base + USB_OTG_PCGCCTL_BASE)
13 #define USB_OTG_HPRT *(__IO uint32_t *)((uint32_t)bus->hcd.reg_base + USB_OTG_HOST_PORT_BASE)
194 __IO uint32_t hprt0 = 0U; in dwc2_drivebus()
211 __IO uint32_t hprt0 = 0U; in usbh_get_port_speed()
311 __IO uint32_t tmpreg; in dwc2_chan_transfer()
344 __IO uint32_t tmpreg; in dwc2_chan_reenable()
386 __IO uint32_t hprt0 = 0U; in usbh_reset_port()
854 __IO uint32_t hprt0; in usbh_roothub_control()
1428 __IO uint32_t hprt0, hprt0_dup, regval; in dwc2_port_irq_handler()
A Dusb_glue_st.c575 __IO uint32_t count = 0U; in usb_hsphy_init()
A Dusb_dc_dwc2.c59 #define USB_OTG_PCGCCTL *(__IO uint32_t *)((uint32_t)USBD_BASE + USB_OTG_PCGCCTL_BASE)
62 #define USB_OTG_FIFO(i) *(__IO uint32_t *)(USBD_BASE + USB_OTG_FIFO_BASE + ((i)*USB_OTG_FIFO_SIZE))
/components/drivers/usb/cherryusb/port/fsdev/
A Dusb_fsdev_reg.h17 __IO uint16_t RESERVED0; /*!< Reserved */
19 __IO uint16_t RESERVED1; /*!< Reserved */
21 __IO uint16_t RESERVED2; /*!< Reserved */
23 __IO uint16_t RESERVED3; /*!< Reserved */
25 __IO uint16_t RESERVED4; /*!< Reserved */
1463 __IO uint16_t *_wRegVal; \
1473 __IO uint16_t *_wRegVal; \
1538 __IO uint16_t *pdwReg; \
1555 __IO uint16_t *_wRegVal; \
1565 __IO uint16_t *_wRegVal; \
[all …]
A Dusb_dc_fsdev.c507 __IO uint16_t *pdwVal; in fsdev_write_pma()
510 pdwVal = (__IO uint16_t *)(BaseAddr + 0x400U + ((uint32_t)wPMABufAddr * PMA_ACCESS)); in fsdev_write_pma()
540 __IO uint16_t *pdwVal; in fsdev_read_pma()
543 pdwVal = (__IO uint16_t *)(BaseAddr + 0x400U + ((uint32_t)wPMABufAddr * PMA_ACCESS)); in fsdev_read_pma()
546 temp = *(__IO uint16_t *)pdwVal; in fsdev_read_pma()
/components/drivers/usb/cherryusb/port/kinetis/
A Dusb_kinetis_reg.h10 #define __IO volatile /* Define "read-write" permission */ macro
37 __IO uint8_t OTGCTL; /**< OTG Control, offset: 0x1C */
39 __IO uint8_t ISTAT; /**< Interrupt Status, offset: 0x80 */
41 __IO uint8_t INTEN; /**< Interrupt Enable, offset: 0x84 */
49 __IO uint8_t CTL; /**< Control, offset: 0x94 */
51 __IO uint8_t ADDR; /**< Address, offset: 0x98 */
53 __IO uint8_t BDTPAGE1; /**< BDT Page 1, offset: 0x9C */
59 __IO uint8_t TOKEN; /**< Token, offset: 0xA8 */
61 __IO uint8_t SOFTHLD; /**< SOF Threshold, offset: 0xAC */
63 __IO uint8_t BDTPAGE2; /**< BDT Page 2, offset: 0xB0 */
[all …]
/components/drivers/usb/cherryusb/demo/
A Ddfu_st_cubemx_main.c64 if (((*(__IO uint32_t *)USBD_DFU_APP_DEFAULT_ADD) & 0x2FFFB000) == 0x20000000) in jump_app()
68 JumpAddress = *(__IO uint32_t *)(USBD_DFU_APP_DEFAULT_ADD + 4); in jump_app()
72 __set_MSP(*(__IO uint32_t *)USBD_DFU_APP_DEFAULT_ADD); in jump_app()

Completed in 73 milliseconds