Macros
Collaboration diagram for DAC_buffer_switch:

Macros

#define DAC_BufferSwitch_Disable   ((uint32_t)0x00000000)
 
#define DAC_BufferSwitch_Enable   ((uint32_t)0x00000002)
 
#define IS_DAC_BUFFER_SWITCH_STATE(STATE)
 

Detailed Description

Macro Definition Documentation

#define DAC_BufferSwitch_Disable   ((uint32_t)0x00000000)

Definition at line 198 of file stm32f30x_dac.h.

#define DAC_BufferSwitch_Enable   ((uint32_t)0x00000002)

Definition at line 199 of file stm32f30x_dac.h.

#define IS_DAC_BUFFER_SWITCH_STATE (   STATE)
Value:
(((STATE) == DAC_BufferSwitch_Enable) || \
#define DAC_BufferSwitch_Enable
#define DAC_BufferSwitch_Disable

Definition at line 201 of file stm32f30x_dac.h.



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