Nut/OS  5.0.5
API Reference
_CANFILTER Struct Reference

CAN message filter structure. More...

#include <canbus.h>

Collaboration diagram for _CANFILTER:
[legend]

Data Fields

uint32_t id
 Identifier.
uint32_t mask
 Mask, use 0xffffffff for ecavt match.
uint8_t id_ext
 Boolean, extended frame.
uint8_t id_rtr
 Boolean, remote transmition bit.
uint8_t mask_ext
 Boolean, match id_ext.
uint8_t mask_rtr
 Boolean, match id_rtr.

Detailed Description

CAN message filter structure.


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