Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexspi/
Dfsl_flexspi.c438 uint32_t statusValue = 0; in FLEXSPI_UpdateDllValue() local
456 statusValue = in FLEXSPI_UpdateDllValue()
462 statusValue = in FLEXSPI_UpdateDllValue()
473 while ((base->STS2 & statusValue) != statusValue) in FLEXSPI_UpdateDllValue()
/hal_nxp-latest/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()
/hal_nxp-latest/mcux/mcux-sdk/drivers/sinc/
Dfsl_sinc.h63 #define SINC_FIND_STATUS_FIELD_VALUE(statusValue, name) \ argument
64 (((uint64_t)(statusValue) & (0xFFUL << ((uint64_t)(name)*8UL))) >> \