Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
can_filter Struct Reference

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.
 

Detailed Description

CAN filter structure.

Field Documentation

◆ flags

uint8_t can_filter::flags

Flags.

See also
CAN_FILTER_FLAGS.

◆ id

uint32_t can_filter::id

CAN identifier to match.

◆ mask

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.


The documentation for this struct was generated from the following file: