Searched refs:newStatus (Results 1 – 1 of 1) sorted by relevance
142 …void USB_OtgKhciParsePeripheralStatus(usb_otg_khci_instance_t *otgKhciInstance, uint32_t newStatus) in USB_OtgKhciParsePeripheralStatus() argument147 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()