Searched refs:statusValue (Results 1 – 5 of 5) sorted by relevance
432 uint32_t statusValue = 0; in FLEXSPI_UpdateDllValue() local450 statusValue = in FLEXSPI_UpdateDllValue()456 statusValue = in FLEXSPI_UpdateDllValue()467 while ((base->STS2 & statusValue) != statusValue) in FLEXSPI_UpdateDllValue()
404 uint32_t statusValue = 0U; in USB_OtgKhciControl() local502 (void)USB_OtgPeripheralGetStatus((uint32_t)kPeripheral_StatusAll, &statusValue); in USB_OtgKhciControl()503 (void)USB_OtgKhciParsePeripheralStatus(otgKhciInstance, statusValue); in USB_OtgKhciControl()
52 usb_status_t USB_OtgPeripheralGetStatus(uint32_t statusType, uint32_t *statusValue);
279 …_status_t USB_OtgNotifyChange(usb_otg_handle otgHandle, uint32_t statusType, uint32_t statusValue);
1866 …b_status_t USB_OtgNotifyChange(usb_otg_handle otgHandle, uint32_t statusType, uint32_t statusValue) in USB_OtgNotifyChange() argument1889 if (0U != statusValue) in USB_OtgNotifyChange()1900 if (statusValue == 0U) in USB_OtgNotifyChange()1910 otgMsg.otgStatusValue = statusValue; in USB_OtgNotifyChange()