Pretended Networking ID filter. More...
#include <platform/drivers/inc/flexcan_driver.h>
Data Fields | |
bool | extendedId |
bool | remoteFrame |
uint32_t | id |
Pretended Networking ID filter.
Definition at line 278 of file flexcan_driver.h.
bool extendedId |
Specifies if the ID is standard or extended.
Definition at line 279 of file flexcan_driver.h.
uint32_t id |
Specifies the ID value.
Definition at line 281 of file flexcan_driver.h.
bool remoteFrame |
Specifies if the frame is standard or remote.
Definition at line 280 of file flexcan_driver.h.