TCAN4550
1p1
|
Standard ID filter struct. More...
#include <TCAN4x5x_Data_Structs.h>
Data Fields | |
union { | |
uint32_t word | |
full register as single 32-bit word More... | |
struct { | |
uint16_t SFID2: 11 | |
SFID2[10:0]. More... | |
uint8_t reserved: 5 | |
Reserved. More... | |
uint16_t SFID1: 11 | |
SFID1[10:0]. More... | |
TCAN4x5x_SID_SFEC_Values SFEC: 3 | |
SFEC[2:0] Standard filter element configuration. More... | |
TCAN4x5x_SID_SFT_Values SFT: 2 | |
SFT Standard Filter Type. More... | |
} | |
}; | |
Standard ID filter struct.
Definition at line 611 of file TCAN4x5x_Data_Structs.h.
union { ... } |
uint8_t TCAN4x5x_MCAN_SID_Filter_Struct::reserved |
Reserved.
Definition at line 624 of file TCAN4x5x_Data_Structs.h.
TCAN4x5x_SID_SFEC_Values TCAN4x5x_MCAN_SID_Filter_Struct::SFEC |
SFEC[2:0] Standard filter element configuration.
Definition at line 630 of file TCAN4x5x_Data_Structs.h.
Referenced by Init_CAN().
uint16_t TCAN4x5x_MCAN_SID_Filter_Struct::SFID1 |
uint16_t TCAN4x5x_MCAN_SID_Filter_Struct::SFID2 |
TCAN4x5x_SID_SFT_Values TCAN4x5x_MCAN_SID_Filter_Struct::SFT |
SFT Standard Filter Type.
Definition at line 633 of file TCAN4x5x_Data_Structs.h.
Referenced by Init_CAN().
uint32_t TCAN4x5x_MCAN_SID_Filter_Struct::word |
full register as single 32-bit word
Definition at line 616 of file TCAN4x5x_Data_Structs.h.
Referenced by TCAN4x5x_MCAN_WriteSIDFilter().