DAC Init structure definition. More...
#include <stm32f4xx_dac.h>
Public Attributes | |
uint32_t | DAC_Buffer_Switch |
uint32_t | DAC_LFSRUnmask_TriangleAmplitude |
uint32_t | DAC_OutputBuffer |
uint32_t | DAC_Trigger |
uint32_t | DAC_WaveGeneration |
DAC Init structure definition.
Definition at line 54 of file stm32f4xx_dac.h.
uint32_t DAC_InitTypeDef::DAC_Buffer_Switch |
Specifies whether the DAC channel output buffer is enabled or disabled or the DAC channel output switch is enabled or disabled. This parameter can be a value of DAC_buffer_switch
Definition at line 68 of file stm32f30x_dac.h.
uint32_t DAC_InitTypeDef::DAC_LFSRUnmask_TriangleAmplitude |
Specifies the LFSR mask for noise wave generation or the maximum amplitude triangle generation for the DAC channel. This parameter can be a value of DAC_lfsrunmask_triangleamplitude
Definition at line 63 of file stm32f4xx_dac.h.
uint32_t DAC_InitTypeDef::DAC_OutputBuffer |
Specifies whether the DAC channel output buffer is enabled or disabled. This parameter can be a value of DAC_output_buffer
Definition at line 67 of file stm32f4xx_dac.h.
uint32_t DAC_InitTypeDef::DAC_Trigger |
Specifies the external trigger for the selected DAC channel. This parameter can be a value of DAC_trigger_selection
Definition at line 56 of file stm32f4xx_dac.h.
uint32_t DAC_InitTypeDef::DAC_WaveGeneration |
Specifies whether DAC channel noise waves or triangle waves are generated, or whether no wave is generated. This parameter can be a value of DAC_wave_generation
Definition at line 59 of file stm32f4xx_dac.h.