Searched refs:otgStatusType (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/otg/ |
D | usb_otg_oci.c | 1718 if (otgMsg.otgStatusType == (uint32_t)kOtg_StatusChange) in USB_OtgTaskFunction() 1726 if (otgMsg.otgStatusType == (uint32_t)kOtg_StatusTimeOut) in USB_OtgTaskFunction() 1740 … _USB_OtgProcessStateStart(otgInstance, otgMsg.otgStatusType, otgMsg.otgStatusValue); in USB_OtgTaskFunction() 1744 … _USB_OtgProcessStateAIdle(otgInstance, otgMsg.otgStatusType, otgMsg.otgStatusValue); in USB_OtgTaskFunction() 1748 … _USB_OtgProcessStateAWaitVrise(otgInstance, otgMsg.otgStatusType, otgMsg.otgStatusValue); in USB_OtgTaskFunction() 1752 … _USB_OtgProcessStateAWaitBcon(otgInstance, otgMsg.otgStatusType, otgMsg.otgStatusValue); in USB_OtgTaskFunction() 1756 … _USB_OtgProcessStateAHost(otgInstance, otgMsg.otgStatusType, otgMsg.otgStatusValue); in USB_OtgTaskFunction() 1760 … _USB_OtgProcessStateAWaitVfall(otgInstance, otgMsg.otgStatusType, otgMsg.otgStatusValue); in USB_OtgTaskFunction() 1764 … _USB_OtgProcessStateASuspend(otgInstance, otgMsg.otgStatusType, otgMsg.otgStatusValue); in USB_OtgTaskFunction() 1768 … _USB_OtgProcessStateAPeripheral(otgInstance, otgMsg.otgStatusType, otgMsg.otgStatusValue); in USB_OtgTaskFunction() [all …]
|
D | usb_otg_oci.h | 100 uint32_t otgStatusType; /*!< The status types please reference to #usb_otg_status_type_t */ member
|