libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Matching strategy for standard ID filters. More...
Macros | |
#define | FDCAN_SFT_RANGE 0x0 |
Filter matches all messages in range from id1 to id2. More... | |
#define | FDCAN_SFT_DUAL 0x1 |
Filter matches messages with id1 or id2. More... | |
#define | FDCAN_SFT_ID_MASK 0x2 |
Filter matches messages which match id1 after being unmasked using id2. More... | |
#define | FDCAN_SFT_DISABLE 0x3 |
Disable this filter. More... | |
Matching strategy for standard ID filters.
#define FDCAN_SFT_DUAL 0x1 |
#define FDCAN_SFT_ID_MASK 0x2 |