Home
last modified time | relevance | path

Searched refs:errorCount (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-3.6.0/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c1248 uint32 errorCount = 0; in Canexcel_Ip_GetControllerTxErrorCounter() local
1249 …Canexcel_Ip_StatusType status = Canexcel_GetControllerMRU(instance, &errorCount, CANXL_MRU_CMD_REA… in Canexcel_Ip_GetControllerTxErrorCounter()
1250 * pValue = (uint8)((errorCount & BCANXL_EC_TEC_MASK) >> BCANXL_EC_TEC_SHIFT); in Canexcel_Ip_GetControllerTxErrorCounter()
1261 uint32 errorCount = 0; in Canexcel_Ip_GetControllerRxErrorCounter() local
1262 …Canexcel_Ip_StatusType status = Canexcel_GetControllerMRU(instance, &errorCount, CANXL_MRU_CMD_REA… in Canexcel_Ip_GetControllerRxErrorCounter()
1263 * pValue = (uint8)((errorCount & BCANXL_EC_REC_MASK) >> BCANXL_EC_REC_SHIFT); in Canexcel_Ip_GetControllerRxErrorCounter()
1274 uint32 errorCount = 0; in Canexcel_Ip_GetControllerStatus() local
1275 …Canexcel_Ip_StatusType status =Canexcel_GetControllerMRU(instance, &errorCount, CANXL_MRU_CMD_READ… in Canexcel_Ip_GetControllerStatus()
1276 * pValue = (uint8)((errorCount & BCANXL_ST_FLTCONF_MASK) >> BCANXL_ST_FLTCONF_SHIFT); in Canexcel_Ip_GetControllerStatus()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/flexcomm/i2s/
Dfsl_i2s.c811 *count = handle->errorCount; in I2S_TransferGetErrorCount()
832 handle->errorCount++; in I2S_TxHandleIRQ()
1041 handle->errorCount++; in I2S_RxHandleIRQ()
Dfsl_i2s.h152 volatile uint32_t errorCount; /*!< Number of buffer underruns/overruns */ member
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi_edma.h140 uint32_t errorCount; /*!< Error count for slave transfer.*/ member
Dfsl_lpspi.h414 volatile uint32_t errorCount; /*!< Error count for slave transfer.*/ member
Dfsl_lpspi.c2189 handle->errorCount++;
2209 handle->errorCount++;
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi.c1782 handle->errorCount = 0; in DSPI_SlaveTransferNonBlocking()
2159 handle->errorCount++; in DSPI_SlaveTransferHandleIRQ()
2174 handle->errorCount++; in DSPI_SlaveTransferHandleIRQ()
Dfsl_dspi.h397 volatile uint32_t errorCount; /*!< Error count for slave transfer.*/ member