Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg_khci.c147 changes = otgKhciInstance->peripheralStatus ^ newStatus; in USB_OtgKhciParsePeripheralStatus()
148 otgKhciInstance->peripheralStatus = newStatus; in USB_OtgKhciParsePeripheralStatus()
314 otgKhciInstance->peripheralStatus = value; /* initialized status */ in _USB_OtgKhciRequestState()
666 otgKhciInstance->peripheralStatus |= (uint32_t)kPeripheral_StatusSessVld; in USB_OtgKhciIsrFunction()
670 otgKhciInstance->peripheralStatus &= (~((uint32_t)kPeripheral_StatusSessVld)); in USB_OtgKhciIsrFunction()
Dusb_otg_khci.h64 volatile uint32_t peripheralStatus; /*!< The peripheral status */ member