Home
last modified time | relevance | path

Searched refs:kOtg_State_AIdle (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg.h70 kOtg_State_AIdle, /*! a_idle state */ enumerator
Dusb_otg_oci.c179 otgInstance->otgDeviceState = (uint8_t)kOtg_State_AIdle; in _USB_OtgEnterStateAIdle()
189 (uint32_t)kOtg_State_AIdle); in _USB_OtgEnterStateAIdle()
192 (uint32_t)kOtg_State_AIdle); in _USB_OtgEnterStateAIdle()
1743 case kOtg_State_AIdle: in USB_OtgTaskFunction()
1816 if ((otgInstance->otgDeviceState >= (uint8_t)kOtg_State_AIdle) && in USB_OtgBusDrop()