Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/otp/
Dfsl_otp.h90 #define _OTP_MAKE_STATUS(errorCode) \ argument
91 …(((errorCode) == 0U) ? kStatus_Success : MAKE_STATUS((int32_t)kStatusGroup_OTP, ((int32_t)(errorCo…
/hal_nxp-latest/s32/drivers/s32ze/BaseNXP/include/
DStd_Types.h205 …Std_TransformerErrorCode errorCode; /**< @brief The specific meaning of the values of Std… member
229 …Std_TransformerForwardCode errorCode; /**< @brief The specific meaning of the values of S… member
/hal_nxp-latest/s32/drivers/s32k3/BaseNXP/include/
DStandardTypes.h197 …Std_TransformerErrorCode errorCode; /**< @brief The specific meaning of the values of Std… member
221 …Std_TransformerForwardCode errorCode; /**< @brief The specific meaning of the values of S… member
/hal_nxp-latest/s32/drivers/s32k1/BaseNXP/include/
DStandardTypes.h205 …Std_TransformerErrorCode errorCode; /**< @brief The specific meaning of the values of Std… member
229 …Std_TransformerForwardCode errorCode; /**< @brief The specific meaning of the values of S… member
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_msd.h152 … uint8_t errorCode; /*!< This field shall contain a value of 70h to indicate current errors*/ member
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_ccid.c1172 usb_device_ccid_hardware_error_t errorCode) in USB_DeviceCcidNotifyHardwareError() argument
1191 ccidHandle->hardwareError.bHardwareErrorCode = (uint8_t)errorCode; in USB_DeviceCcidNotifyHardwareError()
Dusb_device_ccid.h1085 usb_device_ccid_hardware_error_t errorCode);