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

LL_DAC_DisableDMAReq() function

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.

Syntax

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

Arguments

DAC_Channel

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

DACx

DAC instance

Return value

None

Notes

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

References

LocationText
stm32f4xx_ll_dac.h:876
__STATIC_INLINE void LL_DAC_DisableDMAReq(DAC_TypeDef *DACx, uint32_t DAC_Channel)

Data Use

Data read by LL_DAC_DisableDMAReq()
LL_DAC_DisableDMAReq()