Enable DAC selected channel. CR EN2 LL_DAC_Enable (1) On this STM32 series, parameter not available on all devices. Refer to device datasheet for channels availability.
Enable DAC trigger of the selected channel. (1) On this STM32 series, parameter not available on all devices. Refer to device datasheet for channels availability.
Get DAC underrun flag for DAC channel 1
Clear DAC underrun flag for DAC channel 1
Disable DMA underrun interrupt for DAC channel 1
Enable DAC DMA transfer request of the selected channel. (1) On this STM32 series, parameter not available on all devices. Refer to device datasheet for channels availability.
Function to help to configure DMA transfer to DAC: retrieve the DAC register address from DAC instance and a list of DAC registers intended to be used (most commonly) with DMA transfer. (1) On this STM32 series, parameter not available on all devices. Refer to device datasheet for channels availability.
Set the data to be loaded in the data holding register in format 12 bits left alignment (LSB aligned on bit 0), for the selected DAC channel. DHR12R2 DACC2DHR LL_DAC_ConvertData12RightAligned (1) On this STM32 series, parameter not available on all devices. Refer to device datasheet for channels availability.
Set the conversion trigger source for the selected DAC channel. (1) On this STM32 series, parameter not available on all devices. Refer to device datasheet for channels availability.
Initialize some features of DAC channel. (1) On this STM32 series, parameter not available on all devices. Refer to device datasheet for channels availability.
Get DAC enable state of the selected channel. (0: DAC channel is disabled, 1: DAC channel is enabled) CR EN2 LL_DAC_IsEnabled (1) On this STM32 series, parameter not available on all devices. Refer to device datasheet for channels availability.
Trig DAC conversion by software for the selected DAC channel. (1) On this STM32 series, parameter not available on all devices. Refer to device datasheet for channels availability.
De-initialize registers of the selected DAC instance to their default reset values.
Get the waveform automatic generation mode for the selected DAC channel. CR WAVE2 LL_DAC_GetWaveAutoGeneration (1) On this STM32 series, parameter not available on all devices. Refer to device datasheet for channels availability.
Set the noise waveform generation for the selected DAC channel: Noise mode and parameters LFSR (linear feedback shift register). (1) On this STM32 series, parameter not available on all devices. Refer to device datasheet for channels availability.
Get the noise waveform generation for the selected DAC channel: Noise mode and parameters LFSR (linear feedback shift register). CR MAMP2 LL_DAC_GetWaveNoiseLFSR (1) On this STM32 series, parameter not available on all devices. Refer to device datasheet for channels availability.
Set the triangle waveform generation for the selected DAC channel: triangle mode and amplitude. (1) On this STM32 series, parameter not available on all devices. Refer to device datasheet for channels availability.
Get the triangle waveform generation for the selected DAC channel: triangle mode and amplitude. CR MAMP2 LL_DAC_GetWaveTriangleAmplitude (1) On this STM32 series, parameter not available on all devices. Refer to device datasheet for channels availability.
Set the output buffer for the selected DAC channel. CR BOFF2 LL_DAC_SetOutputBuffer (1) On this STM32 series, parameter not available on all devices. Refer to device datasheet for channels availability.
Get the output buffer state for the selected DAC channel. CR BOFF2 LL_DAC_GetOutputBuffer (1) On this STM32 series, parameter not available on all devices. Refer to device datasheet for channels availability.
Disable DAC DMA transfer request of the selected channel. (1) On this STM32 series, parameter not available on all devices. Refer to device datasheet for channels availability.
Get DAC DMA transfer request state of the selected channel. (0: DAC DMA transfer request is disabled, 1: DAC DMA transfer request is enabled) CR DMAEN2 LL_DAC_IsDMAReqEnabled (1) On this STM32 series, parameter not available on all devices. Refer to device datasheet for channels availability.
Disable DAC selected channel. CR EN2 LL_DAC_Disable (1) On this STM32 series, parameter not available on all devices. Refer to device datasheet for channels availability.
Disable DAC trigger of the selected channel. CR TEN2 LL_DAC_DisableTrigger (1) On this STM32 series, parameter not available on all devices. Refer to device datasheet for channels availability.
Get DAC trigger state of the selected channel. (0: DAC trigger is disabled, 1: DAC trigger is enabled) CR TEN2 LL_DAC_IsTriggerEnabled (1) On this STM32 series, parameter not available on all devices. Refer to device datasheet for channels availability.
Set the data to be loaded in the data holding register in format 12 bits left alignment (MSB aligned on bit 15), for the selected DAC channel. DHR12L2 DACC2DHR LL_DAC_ConvertData12LeftAligned (1) On this STM32 series, parameter not available on all devices. Refer to device datasheet for channels availability.
Set the data to be loaded in the data holding register in format 8 bits left alignment (LSB aligned on bit 0), for the selected DAC channel. DHR8R2 DACC2DHR LL_DAC_ConvertData8RightAligned (1) On this STM32 series, parameter not available on all devices. Refer to device datasheet for channels availability.
Set the data to be loaded in the data holding register in format 12 bits left alignment (LSB aligned on bit 0), for both DAC channels. DHR12RD DACC2DHR LL_DAC_ConvertDualData12RightAligned
Set the data to be loaded in the data holding register in format 12 bits left alignment (MSB aligned on bit 15), for both DAC channels. DHR12LD DACC2DHR LL_DAC_ConvertDualData12LeftAligned
Set the data to be loaded in the data holding register in format 8 bits left alignment (LSB aligned on bit 0), for both DAC channels. DHR8RD DACC2DHR LL_DAC_ConvertDualData8RightAligned
Retrieve output data currently generated for the selected DAC channel. (1) On this STM32 series, parameter not available on all devices. Refer to device datasheet for channels availability.
Get DAC underrun flag for DAC channel 2
Clear DAC underrun flag for DAC channel 2
Enable DMA underrun interrupt for DAC channel 2
Disable DMA underrun interrupt for DAC channel 2
Get DMA underrun interrupt for DAC channel 1
Get DMA underrun interrupt for DAC channel 2
Get the conversion trigger source for the selected DAC channel. (1) On this STM32 series, parameter not available on all devices. Refer to device datasheet for channels availability.
Set the waveform automatic generation mode for the selected DAC channel. CR WAVE2 LL_DAC_SetWaveAutoGeneration (1) On this STM32 series, parameter not available on all devices. Refer to device datasheet for channels availability.