libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
fdcan_standard_filter Struct Reference

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...
 

Detailed Description

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.

Definition at line 512 of file fdcan.h.

Field Documentation

◆ type_id1_conf_id2

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().


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