libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Structure describing standard ID filter. More...
#include <fdcan.h>
Data Fields | |
uint32_t | type_id1_conf_id2 |
Aggregate of filter type, filter action and two IDs More... | |
Structure describing standard ID filter.
Standard ID filter is composed of one 32bit value. This region of memory cannot be accessed in quantities less than 32bits.
uint32_t fdcan_standard_filter::type_id1_conf_id2 |
Aggregate of filter type, filter action and two IDs
Definition at line 514 of file fdcan.h.
Referenced by fdcan_init_filter(), and fdcan_set_std_filter().