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

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

Detailed Description

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.

Definition at line 585 of file fdcan.h.

Field Documentation

◆ conf_id1

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

◆ type_id2

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


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