Pretended Networking configuration structure Implements : flexcan_pn_config_t_Class. More...
#include <platform/drivers/inc/flexcan_driver.h>
Pretended Networking configuration structure Implements : flexcan_pn_config_t_Class.
Definition at line 313 of file flexcan_driver.h.
flexcan_pn_filter_combination_t filterComb |
Defines the filtering scheme used.
Definition at line 318 of file flexcan_driver.h.
flexcan_pn_id_filter_t idFilter1 |
The configuration of the first ID filter (match exact / lower limit / upper limit).
Definition at line 319 of file flexcan_driver.h.
flexcan_pn_id_filter_t idFilter2 |
The configuration of the second ID filter (mask / upper limit).
Definition at line 320 of file flexcan_driver.h.
flexcan_pn_filter_selection_t idFilterType |
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.
flexcan_pn_payload_filter_t payloadFilter |
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.