Home
last modified time | relevance | path

Searched refs:GRSTCTL (Results 1 – 7 of 7) sorted by relevance

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/driver/Source/
A Ddrv_usb_core.c244 usb_regs->gr->GRSTCTL = ((uint32_t)fifo_num << 6U) | GRSTCTL_TXFF; in usb_txfifo_flush()
247 while (usb_regs->gr->GRSTCTL & GRSTCTL_TXFF) { in usb_txfifo_flush()
265 usb_regs->gr->GRSTCTL = GRSTCTL_RXFF; in usb_rxfifo_flush()
268 while (usb_regs->gr->GRSTCTL & GRSTCTL_RXFF) { in usb_rxfifo_flush()
334 usb_regs->gr->GRSTCTL |= GRSTCTL_CSRST; in usb_core_reset()
337 while (usb_regs->gr->GRSTCTL & GRSTCTL_CSRST) { in usb_core_reset()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/driver/Include/
A Ddrv_usb_regs.h90 …__IO uint32_t GRSTCTL; /*!< USB global reset control register … member
/bsp/fm33lc026/libraries/FM/FM33xx/Include/
A Dfm33lc0xx.h569 …__IO uint32_t GRSTCTL; /*!< USB Global Reset Control Register, Address … member
/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/CMSIS/Include/
A Dfm33lc0xx.h569 …__IO uint32_t GRSTCTL; /*!< USB Global Reset Control Register, Address … member
/bsp/rockchip/common/rk_hal/lib/CMSIS/Device/RK2108/Include/
A Drk2108_usb.h23 __IO uint32_t GRSTCTL; /* Address Offset: 0x0010 */ member
/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/
A Defm32gg_usb.h53 __IO uint32_t GRSTCTL; /**< Reset Register */ member
/bsp/CME_M7/StdPeriph_Driver/inc/
A Dcmem7.h3208 …__IO uint32_t GRSTCTL; /*!< Reset Register … member

Completed in 101 milliseconds