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