Macros
Collaboration diagram for CAN_receive_FIFO_number_constants:

Macros

#define CAN_FIFO0   ((uint8_t)0x00)
 
#define CAN_FIFO0   ((uint8_t)0x00)
 
#define CAN_FIFO0   ((uint8_t)0x00)
 
#define CAN_FIFO1   ((uint8_t)0x01)
 
#define CAN_FIFO1   ((uint8_t)0x01)
 
#define CAN_FIFO1   ((uint8_t)0x01)
 
#define IS_CAN_FIFO(FIFO)   (((FIFO) == CAN_FIFO0) || ((FIFO) == CAN_FIFO1))
 
#define IS_CAN_FIFO(FIFO)   (((FIFO) == CAN_FIFO0) || ((FIFO) == CAN_FIFO1))
 
#define IS_CAN_FIFO(FIFO)   (((FIFO) == CAN_FIFO0) || ((FIFO) == CAN_FIFO1))
 

Detailed Description

Macro Definition Documentation

#define CAN_FIFO0   ((uint8_t)0x00)

CAN FIFO 0 used to receive

Definition at line 435 of file stm32f30x_can.h.

#define CAN_FIFO0   ((uint8_t)0x00)

CAN FIFO 0 used to receive

Definition at line 436 of file stm32f4xx_can.h.

#define CAN_FIFO0   ((uint8_t)0x00)

CAN FIFO 0 used to receive

Definition at line 449 of file stm32f10x_can.h.

#define CAN_FIFO1   ((uint8_t)0x01)

CAN FIFO 1 used to receive

Definition at line 436 of file stm32f30x_can.h.

#define CAN_FIFO1   ((uint8_t)0x01)

CAN FIFO 1 used to receive

Definition at line 437 of file stm32f4xx_can.h.

#define CAN_FIFO1   ((uint8_t)0x01)

CAN FIFO 1 used to receive

Definition at line 450 of file stm32f10x_can.h.

#define IS_CAN_FIFO (   FIFO)    (((FIFO) == CAN_FIFO0) || ((FIFO) == CAN_FIFO1))

Definition at line 438 of file stm32f30x_can.h.

#define IS_CAN_FIFO (   FIFO)    (((FIFO) == CAN_FIFO0) || ((FIFO) == CAN_FIFO1))

Definition at line 439 of file stm32f4xx_can.h.

#define IS_CAN_FIFO (   FIFO)    (((FIFO) == CAN_FIFO0) || ((FIFO) == CAN_FIFO1))

Definition at line 452 of file stm32f10x_can.h.



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