Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/imx/drivers/
Dflexcan.c515 void FLEXCAN_SetErrIntCmd(CAN_Type* base, uint32_t errorType, bool enable) in FLEXCAN_SetErrIntCmd() argument
517 assert((errorType & flexcanIntRxWarning) || in FLEXCAN_SetErrIntCmd()
518 (errorType & flexcanIntTxWarning) || in FLEXCAN_SetErrIntCmd()
519 (errorType & flexcanIntWakeUp) || in FLEXCAN_SetErrIntCmd()
520 (errorType & flexcanIntBusOff) || in FLEXCAN_SetErrIntCmd()
521 (errorType & flexcanIntError)); in FLEXCAN_SetErrIntCmd()
525 if (errorType & flexcanIntRxWarning) in FLEXCAN_SetErrIntCmd()
531 if (errorType & flexcanIntTxWarning) in FLEXCAN_SetErrIntCmd()
537 if (errorType & flexcanIntWakeUp) in FLEXCAN_SetErrIntCmd()
540 if (errorType & flexcanIntBusOff) in FLEXCAN_SetErrIntCmd()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/mipi_csi2rx/
Dfsl_mipi_csi2rx.h295 …c inline uint32_t CSI2RX_GetPpiErrorDataLanes(MIPI_CSI2RX_Type *base, csi2rx_ppi_error_t errorType) in CSI2RX_GetPpiErrorDataLanes() argument
299 if (kCSI2RX_PpiErrorSotHs == errorType) in CSI2RX_GetPpiErrorDataLanes()
303 else if (kCSI2RX_PpiErrorSotSyncHs == errorType) in CSI2RX_GetPpiErrorDataLanes()
307 else if (kCSI2RX_PpiErrorEsc == errorType) in CSI2RX_GetPpiErrorDataLanes()
311 else if (kCSI2RX_PpiErrorSyncEsc == errorType) in CSI2RX_GetPpiErrorDataLanes()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/xrdc/
Dfsl_xrdc.h445 xrdc_error_type_t errorType; /*!< Error type. */ member
Dfsl_xrdc.c235 error->errorType = (xrdc_error_type_t)XRDC_DERR_W1_ERW_VAL(regW1); in XRDC_GetAndClearFirstSpecificDomainError()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexcan/
Dfsl_flexcan.h595 …flexcan_memory_error_type_t errorType; /*!< The type of memory error that giving rise to the rep… member
Dfsl_flexcan.c2604 errorStatus->errorType = in FLEXCAN_GetMemoryErrorReportStatus()