Searched refs:kOtg_StatusId (Results 1 – 3 of 3) sorted by relevance
120 kOtg_StatusId, kOtg_State_Start); in _USB_OtgEnterStateStart()135 case kOtg_StatusId: in _USB_OtgProcessStateStart()139 otgInstance->otgControllerStatus |= (uint32_t)kOtg_StatusId; in _USB_OtgProcessStateStart()146 otgInstance->otgControllerStatus &= ~((uint32_t)kOtg_StatusId); in _USB_OtgProcessStateStart()168 if (0U != (otgInstance->otgControllerStatus & ((uint32_t)kOtg_StatusId))) in _USB_OtgEnterStateAIdle()188 … ((uint32_t)kOtg_StatusId) | ((uint32_t)kOtg_StatusSrpDet) | ((uint32_t)kOtg_StatusAdpChange), in _USB_OtgEnterStateAIdle()268 case kOtg_StatusId: in _USB_OtgProcessStateAIdle()272 otgInstance->otgControllerStatus |= (uint32_t)kOtg_StatusId; in _USB_OtgProcessStateAIdle()313 if ((0U != (otgInstance->otgControllerStatus & ((uint32_t)kOtg_StatusId))) || in _USB_OtgEnterStateAWaitVrise()335 ((uint32_t)kOtg_StatusId) | ((uint32_t)kOtg_StatusVbusVld), kOtg_State_AWaitVrise); in _USB_OtgEnterStateAWaitVrise()[all …]
182 (void)USB_OtgNotifyChange(otgKhciInstance->otgHandle, (uint32_t)kOtg_StatusId, value); in USB_OtgKhciParsePeripheralStatus()311 …if (0U != ((requestState & ((uint32_t)kOtg_StatusId))) && (stateMachine == ((uint32_t)kOtg_State_S… in _USB_OtgKhciRequestState()323 (void)USB_OtgNotifyChange(otgKhciInstance->otgHandle, (uint32_t)kOtg_StatusId, value); in _USB_OtgKhciRequestState()
36 kOtg_StatusId = 0x0001U, /*! id */ enumerator