TCAN4550  1p2
TCAN4x5x_MCAN_Global_Filter_Configuration Struct Reference

Struct containing the register values for the Global Filter Configuration Register. More...

#include <TCAN4x5x_Data_Structs.h>

Data Fields

union {
   uint32_t   word
 Full word of register. More...
 
   struct {
      uint8_t   RRFE: 1
 GFC[0] : Reject Remote Frames for Extended IDs. More...
 
      uint8_t   RRFS: 1
 GFC[1] : Reject Remote Frames for Standard IDs. More...
 
      TCAN4x5x_GFC_NO_MATCH_BEHAVIOR   ANFE: 2
 GFC[3:2] : Accept Non-matching Frames Extended Valid values: TCAN4x5x_GFC_ACCEPT_INTO_RXFIFO0 : Accept into RXFIFO0 TCAN4x5x_GFC_ACCEPT_INTO_RXFIFO1 : Accept into RXFIFO1 TCAN4x5x_GFC_REJECT : Reject. More...
 
      TCAN4x5x_GFC_NO_MATCH_BEHAVIOR   ANFS: 2
 GFC[5:4] : Accept Non-matching Frames Standard Valid values: TCAN4x5x_GFC_ACCEPT_INTO_RXFIFO0 : Accept into RXFIFO0 TCAN4x5x_GFC_ACCEPT_INTO_RXFIFO1 : Accept into RXFIFO1 TCAN4x5x_GFC_REJECT : Reject. More...
 
      uint32_t   reserved: 26
 Reserved. More...
 
   } 
 
}; 
 

Detailed Description

Struct containing the register values for the Global Filter Configuration Register.

Definition at line 750 of file TCAN4x5x_Data_Structs.h.

Field Documentation

◆ @17

union { ... }

◆ ANFE

TCAN4x5x_GFC_NO_MATCH_BEHAVIOR TCAN4x5x_MCAN_Global_Filter_Configuration::ANFE

GFC[3:2] : Accept Non-matching Frames Extended Valid values: TCAN4x5x_GFC_ACCEPT_INTO_RXFIFO0 : Accept into RXFIFO0 TCAN4x5x_GFC_ACCEPT_INTO_RXFIFO1 : Accept into RXFIFO1 TCAN4x5x_GFC_REJECT : Reject.

Definition at line 769 of file TCAN4x5x_Data_Structs.h.

◆ ANFS

TCAN4x5x_GFC_NO_MATCH_BEHAVIOR TCAN4x5x_MCAN_Global_Filter_Configuration::ANFS

GFC[5:4] : Accept Non-matching Frames Standard Valid values: TCAN4x5x_GFC_ACCEPT_INTO_RXFIFO0 : Accept into RXFIFO0 TCAN4x5x_GFC_ACCEPT_INTO_RXFIFO1 : Accept into RXFIFO1 TCAN4x5x_GFC_REJECT : Reject.

Definition at line 776 of file TCAN4x5x_Data_Structs.h.

◆ reserved

uint32_t TCAN4x5x_MCAN_Global_Filter_Configuration::reserved

Reserved.

Definition at line 779 of file TCAN4x5x_Data_Structs.h.

◆ RRFE

uint8_t TCAN4x5x_MCAN_Global_Filter_Configuration::RRFE

GFC[0] : Reject Remote Frames for Extended IDs.

Definition at line 759 of file TCAN4x5x_Data_Structs.h.

◆ RRFS

uint8_t TCAN4x5x_MCAN_Global_Filter_Configuration::RRFS

GFC[1] : Reject Remote Frames for Standard IDs.

Definition at line 762 of file TCAN4x5x_Data_Structs.h.

◆ word

uint32_t TCAN4x5x_MCAN_Global_Filter_Configuration::word

Full word of register.

Definition at line 755 of file TCAN4x5x_Data_Structs.h.

Referenced by TCAN4x5x_MCAN_ConfigureGlobalFilter().


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