|
uint32_t | STM32_USBO_OTG_ISR_Handler (USB_OTG_CORE_HANDLE *pdev) |
| STM32_USBO_OTG_ISR_Handler. More...
|
|
uint32_t | USB_OTG_GetCurrentState (USB_OTG_CORE_HANDLE *pdev) |
| USB_OTG_GetCurrentState Return current OTG State. More...
|
|
static uint32_t | USB_OTG_HandleConnectorIDStatusChange_ISR (USB_OTG_CORE_HANDLE *pdev) |
| USB_OTG_HandleConnectorIDStatusChange_ISR handles the Connector ID Status Change Interrupt. More...
|
|
uint32_t | USB_OTG_HandleOTG_ISR (USB_OTG_CORE_HANDLE *pdev) |
| USB_OTG_HandleOTG_ISR handles the OTG Interrupts. More...
|
|
static uint32_t | USB_OTG_HandleSessionRequest_ISR (USB_OTG_CORE_HANDLE *pdev) |
| USB_OTG_HandleSessionRequest_ISR Initiating the Session Request Protocol. More...
|
|
void | USB_OTG_InitiateHNP (USB_OTG_CORE_HANDLE *pdev, uint8_t state, uint8_t mode) |
| USB_OTG_InitiateHNP Initiate HNP. More...
|
|
void | USB_OTG_InitiateSRP (USB_OTG_CORE_HANDLE *pdev) |
| USB_OTG_InitiateSRP Initiate an srp session. More...
|
|
static uint32_t | USB_OTG_Read_itr (USB_OTG_CORE_HANDLE *pdev) |
| USB_OTG_Read_itr returns the Core Interrupt register. More...
|
|