Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/flexspi/
Dfsl_flexspi.c432 uint32_t statusValue = 0; in FLEXSPI_UpdateDllValue() local
450 statusValue = in FLEXSPI_UpdateDllValue()
456 statusValue = in FLEXSPI_UpdateDllValue()
467 while ((base->STS2 & statusValue) != statusValue) in FLEXSPI_UpdateDllValue()
/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg_khci.c404 uint32_t statusValue = 0U; in USB_OtgKhciControl() local
502 (void)USB_OtgPeripheralGetStatus((uint32_t)kPeripheral_StatusAll, &statusValue); in USB_OtgKhciControl()
503 (void)USB_OtgKhciParsePeripheralStatus(otgKhciInstance, statusValue); in USB_OtgKhciControl()
Dusb_otg_peripheral.h52 usb_status_t USB_OtgPeripheralGetStatus(uint32_t statusType, uint32_t *statusValue);
Dusb_otg.h279 …_status_t USB_OtgNotifyChange(usb_otg_handle otgHandle, uint32_t statusType, uint32_t statusValue);
Dusb_otg_oci.c1866 …b_status_t USB_OtgNotifyChange(usb_otg_handle otgHandle, uint32_t statusType, uint32_t statusValue) in USB_OtgNotifyChange() argument
1889 if (0U != statusValue) in USB_OtgNotifyChange()
1900 if (statusValue == 0U) in USB_OtgNotifyChange()
1910 otgMsg.otgStatusValue = statusValue; in USB_OtgNotifyChange()