STM32F479xx HAL User Manual
|
Structure definition of some features of DAC instance. More...
#include <stm32f4xx_ll_dac.h>
Data Fields | |
uint32_t | TriggerSource |
uint32_t | WaveAutoGeneration |
uint32_t | WaveAutoGenerationConfig |
uint32_t | OutputBuffer |
Structure definition of some features of DAC instance.
Definition at line 146 of file stm32f4xx_ll_dac.h.
uint32_t LL_DAC_InitTypeDef::OutputBuffer |
Set the output buffer for the selected DAC channel. This parameter can be a value of DAC channel output buffer
This feature can be modified afterwards using unitary function LL_DAC_SetOutputBuffer().
Definition at line 175 of file stm32f4xx_ll_dac.h.
Referenced by LL_DAC_Init(), and LL_DAC_StructInit().
uint32_t LL_DAC_InitTypeDef::TriggerSource |
Set the conversion trigger source for the selected DAC channel: internal (SW start) or from external peripheral (timer event, external interrupt line). This parameter can be a value of DAC trigger source
This feature can be modified afterwards using unitary function LL_DAC_SetTriggerSource().
Definition at line 148 of file stm32f4xx_ll_dac.h.
Referenced by LL_DAC_Init(), and LL_DAC_StructInit().
Set the waveform automatic generation mode for the selected DAC channel. This parameter can be a value of DAC waveform automatic generation mode
This feature can be modified afterwards using unitary function LL_DAC_SetWaveAutoGeneration().
Definition at line 156 of file stm32f4xx_ll_dac.h.
Referenced by LL_DAC_Init(), and LL_DAC_StructInit().
Set the waveform automatic generation mode for the selected DAC channel. If waveform automatic generation mode is set to noise, this parameter can be a value of DAC wave generation - Noise LFSR unmask bits If waveform automatic generation mode is set to triangle, this parameter can be a value of DAC wave generation - Triangle amplitude
This feature can be modified afterwards using unitary function LL_DAC_SetWaveNoiseLFSR(), LL_DAC_SetWaveTriangleAmplitude() depending on the wave automatic generation selected.
Definition at line 162 of file stm32f4xx_ll_dac.h.
Referenced by LL_DAC_Init(), and LL_DAC_StructInit().