Searched refs:errorCount (Results 1 – 8 of 8) sorted by relevance
1248 uint32 errorCount = 0; in Canexcel_Ip_GetControllerTxErrorCounter() local1249 …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() local1262 …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() local1275 …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()
811 *count = handle->errorCount; in I2S_TransferGetErrorCount()832 handle->errorCount++; in I2S_TxHandleIRQ()1041 handle->errorCount++; in I2S_RxHandleIRQ()
152 volatile uint32_t errorCount; /*!< Number of buffer underruns/overruns */ member
140 uint32_t errorCount; /*!< Error count for slave transfer.*/ member
414 volatile uint32_t errorCount; /*!< Error count for slave transfer.*/ member
2189 handle->errorCount++;2209 handle->errorCount++;
1782 handle->errorCount = 0; in DSPI_SlaveTransferNonBlocking()2159 handle->errorCount++; in DSPI_SlaveTransferHandleIRQ()2174 handle->errorCount++; in DSPI_SlaveTransferHandleIRQ()
397 volatile uint32_t errorCount; /*!< Error count for slave transfer.*/ member