S32 SDK

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

#include <flexcan_hal.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 244 of file flexcan_hal.h.

Field Documentation

Defines the filtering scheme used.

Definition at line 249 of file flexcan_hal.h.

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

Definition at line 250 of file flexcan_hal.h.

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

Definition at line 251 of file flexcan_hal.h.

Defines the ID filtering scheme.

Definition at line 252 of file flexcan_hal.h.

uint16_t matchTimeout

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

Definition at line 248 of file flexcan_hal.h.

uint16_t numMatches

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

Definition at line 247 of file flexcan_hal.h.

The configuration of the payload filter.

Definition at line 254 of file flexcan_hal.h.

flexcan_pn_filter_selection_t payloadFilterType

Defines the payload filtering scheme.

Definition at line 253 of file flexcan_hal.h.

bool wakeUpMatch

Specifies if an wake up event is triggered on match.

Definition at line 246 of file flexcan_hal.h.

bool wakeUpTimeout

Specifies if an wake up event is triggered on timeout.

Definition at line 245 of file flexcan_hal.h.


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