Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_usb.h595 HAL_StatusTypeDef USB_CoreInit(USB_TypeDef *USBx, USB_CfgTypeDef cfg);
596 HAL_StatusTypeDef USB_DevInit(USB_TypeDef *USBx, USB_CfgTypeDef cfg);
597 HAL_StatusTypeDef USB_EnableGlobalInt(USB_TypeDef *USBx);
598 HAL_StatusTypeDef USB_DisableGlobalInt(USB_TypeDef *USBx);
599 HAL_StatusTypeDef USB_SetCurrentMode(USB_TypeDef *USBx, USB_ModeTypeDef mode);
600 HAL_StatusTypeDef USB_SetDevSpeed(USB_TypeDef *USBx, uint8_t speed);
601 HAL_StatusTypeDef USB_FlushRxFifo(USB_TypeDef *USBx);
602 HAL_StatusTypeDef USB_FlushTxFifo(USB_TypeDef *USBx, uint32_t num);
603 HAL_StatusTypeDef USB_ActivateEndpoint(USB_TypeDef *USBx, USB_EPTypeDef *ep);
604 HAL_StatusTypeDef USB_DeactivateEndpoint(USB_TypeDef *USBx, USB_EPTypeDef *ep);
[all …]
H A Dstm32l4xx_hal_pcd.h93 typedef USB_TypeDef PCD_TypeDef;
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_usb.c1819 HAL_StatusTypeDef USB_CoreInit(USB_TypeDef *USBx, USB_CfgTypeDef cfg) in USB_CoreInit()
1839 HAL_StatusTypeDef USB_EnableGlobalInt(USB_TypeDef *USBx) in USB_EnableGlobalInt()
1861 HAL_StatusTypeDef USB_DisableGlobalInt(USB_TypeDef *USBx) in USB_DisableGlobalInt()
1885 HAL_StatusTypeDef USB_SetCurrentMode(USB_TypeDef *USBx, USB_ModeTypeDef mode) in USB_SetCurrentMode()
1906 HAL_StatusTypeDef USB_DevInit(USB_TypeDef *USBx, USB_CfgTypeDef cfg) in USB_DevInit()
1937 HAL_StatusTypeDef USB_SetDevSpeed(USB_TypeDef *USBx, uint8_t speed) in USB_SetDevSpeed()
1959 HAL_StatusTypeDef USB_FlushTxFifo(USB_TypeDef *USBx, uint32_t num) in USB_FlushTxFifo()
1978 HAL_StatusTypeDef USB_FlushRxFifo(USB_TypeDef *USBx) in USB_FlushRxFifo()
1997 HAL_StatusTypeDef USB_ActivateEndpoint(USB_TypeDef *USBx, USB_EPTypeDef *ep) in USB_ActivateEndpoint()
2113 HAL_StatusTypeDef USB_DeactivateEndpoint(USB_TypeDef *USBx, USB_EPTypeDef *ep) in USB_DeactivateEndpoint()
[all …]
H A Dstm32l4xx_hal_pcd_ex.c357 USB_TypeDef *USBx = hpcd->Instance; in HAL_PCDEx_ActivateBCD()
378 USB_TypeDef *USBx = hpcd->Instance; in HAL_PCDEx_DeActivateBCD()
394 USB_TypeDef *USBx = hpcd->Instance; in HAL_PCDEx_BCD_VBUSDetect()
489 USB_TypeDef *USBx = hpcd->Instance; in HAL_PCDEx_ActivateLPM()
506 USB_TypeDef *USBx = hpcd->Instance; in HAL_PCDEx_DeActivateLPM()
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/CMSIS/Device/ST/STM32L0xx/Include/
H A Dstm32l073xx.h618 } USB_TypeDef; typedef
775 #define USB ((USB_TypeDef *) USB_BASE)
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/CMSIS/Device/ST/STM32WBxx/Include/
H A Dstm32wb55xx.h781 } USB_TypeDef; typedef
1092 #define USB ((USB_TypeDef *) USB1_BASE)