Home
last modified time | relevance | path

Searched refs:USB_StopDevice (Results 1 – 6 of 6) sorted by relevance

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_usb.h560 HAL_StatusTypeDef USB_StopDevice(USB_OTG_GlobalTypeDef *USBx);
613 HAL_StatusTypeDef USB_StopDevice(USB_TypeDef *USBx);
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_usb.h455 HAL_StatusTypeDef USB_StopDevice(USB_OTG_GlobalTypeDef *USBx);
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_usb.c940 HAL_StatusTypeDef USB_StopDevice(USB_OTG_GlobalTypeDef *USBx) in USB_StopDevice() function
2346 HAL_StatusTypeDef USB_StopDevice(USB_TypeDef *USBx) in USB_StopDevice() function
H A Dstm32l4xx_hal_pcd.c1029 if (USB_StopDevice(hpcd->Instance) != HAL_OK) in HAL_PCD_Stop()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_pcd.c255 if (USB_StopDevice(hpcd->Instance) != HAL_OK) in HAL_PCD_DeInit()
H A Dstm32f4xx_ll_usb.c1065 HAL_StatusTypeDef USB_StopDevice(USB_OTG_GlobalTypeDef *USBx) in USB_StopDevice() function