HAL + 0/2 examples
CodeScope will show references to LL_DAC_EnableDMAReq() from the following samples and libraries:
Examples
STM32F429ZI-Nucleo
Examples_LL
DAC
 
Symbols
loading...
Files
loading...

LL_DAC_EnableDMAReq() function

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.

Syntax

__STATIC_INLINE void LL_DAC_EnableDMAReq(DAC_TypeDef *DACx,     uint32_t DAC_Channel);

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)

Return value

None

Notes

To configure DMA source address (peripheral address), use function LL_DAC_DMA_GetRegAddr(). CR DMAEN2 LL_DAC_EnableDMAReq

Examples

LL_DAC_EnableDMAReq() is referenced by 2 libraries and example projects.

References

LocationText
stm32f4xx_ll_dac.h:855
__STATIC_INLINE void LL_DAC_EnableDMAReq(DAC_TypeDef *DACx, uint32_t DAC_Channel)

Data Use

Data read by LL_DAC_EnableDMAReq()
LL_DAC_EnableDMAReq()