CMSIS-Driver
Version 2.04
Peripheral Interface for Middleware and Application Code
|
Callback unit events notified via ARM_CAN_SignalUnitEvent. More...
Macros | |
#define | ARM_CAN_EVENT_UNIT_ACTIVE (1U) |
Unit entered Error Active state. | |
#define | ARM_CAN_EVENT_UNIT_WARNING (2U) |
Unit entered Error Warning state (one or both error counters >= 96) | |
#define | ARM_CAN_EVENT_UNIT_PASSIVE (3U) |
Unit entered Error Passive state. | |
#define | ARM_CAN_EVENT_UNIT_BUS_OFF (4U) |
Unit entered bus off state. | |
Callback unit events notified via ARM_CAN_SignalUnitEvent.
The CAN driver generates callback unit events that are notified via the function ARM_CAN_SignalUnitEvent.
The following callback notification unit events are generated:
#define ARM_CAN_EVENT_UNIT_ACTIVE (1U) |
Unit entered Error Active state.
#define ARM_CAN_EVENT_UNIT_WARNING (2U) |
Unit entered Error Warning state (one or both error counters >= 96)
#define ARM_CAN_EVENT_UNIT_PASSIVE (3U) |
Unit entered Error Passive state.
#define ARM_CAN_EVENT_UNIT_BUS_OFF (4U) |
Unit entered bus off state.