Pretended Networking payload filter. More...
#include <platform/drivers/inc/flexcan_driver.h>
Data Fields | |
uint8_t | dlcLow |
uint8_t | dlcHigh |
uint8_t | payload1 [8U] |
uint8_t | payload2 [8U] |
Pretended Networking payload filter.
Definition at line 285 of file flexcan_driver.h.
uint8_t dlcHigh |
Specifies the upper limit of the payload size.
Definition at line 287 of file flexcan_driver.h.
uint8_t dlcLow |
Specifies the lower limit of the payload size.
Definition at line 286 of file flexcan_driver.h.
uint8_t payload1[8U] |
Specifies the payload to be matched (for MATCH_EXACT), the lower limit (for MATCH_GEQ and MATCH_RANGE) or the upper limit (for MATCH_LEQ).
Definition at line 288 of file flexcan_driver.h.
uint8_t payload2[8U] |
Specifies the mask (for MATCH_EXACT) or the upper limit (for MATCH_RANGE).
Definition at line 290 of file flexcan_driver.h.