canfd6 2.0.0.0
|
CAN FD 6 Click Global Filter Configuration Register struct. More...
#include <canfd6.h>
Data Fields | ||
union { | ||
uint32_t word | ||
struct { | ||
uint8_t RRFE: 1 | ||
uint8_t RRFS: 1 | ||
canfd6_gfc_no_match_behavior_t ANFE: 2 | ||
canfd6_gfc_no_match_behavior_t ANFS: 2 | ||
uint32_t reserved: 26 | ||
} | ||
}; | ||
CAN FD 6 Click Global Filter Configuration Register struct.
Struct containing the register values for the Global Filter Configuration Register.
union { ... } |
GFC[3:2] : Accept Non-matching Frames Extended.
GFC[5:4] : Accept Non-matching Frames Standard.
uint32_t reserved |
RESERVED.
uint8_t RRFE |
GFC[0] : Reject Remote Frames for Extended IDs.
uint8_t RRFS |
GFC[1] : Reject Remote Frames for Standard IDs.
uint32_t word |
Full register represented as a 32-bit word.