Searched refs:errorType (Results 1 – 6 of 6) sorted by relevance
515 void FLEXCAN_SetErrIntCmd(CAN_Type* base, uint32_t errorType, bool enable) in FLEXCAN_SetErrIntCmd() argument517 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 …]
295 …c inline uint32_t CSI2RX_GetPpiErrorDataLanes(MIPI_CSI2RX_Type *base, csi2rx_ppi_error_t errorType) in CSI2RX_GetPpiErrorDataLanes() argument299 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()
445 xrdc_error_type_t errorType; /*!< Error type. */ member
235 error->errorType = (xrdc_error_type_t)XRDC_DERR_W1_ERW_VAL(regW1); in XRDC_GetAndClearFirstSpecificDomainError()
595 …flexcan_memory_error_type_t errorType; /*!< The type of memory error that giving rise to the rep… member
2604 errorStatus->errorType = in FLEXCAN_GetMemoryErrorReportStatus()