Macros
Collaboration diagram for CAN_filter_scale:

Macros

#define CAN_FilterScale_16bit   ((uint8_t)0x00)
 
#define CAN_FilterScale_16bit   ((uint8_t)0x00)
 
#define CAN_FilterScale_16bit   ((uint8_t)0x00)
 
#define CAN_FilterScale_32bit   ((uint8_t)0x01)
 
#define CAN_FilterScale_32bit   ((uint8_t)0x01)
 
#define CAN_FilterScale_32bit   ((uint8_t)0x01)
 
#define IS_CAN_FILTER_SCALE(SCALE)
 
#define IS_CAN_FILTER_SCALE(SCALE)
 
#define IS_CAN_FILTER_SCALE(SCALE)
 

Detailed Description

Macro Definition Documentation

#define CAN_FilterScale_16bit   ((uint8_t)0x00)

Two 16-bit filters

Definition at line 342 of file stm32f30x_can.h.

#define CAN_FilterScale_16bit   ((uint8_t)0x00)

Two 16-bit filters

Definition at line 343 of file stm32f4xx_can.h.

#define CAN_FilterScale_16bit   ((uint8_t)0x00)

Two 16-bit filters

Definition at line 365 of file stm32f10x_can.h.

#define CAN_FilterScale_32bit   ((uint8_t)0x01)

One 32-bit filter

Definition at line 343 of file stm32f30x_can.h.

#define CAN_FilterScale_32bit   ((uint8_t)0x01)

One 32-bit filter

Definition at line 344 of file stm32f4xx_can.h.

#define CAN_FilterScale_32bit   ((uint8_t)0x01)

One 32-bit filter

Definition at line 366 of file stm32f10x_can.h.

#define IS_CAN_FILTER_SCALE (   SCALE)
Value:
(((SCALE) == CAN_FilterScale_16bit) || \
((SCALE) == CAN_FilterScale_32bit))
#define CAN_FilterScale_32bit
#define CAN_FilterScale_16bit

Definition at line 345 of file stm32f30x_can.h.

#define IS_CAN_FILTER_SCALE (   SCALE)
Value:
(((SCALE) == CAN_FilterScale_16bit) || \
((SCALE) == CAN_FilterScale_32bit))
#define CAN_FilterScale_32bit
#define CAN_FilterScale_16bit

Definition at line 346 of file stm32f4xx_can.h.

#define IS_CAN_FILTER_SCALE (   SCALE)
Value:
(((SCALE) == CAN_FilterScale_16bit) || \
((SCALE) == CAN_FilterScale_32bit))
#define CAN_FilterScale_32bit
#define CAN_FilterScale_16bit

Definition at line 368 of file stm32f10x_can.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:54