Zephyr API Documentation
3.0.0
A Scalable Open Source RTOS
|
|
3.0.0 |
CAN filter for Linux SocketCAN compatibility. More...
#include <can.h>
Data Fields | |
canid_t | can_id |
canid_t | can_mask |
CAN filter for Linux SocketCAN compatibility.
A filter is considered a match when received_can_id & mask == can_id & can_mask
.
canid_t can_filter::can_id |
The CAN identifier to match.
canid_t can_filter::can_mask |
The mask applied to can_id for matching.