Pretended Networking configuration structure Implements : flexcan_pn_config_t_Class. More...

#include <platform/drivers/inc/flexcan_driver.h>

Data Fields

bool wakeUpTimeout
 
bool wakeUpMatch
 
uint16_t numMatches
 
uint16_t matchTimeout
 
flexcan_pn_filter_combination_t filterComb
 
flexcan_pn_id_filter_t idFilter1
 
flexcan_pn_id_filter_t idFilter2
 
flexcan_pn_filter_selection_t idFilterType
 
flexcan_pn_filter_selection_t payloadFilterType
 
flexcan_pn_payload_filter_t payloadFilter
 

Detailed Description

Pretended Networking configuration structure Implements : flexcan_pn_config_t_Class.

Definition at line 313 of file flexcan_driver.h.

Field Documentation

Defines the filtering scheme used.

Definition at line 318 of file flexcan_driver.h.

The configuration of the first ID filter (match exact / lower limit / upper limit).

Definition at line 319 of file flexcan_driver.h.

The configuration of the second ID filter (mask / upper limit).

Definition at line 320 of file flexcan_driver.h.

Defines the ID filtering scheme.

Definition at line 321 of file flexcan_driver.h.

uint16_t matchTimeout

Defines a timeout value that generates an wake up event if wakeUpTimeout is true.

Definition at line 317 of file flexcan_driver.h.

uint16_t numMatches

The number of matches needed before generating an wake up event.

Definition at line 316 of file flexcan_driver.h.

The configuration of the payload filter.

Definition at line 323 of file flexcan_driver.h.

flexcan_pn_filter_selection_t payloadFilterType

Defines the payload filtering scheme.

Definition at line 322 of file flexcan_driver.h.

bool wakeUpMatch

Specifies if an wake up event is triggered on match.

Definition at line 315 of file flexcan_driver.h.

bool wakeUpTimeout

Specifies if an wake up event is triggered on timeout.

Definition at line 314 of file flexcan_driver.h.


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