canfd6  2.0.0.0
Data Fields
canfd6_mcan_global_filter_configuration_t Struct Reference

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

Detailed Description

CAN FD 6 Click Global Filter Configuration Register struct.

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

Field Documentation

◆ @17

union { ... }

◆ ANFE

GFC[3:2] : Accept Non-matching Frames Extended.

◆ ANFS

GFC[5:4] : Accept Non-matching Frames Standard.

◆ reserved

uint32_t reserved

RESERVED.

◆ RRFE

uint8_t RRFE

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

◆ RRFS

uint8_t RRFS

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

◆ word

uint32_t word

Full register represented as a 32-bit word.


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