Macros
CAN Filter Types

Macros

#define CAN_FILTER_RANGE   ((uint32_t)0U)
 
#define CAN_FILTER_DUAL_ID   ((uint32_t)1U)
 
#define CAN_FILTER_WITH_MASK   ((uint32_t)2U)
 
#define CAN_FILTER_DISABLE   ((uint32_t)3U)
 

Detailed Description

Filter Type for use with CAN_MsgRamConfig
0 = Range filter from SFID1 to SFID2 (SFID2 >= SFID1)
1 = Dual ID filter for SFID1 or SFID2
2 = Classic filter: SFID1 = filter, SFID2 = mask
3 = Filter element disabled

Macro Definition Documentation

§ CAN_FILTER_RANGE

#define CAN_FILTER_RANGE   ((uint32_t)0U)

§ CAN_FILTER_DUAL_ID

#define CAN_FILTER_DUAL_ID   ((uint32_t)1U)

§ CAN_FILTER_WITH_MASK

#define CAN_FILTER_WITH_MASK   ((uint32_t)2U)

§ CAN_FILTER_DISABLE

#define CAN_FILTER_DISABLE   ((uint32_t)3U)
© Copyright 1995-2024, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale