Home
last modified time | relevance | path

Searched refs:HPCS_PP (Results 1 – 2 of 2) sorted by relevance

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/driver/Source/
A Ddrv_usb_host.c150 if (!(port & HPCS_PP) && (1U == state)) { in usb_portvbus_switch()
151 port |= HPCS_PP; in usb_portvbus_switch()
154 if ((port & HPCS_PP) && (0U == state)) { in usb_portvbus_switch()
155 port &= ~HPCS_PP; in usb_portvbus_switch()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/driver/Include/
A Ddrv_usb_regs.h367 #define HPCS_PP BIT(12) /*!< port power */ macro

Completed in 10 milliseconds