STM32L443xx HAL User Manual
|
Structure definition of some features of DAC instance. More...
#include <stm32l4xx_ll_dac.h>
Data Fields | |
uint32_t | TriggerSource |
uint32_t | WaveAutoGeneration |
uint32_t | WaveAutoGenerationConfig |
uint32_t | OutputBuffer |
uint32_t | OutputConnection |
uint32_t | OutputMode |
Structure definition of some features of DAC instance.
Definition at line 151 of file stm32l4xx_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 171 of file stm32l4xx_ll_dac.h.
Referenced by LL_DAC_Init(), and LL_DAC_StructInit().
uint32_t LL_DAC_InitTypeDef::OutputConnection |
Set the output connection for the selected DAC channel. This parameter can be a value of DAC channel output connection
This feature can be modified afterwards using unitary function LL_DAC_SetOutputConnection().
Definition at line 176 of file stm32l4xx_ll_dac.h.
Referenced by LL_DAC_Init(), and LL_DAC_StructInit().
uint32_t LL_DAC_InitTypeDef::OutputMode |
Set the output mode normal or sample-and-hold for the selected DAC channel. This parameter can be a value of DAC channel output mode
This feature can be modified afterwards using unitary function LL_DAC_SetOutputMode().
Definition at line 181 of file stm32l4xx_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 153 of file stm32l4xx_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 158 of file stm32l4xx_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 163 of file stm32l4xx_ll_dac.h.
Referenced by LL_DAC_Init(), and LL_DAC_StructInit().