Searched refs:kPeripheral_StatusSessVld (Results 1 – 2 of 2) sorted by relevance
185 if (0U != (changes & ((uint32_t)kPeripheral_StatusSessVld))) in USB_OtgKhciParsePeripheralStatus()188 if (0U != (newStatus & ((uint32_t)kPeripheral_StatusSessVld))) in USB_OtgKhciParsePeripheralStatus()663 (void)USB_OtgPeripheralGetStatus((uint32_t)kPeripheral_StatusSessVld, &value); in USB_OtgKhciIsrFunction()666 otgKhciInstance->peripheralStatus |= (uint32_t)kPeripheral_StatusSessVld; in USB_OtgKhciIsrFunction()670 otgKhciInstance->peripheralStatus &= (~((uint32_t)kPeripheral_StatusSessVld)); in USB_OtgKhciIsrFunction()
44 kPeripheral_StatusSessVld = 0x02U, /*! b_sess_vld */ enumerator