| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
CAN filter structure. More...
#include <can.h>
Data Fields | |
| uint32_t | id: 29 | 
| uint32_t | mask: 29 | 
| uint8_t | 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.