Macros
Collaboration diagram for COMP_Selection:

Macros

#define COMP_Selection_COMP1   ((uint32_t)0x00000000)
 
#define COMP_Selection_COMP2   ((uint32_t)0x00000004)
 
#define COMP_Selection_COMP3   ((uint32_t)0x00000008)
 
#define COMP_Selection_COMP4   ((uint32_t)0x0000000C)
 
#define COMP_Selection_COMP5   ((uint32_t)0x00000010)
 
#define COMP_Selection_COMP6   ((uint32_t)0x00000014)
 
#define COMP_Selection_COMP7   ((uint32_t)0x00000018)
 
#define IS_COMP_ALL_PERIPH(PERIPH)
 

Detailed Description

Macro Definition Documentation

#define COMP_Selection_COMP1   ((uint32_t)0x00000000)

COMP1 Selection

Definition at line 90 of file stm32f30x_comp.h.

#define COMP_Selection_COMP2   ((uint32_t)0x00000004)

COMP2 Selection

Definition at line 91 of file stm32f30x_comp.h.

#define COMP_Selection_COMP3   ((uint32_t)0x00000008)

COMP3 Selection

Definition at line 92 of file stm32f30x_comp.h.

#define COMP_Selection_COMP4   ((uint32_t)0x0000000C)

COMP4 Selection

Definition at line 93 of file stm32f30x_comp.h.

#define COMP_Selection_COMP5   ((uint32_t)0x00000010)

COMP5 Selection

Definition at line 94 of file stm32f30x_comp.h.

#define COMP_Selection_COMP6   ((uint32_t)0x00000014)

COMP6 Selection

Definition at line 95 of file stm32f30x_comp.h.

#define COMP_Selection_COMP7   ((uint32_t)0x00000018)

COMP7 Selection

Definition at line 96 of file stm32f30x_comp.h.

#define IS_COMP_ALL_PERIPH (   PERIPH)
Value:
(((PERIPH) == COMP_Selection_COMP1) || \
((PERIPH) == COMP_Selection_COMP2) || \
((PERIPH) == COMP_Selection_COMP3) || \
((PERIPH) == COMP_Selection_COMP4) || \
((PERIPH) == COMP_Selection_COMP5) || \
((PERIPH) == COMP_Selection_COMP6) || \
((PERIPH) == COMP_Selection_COMP7))
#define COMP_Selection_COMP3
#define COMP_Selection_COMP1
#define COMP_Selection_COMP7
#define COMP_Selection_COMP4
#define COMP_Selection_COMP2
#define COMP_Selection_COMP6
#define COMP_Selection_COMP5

Definition at line 98 of file stm32f30x_comp.h.



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