Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg_khci.c142 …void USB_OtgKhciParsePeripheralStatus(usb_otg_khci_instance_t *otgKhciInstance, uint32_t newStatus) in USB_OtgKhciParsePeripheralStatus() argument
147 changes = otgKhciInstance->peripheralStatus ^ newStatus; in USB_OtgKhciParsePeripheralStatus()
148 otgKhciInstance->peripheralStatus = newStatus; in USB_OtgKhciParsePeripheralStatus()
152 if (0U != (newStatus & ((uint32_t)kPeripheral_StatusHNPdetected))) in USB_OtgKhciParsePeripheralStatus()
178 if (0U != (newStatus & ((uint32_t)kPeripheral_StatusId))) in USB_OtgKhciParsePeripheralStatus()
188 if (0U != (newStatus & ((uint32_t)kPeripheral_StatusSessVld))) in USB_OtgKhciParsePeripheralStatus()
198 if (0U != (newStatus & ((uint8_t)kPeripheral_StatusVbusVld))) in USB_OtgKhciParsePeripheralStatus()