Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c1640 uint32 errorCount = 0; in Canexcel_Ip_GetControllerTxErrorCounter() local
1641 …Canexcel_Ip_StatusType status = Canexcel_GetControllerMRU(instance, &errorCount, CANXL_MRU_CMD_REA… in Canexcel_Ip_GetControllerTxErrorCounter()
1642 * pValue = (uint8)((errorCount & BCANXL_EC_TEC_MASK) >> BCANXL_EC_TEC_SHIFT); in Canexcel_Ip_GetControllerTxErrorCounter()
1653 uint32 errorCount = 0; in Canexcel_Ip_GetControllerRxErrorCounter() local
1654 …Canexcel_Ip_StatusType status = Canexcel_GetControllerMRU(instance, &errorCount, CANXL_MRU_CMD_REA… in Canexcel_Ip_GetControllerRxErrorCounter()
1655 * pValue = (uint8)((errorCount & BCANXL_EC_REC_MASK) >> BCANXL_EC_REC_SHIFT); in Canexcel_Ip_GetControllerRxErrorCounter()
1666 uint32 errorCount = 0; in Canexcel_Ip_GetControllerStatus() local
1667 …Canexcel_Ip_StatusType status =Canexcel_GetControllerMRU(instance, &errorCount, CANXL_MRU_CMD_READ… in Canexcel_Ip_GetControllerStatus()
1668 * pValue = (uint8)((errorCount & BCANXL_ST_FLTCONF_MASK) >> BCANXL_ST_FLTCONF_SHIFT); in Canexcel_Ip_GetControllerStatus()
/hal_nxp-latest/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-latest/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi_edma.h152 uint32_t errorCount; /*!< Error count for slave transfer.*/ member
Dfsl_lpspi.h435 volatile uint32_t errorCount; /*!< Error count for slave transfer.*/ member
Dfsl_lpspi.c2237 handle->errorCount++;
2259 handle->errorCount++;
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/
Dfsl_lpspi_edma.h140 uint32_t errorCount; /*!< Error count for slave transfer.*/ member
Dfsl_lpspi.h431 volatile uint32_t errorCount; /*!< Error count for slave transfer.*/ member
Dfsl_lpspi.c2057 handle->errorCount++;
2071 handle->errorCount++;
/hal_nxp-latest/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi.c1799 handle->errorCount = 0; in DSPI_SlaveTransferNonBlocking()
2197 handle->errorCount++; in DSPI_SlaveTransferHandleIRQ()
2213 handle->errorCount++; in DSPI_SlaveTransferHandleIRQ()
Dfsl_dspi.h421 volatile uint32_t errorCount; /*!< Error count for slave transfer.*/ member