S32 SDK
flexcan_pn_payload_filter_t Struct Reference

Pretended Networking payload filter. More...

#include <flexcan_hal.h>

Data Fields

uint8_t dlcLow
 
uint8_t dlcHigh
 
uint8_t payload1 [8U]
 
uint8_t payload2 [8U]
 

Detailed Description

Pretended Networking payload filter.

Definition at line 216 of file flexcan_hal.h.

Field Documentation

uint8_t dlcHigh

Specifies the upper limit of the payload size.

Definition at line 218 of file flexcan_hal.h.

uint8_t dlcLow

Specifies the lower limit of the payload size.

Definition at line 217 of file flexcan_hal.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 219 of file flexcan_hal.h.

uint8_t payload2[8U]

Specifies the mask (for MATCH_EXACT) or the upper limit (for MATCH_RANGE).

Definition at line 221 of file flexcan_hal.h.


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