Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg_khci.c185 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()
Dusb_otg_khci.h44 kPeripheral_StatusSessVld = 0x02U, /*! b_sess_vld */ enumerator