Searched refs:kOtg_StatusSessVld (Results 1 – 3 of 3) sorted by relevance
1095 else if (0U != (otgInstance->otgControllerStatus & ((uint32_t)kOtg_StatusSessVld))) in _USB_OtgEnterStateBIdle()1115 … ((uint32_t)kOtg_StatusId) | ((uint32_t)kOtg_StatusAdpChange) | ((uint32_t)kOtg_StatusSessVld) | in _USB_OtgEnterStateBIdle()1208 case kOtg_StatusSessVld: in _USB_OtgProcessStateBIdle()1212 otgInstance->otgControllerStatus |= (uint32_t)kOtg_StatusSessVld; in _USB_OtgProcessStateBIdle()1290 case kOtg_StatusSessVld: /* this change is not align with spec state machine */ in _USB_OtgProcessStateBSrpInit()1294 otgInstance->otgControllerStatus |= kOtg_StatusSessVld; in _USB_OtgProcessStateBSrpInit()1320 (0U == (otgInstance->otgControllerStatus & ((uint32_t)kOtg_StatusSessVld)))) in _USB_OtgEnterStateBPeripheral()1364 case kOtg_StatusSessVld: in _USB_OtgProcessStateBPeripheral()1368 otgInstance->otgControllerStatus &= ~((uint32_t)kOtg_StatusSessVld); in _USB_OtgProcessStateBPeripheral()1428 (0U == (otgInstance->otgControllerStatus & ((uint32_t)kOtg_StatusSessVld)))) in _USB_OtgEnterStateBWaitAcon()[all …]
45 kOtg_StatusSessVld = 0x0200U, /*! b_sess_vld */ enumerator
192 (void)USB_OtgNotifyChange(otgKhciInstance->otgHandle, (uint32_t)kOtg_StatusSessVld, value); in USB_OtgKhciParsePeripheralStatus()684 (void)USB_OtgNotifyChange(otgHandle, (uint32_t)kOtg_StatusSessVld, 1); in USB_OtgKhciIsrFunction()