|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
CAN filter structure. More...
#include <can.h>
Data Fields | |
| uint32_t | id |
| CAN identifier to match. | |
| uint32_t | mask |
| CAN identifier matching mask. | |
| uint8_t | flags |
| Flags. | |
CAN filter structure.
| uint8_t can_filter::flags |
Flags.
| uint32_t can_filter::id |
CAN identifier to match.
| uint32_t can_filter::mask |
CAN identifier matching mask.
If a bit in this mask is 0, the value of the corresponding bit in the id field is ignored by the filter.