Home
last modified time | relevance | path

Searched refs:USB_DWC2_GGPIO_STM32_VBDEN (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/drivers/usb/device/
Dusb_dc_dw_stm32.h57 base->ggpio |= USB_DWC2_GGPIO_STM32_PWRDWN | USB_DWC2_GGPIO_STM32_VBDEN; in pwr_on_st_stm32f4_fsotg()
/Zephyr-Core-3.7.0/drivers/usb/udc/
Dudc_dwc2_vendor_quirks.h68 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()
/Zephyr-Core-3.7.0/drivers/usb/common/
Dusb_dwc2_hw.h337 #define USB_DWC2_GGPIO_STM32_VBDEN BIT(USB_DWC2_GGPIO_STM32_VBDEN_POS) macro