TCAN4550  1p2
TCAN4x5x_MCAN_SID_Filter Struct Reference

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...
 
   } 
 
}; 
 

Detailed Description

Standard ID filter struct.

Definition at line 646 of file TCAN4x5x_Data_Structs.h.

Field Documentation

◆ @13

union { ... }

◆ reserved

uint8_t TCAN4x5x_MCAN_SID_Filter::reserved

Reserved.

Definition at line 659 of file TCAN4x5x_Data_Structs.h.

◆ SFEC

TCAN4x5x_SID_SFEC_Values TCAN4x5x_MCAN_SID_Filter::SFEC

SFEC[2:0] Standard filter element configuration.

Definition at line 665 of file TCAN4x5x_Data_Structs.h.

◆ SFID1

uint16_t TCAN4x5x_MCAN_SID_Filter::SFID1

SFID1[10:0].

Definition at line 662 of file TCAN4x5x_Data_Structs.h.

◆ SFID2

uint16_t TCAN4x5x_MCAN_SID_Filter::SFID2

SFID2[10:0].

Definition at line 656 of file TCAN4x5x_Data_Structs.h.

◆ SFT

TCAN4x5x_SID_SFT_Values TCAN4x5x_MCAN_SID_Filter::SFT

SFT Standard Filter Type.

Definition at line 668 of file TCAN4x5x_Data_Structs.h.

◆ word

uint32_t TCAN4x5x_MCAN_SID_Filter::word

full register as single 32-bit word

Definition at line 651 of file TCAN4x5x_Data_Structs.h.

Referenced by TCAN4x5x_MCAN_ReadSIDFilter(), and TCAN4x5x_MCAN_WriteSIDFilter().


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