libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Structure describing extended ID filters. More...
#include <fdcan.h>
Data Fields | |
uint32_t | conf_id1 |
Aggregate of filter action and extended ID. More... | |
uint32_t | type_id2 |
Aggregate of filter type and extended ID or mask. More... | |
Structure describing extended ID filters.
Extended ID filter is composed of two 32bit values. This region of memory cannot be accessed in quantities less than 32bits.
uint32_t fdcan_extended_filter::conf_id1 |
Aggregate of filter action and extended ID.
Definition at line 587 of file fdcan.h.
Referenced by fdcan_init_filter(), and fdcan_set_ext_filter().
uint32_t fdcan_extended_filter::type_id2 |
Aggregate of filter type and extended ID or mask.
Definition at line 589 of file fdcan.h.
Referenced by fdcan_init_filter(), and fdcan_set_ext_filter().