Searched refs:otgMsg (Results 1 – 1 of 1) sorted by relevance
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/otg/ |
D | usb_otg_oci.c | 1707 usb_otg_msg_t otgMsg; in USB_OtgTaskFunction() local 1716 …if (OSA_MsgQGet(otgInstance->otgMsgHandle, (osa_msg_handle_t)&otgMsg, USB_OSA_WAIT_TIMEOUT) == KOS… in USB_OtgTaskFunction() 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() [all …]
|