|
STM8L15x Standard Peripherals Drivers
|
DMA management functions. More...
Functions | |
| void | DAC_DMACmd (DAC_Channel_TypeDef DAC_Channel, FunctionalState NewState) |
| Enables or disables the specified DAC channel DMA request. | |
Detailed Description
DMA management functions.
===============================================================================
DMA management function
===============================================================================
Function Documentation
| void DAC_DMACmd | ( | DAC_Channel_TypeDef | DAC_Channel, |
| FunctionalState | NewState | ||
| ) |
Enables or disables the specified DAC channel DMA request.
When enabled DMA1 is generated when an external trigger occurs
Definition at line 607 of file stm8l15x_dac.c.
References CR2_Offset, DAC_BASE, DAC_CR2_DMAEN, DISABLE, IS_DAC_CHANNEL, and IS_FUNCTIONAL_STATE.