TCAN4550
1p1
|
Extended ID filter struct. More...
#include <TCAN4x5x_Data_Structs.h>
Data Fields | |
uint32_t | EFID2: 29 |
EFID2[28:0]. More... | |
uint8_t | reserved: 1 |
Reserved. More... | |
TCAN4x5x_XID_EFT_Values | EFT: 2 |
EFT[1:0]. More... | |
uint32_t | EFID1: 29 |
EFID1[28:0]. More... | |
TCAN4x5x_XID_EFEC_Values | EFEC: 3 |
SFT Standard Filter Type. More... | |
Extended ID filter struct.
Definition at line 664 of file TCAN4x5x_Data_Structs.h.
TCAN4x5x_XID_EFEC_Values TCAN4x5x_MCAN_XID_Filter_Struct::EFEC |
SFT Standard Filter Type.
Definition at line 680 of file TCAN4x5x_Data_Structs.h.
Referenced by Init_CAN(), and TCAN4x5x_MCAN_WriteXIDFilter().
uint32_t TCAN4x5x_MCAN_XID_Filter_Struct::EFID1 |
EFID1[28:0].
Definition at line 677 of file TCAN4x5x_Data_Structs.h.
Referenced by Init_CAN(), and TCAN4x5x_MCAN_WriteXIDFilter().
uint32_t TCAN4x5x_MCAN_XID_Filter_Struct::EFID2 |
EFID2[28:0].
Definition at line 668 of file TCAN4x5x_Data_Structs.h.
Referenced by Init_CAN(), and TCAN4x5x_MCAN_WriteXIDFilter().
TCAN4x5x_XID_EFT_Values TCAN4x5x_MCAN_XID_Filter_Struct::EFT |
EFT[1:0].
Definition at line 674 of file TCAN4x5x_Data_Structs.h.
Referenced by Init_CAN(), and TCAN4x5x_MCAN_WriteXIDFilter().
uint8_t TCAN4x5x_MCAN_XID_Filter_Struct::reserved |
Reserved.
Definition at line 671 of file TCAN4x5x_Data_Structs.h.