Home
last modified time | relevance | path

Searched refs:kOtg_StatusVbusInvld (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg.h55 kOtg_StatusVbusInvld = 0x80000U, /*! a_vbus_vld(non) */ enumerator
Dusb_otg_oci.c490 … ((uint32_t)kOtg_StatusId) | ((uint32_t)kOtg_StatusVbusInvld) | ((uint32_t)kOtg_StatusBConn), in _USB_OtgEnterStateAWaitBcon()
604 … ((uint32_t)kOtg_StatusId) | ((uint32_t)kOtg_StatusBDisconn) | ((uint32_t)kOtg_StatusVbusInvld), in _USB_OtgEnterStateAHost()
757 … ((uint32_t)kOtg_StatusId) | ((uint32_t)kOtg_StatusBDisconn) | ((uint32_t)kOtg_StatusVbusInvld), in _USB_OtgEnterStateASuspend()
898 ((uint32_t)kOtg_StatusId) | ((uint32_t)kOtg_StatusVbusInvld), kOtg_State_APeripheral); in _USB_OtgEnterStateAPeripheral()
902 ((uint32_t)kOtg_StatusId) | ((uint32_t)kOtg_StatusVbusInvld) | in _USB_OtgEnterStateAPeripheral()
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/usb/otg/
Dusb_otg.h55 kOtg_StatusVbusInvld = 0x80000U, /*! a_vbus_vld(non) */ enumerator