HAL
LL_DAC_SetOutputBuffer() is only used within HAL.
 
Symbols
loading...
Files
loading...

LL_DAC_SetOutputBuffer() function

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.

Syntax

__STATIC_INLINE void LL_DAC_SetOutputBuffer(DAC_TypeDef *DACx,     uint32_t DAC_Channel,     uint32_t OutputBuffer);

Arguments

DACx

DAC instance

DAC_Channel

This parameter can be one of the following values: @arg LL_DAC_CHANNEL_1 @arg LL_DAC_CHANNEL_2 (1)

OutputBuffer

This parameter can be one of the following values: @arg LL_DAC_OUTPUT_BUFFER_ENABLE @arg LL_DAC_OUTPUT_BUFFER_DISABLE

Return value

None

References

LocationText
stm32f4xx_ll_dac.h:803
__STATIC_INLINE void LL_DAC_SetOutputBuffer(DAC_TypeDef *DACx, uint32_t DAC_Channel, uint32_t OutputBuffer)

Data Use

Data read by LL_DAC_SetOutputBuffer()
LL_DAC_SetOutputBuffer()