![]() |
S32 SDK
|
Pretended Networking configuration structure Implements : flexcan_pn_config_t_Class. More...
#include <flexcan_hal.h>
Pretended Networking configuration structure Implements : flexcan_pn_config_t_Class.
Definition at line 244 of file flexcan_hal.h.
flexcan_pn_filter_combination_t filterComb |
Defines the filtering scheme used.
Definition at line 249 of file flexcan_hal.h.
flexcan_pn_id_filter_t idFilter1 |
The configuration of the first ID filter (match exact / lower limit / upper limit).
Definition at line 250 of file flexcan_hal.h.
flexcan_pn_id_filter_t idFilter2 |
The configuration of the second ID filter (mask / upper limit).
Definition at line 251 of file flexcan_hal.h.
flexcan_pn_filter_selection_t idFilterType |
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.
flexcan_pn_payload_filter_t payloadFilter |
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.