Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg_oci.c600 …stance->controllerInterface->controllerControl(otgInstance->controllerHandle, kOtg_ControlPullDown, in _USB_OtgEnterStateAHost()
624 (uint32_t)kOtg_ControlPullDown, 0, 0); in _USB_OtgExitHost()
885 … (uint32_t)kOtg_ControlPullDown, kOtg_PullDm, 0); in _USB_OtgEnterStateAPeripheral()
922 (uint32_t)kOtg_ControlPullDown, 0, 0); in _USB_OtgExitDevice()
1111 …stance->controllerInterface->controllerControl(otgInstance->controllerHandle, kOtg_ControlPullDown, in _USB_OtgEnterStateBIdle()
1333 … otgInstance->controllerHandle, (uint32_t)kOtg_ControlPullDown, (uint32_t)kOtg_PullDm, 0); in _USB_OtgEnterStateBPeripheral()
1541 (uint32_t)kOtg_ControlPullDown, in _USB_OtgEnterStateBHost()
Dusb_otg_oci.h63 kOtg_ControlPullDown, /*! pull dp/dm down */ enumerator
Dusb_otg_khci.c433 case kOtg_ControlPullDown: in USB_OtgKhciControl()