Searched refs:USB_DWC2_GGPIO_STM32_VBDEN (Results 1 – 3 of 3) sorted by relevance
57 base->ggpio |= USB_DWC2_GGPIO_STM32_PWRDWN | USB_DWC2_GGPIO_STM32_VBDEN; in pwr_on_st_stm32f4_fsotg()
68 sys_set_bits(ggpio_reg, USB_DWC2_GGPIO_STM32_PWRDWN | USB_DWC2_GGPIO_STM32_VBDEN); in stm32f4_fsotg_enable_phy()78 sys_clear_bits(ggpio_reg, USB_DWC2_GGPIO_STM32_PWRDWN | USB_DWC2_GGPIO_STM32_VBDEN); in stm32f4_fsotg_disable_phy()
337 #define USB_DWC2_GGPIO_STM32_VBDEN BIT(USB_DWC2_GGPIO_STM32_VBDEN_POS) macro