|
SemiDrive SSDK Appication Program Interface PTG3.0
|
#include <sdrv_flexcan.h>
| flexcan_pn_filter_combination_e filterComb |
Defines the filtering scheme used.
| flexcan_pn_id_filter_t idFilter1 |
The configuration of the first ID filter (match exact / lower limit / upper limit).
| flexcan_pn_id_filter_t idFilter2 |
The configuration of the second ID filter (mask / upper limit).
| flexcan_pn_filter_selection_e idFilterType |
Defines the ID filtering scheme.
| uint16_t matchTimeout |
Defines a timeout value that generates an wake up event if wakeUpTimeout is true.
| uint16_t numMatches |
The number of matches needed before generating an wake up event.
| flexcan_pn_payload_filter_t payloadFilter |
The configuration of the payload filter.
| flexcan_pn_filter_selection_e payloadFilterType |
Defines the payload filtering scheme.
| bool wakeUpMatch |
Specifies if an wake up event is triggered on match.
| bool wakeUpTimeout |
Specifies if an wake up event is triggered on timeout.