Searched refs:USB_GetMode (Results 1 – 4 of 4) sorted by relevance
534 uint32_t USB_GetMode(USB_OTG_GlobalTypeDef *USBx);
505 if (USB_GetMode(hhcd->Instance) == USB_OTG_MODE_HOST) in HAL_HCD_IRQHandler()
1045 if (USB_GetMode(hpcd->Instance) == USB_OTG_MODE_DEVICE) in HAL_PCD_IRQHandler()
1018 uint32_t USB_GetMode(USB_OTG_GlobalTypeDef *USBx) in USB_GetMode() function