Home
last modified time | relevance | path

Searched refs:USB_SetCurrentMode (Results 1 – 8 of 8) sorted by relevance

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_usb.h543 HAL_StatusTypeDef USB_SetCurrentMode(USB_OTG_GlobalTypeDef *USBx, USB_ModeTypeDef mode);
599 HAL_StatusTypeDef USB_SetCurrentMode(USB_TypeDef *USBx, USB_ModeTypeDef mode);
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_usb.h436 HAL_StatusTypeDef USB_SetCurrentMode(USB_OTG_GlobalTypeDef *USBx, USB_OTG_ModeTypeDef mode);
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_usb.c239 HAL_StatusTypeDef USB_SetCurrentMode(USB_OTG_GlobalTypeDef *USBx, USB_ModeTypeDef mode) in USB_SetCurrentMode() function
1885 HAL_StatusTypeDef USB_SetCurrentMode(USB_TypeDef *USBx, USB_ModeTypeDef mode) in USB_SetCurrentMode() function
H A Dstm32l4xx_hal_hcd.c164 (void)USB_SetCurrentMode(hhcd->Instance, USB_HOST_MODE); in HAL_HCD_Init()
H A Dstm32l4xx_hal_pcd.c200 (void)USB_SetCurrentMode(hpcd->Instance, USB_DEVICE_MODE); in HAL_PCD_Init()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_hcd.c167 (void)USB_SetCurrentMode(hhcd->Instance, USB_HOST_MODE); in HAL_HCD_Init()
H A Dstm32f4xx_hal_pcd.c191 (void)USB_SetCurrentMode(hpcd->Instance, USB_DEVICE_MODE); in HAL_PCD_Init()
H A Dstm32f4xx_ll_usb.c248 HAL_StatusTypeDef USB_SetCurrentMode(USB_OTG_GlobalTypeDef *USBx, USB_OTG_ModeTypeDef mode) in USB_SetCurrentMode() function