3.3.2.1 CANx_ErrorCountGet
Returns the transmit and receive error count during transfer.
This routine returns the transmit and receive error count during transfer.
void
CANx_ErrorCountGet
(
void
);
Precondition
- CANx_Initialize must have been called for the associated CAN instance.
Parameters
- *txErrorCount - transmit Error Count to be received
- *rxErrorCount - receive Error Count to be received
Returns
- void
