Macros
Collaboration diagram for DAC_Channel_selection:

Macros

#define DAC_Channel_1   ((uint32_t)0x00000000)
 
#define DAC_Channel_1   ((uint32_t)0x00000000)
 
#define DAC_Channel_1   ((uint32_t)0x00000000)
 
#define DAC_Channel_2   ((uint32_t)0x00000010)
 
#define DAC_Channel_2   ((uint32_t)0x00000010)
 
#define DAC_Channel_2   ((uint32_t)0x00000010)
 
#define IS_DAC_CHANNEL(CHANNEL)
 
#define IS_DAC_CHANNEL(CHANNEL)
 
#define IS_DAC_CHANNEL(CHANNEL)
 

Detailed Description

Macro Definition Documentation

#define DAC_Channel_1   ((uint32_t)0x00000000)

Definition at line 195 of file stm32f4xx_dac.h.

#define DAC_Channel_1   ((uint32_t)0x00000000)

Definition at line 200 of file stm32f10x_dac.h.

#define DAC_Channel_1   ((uint32_t)0x00000000)

Definition at line 210 of file stm32f30x_dac.h.

#define DAC_Channel_2   ((uint32_t)0x00000010)

Definition at line 196 of file stm32f4xx_dac.h.

#define DAC_Channel_2   ((uint32_t)0x00000010)

Definition at line 201 of file stm32f10x_dac.h.

#define DAC_Channel_2   ((uint32_t)0x00000010)

Definition at line 211 of file stm32f30x_dac.h.

#define IS_DAC_CHANNEL (   CHANNEL)
Value:
(((CHANNEL) == DAC_Channel_1) || \
((CHANNEL) == DAC_Channel_2))
#define DAC_Channel_2
#define DAC_Channel_1

Definition at line 197 of file stm32f4xx_dac.h.

#define IS_DAC_CHANNEL (   CHANNEL)
Value:
(((CHANNEL) == DAC_Channel_1) || \
((CHANNEL) == DAC_Channel_2))
#define DAC_Channel_2
#define DAC_Channel_1

Definition at line 202 of file stm32f10x_dac.h.

#define IS_DAC_CHANNEL (   CHANNEL)
Value:
(((CHANNEL) == DAC_Channel_1) || \
((CHANNEL) == DAC_Channel_2))
#define DAC_Channel_2
#define DAC_Channel_1

Definition at line 213 of file stm32f30x_dac.h.



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