Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg.h83kOtg_State_BPeripheral, /*! b_peripheral or bp_peripheral state, when the device is peripheral-onl… enumerator
Dusb_otg_oci.c1326 otgInstance->otgDeviceState = (uint8_t)kOtg_State_BPeripheral; in _USB_OtgEnterStateBPeripheral()
1340 ((uint32_t)kOtg_State_BPeripheral)); in _USB_OtgEnterStateBPeripheral()
1342 …nce->otgCallback(otgInstance->otgCallbackParameter, kOtg_EventStateChange, kOtg_State_BPeripheral); in _USB_OtgEnterStateBPeripheral()
1787 case kOtg_State_BPeripheral: in USB_OtgTaskFunction()