Searched refs:kOtg_State_BPeripheral (Results 1 – 2 of 2) sorted by relevance
83 …kOtg_State_BPeripheral, /*! b_peripheral or bp_peripheral state, when the device is peripheral-onl… enumerator
1326 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()