Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg_oci.c331 … (uint32_t)kOtg_ControlVbus, 1, 0); in _USB_OtgEnterStateAWaitVrise()
425 (uint32_t)kOtg_ControlVbus, 0, 0); in _USB_OtgEnterStateAWaitVfall()
486 … (uint32_t)kOtg_ControlVbus, 1, 0); in _USB_OtgEnterStateAWaitBcon()
597 … (uint32_t)kOtg_ControlVbus, 1, 0); in _USB_OtgEnterStateAHost()
753 … (uint32_t)kOtg_ControlVbus, 1, 0); in _USB_OtgEnterStateASuspend()
891 … (uint32_t)kOtg_ControlVbus, 1, 0); in _USB_OtgEnterStateAPeripheral()
1032 … (uint32_t)kOtg_ControlVbus, 0, 0); in _USB_OtgEnterStateAVbusErr()
Dusb_otg_oci.h61 kOtg_ControlVbus, /*! control vbus */ enumerator
Dusb_otg_khci.c491 case kOtg_ControlVbus: in USB_OtgKhciControl()