![]() |
STM32F0 Standard Peripheral bibliotheek
1.0
ST Microelectronics standard peripheral bibliotheek documentatie voor de STM32F0 familie
|
DMA management functions. More...
Functions | |
| void | DAC_DMACmd (uint32_t DAC_Channel, FunctionalState NewState) |
| Enables or disables the specified DAC channel DMA request. When enabled DMA1 is generated when an external trigger (EXTI Line9, TIM2, TIM3, TIM6 or TIM15 but not a software trigger) occurs. More... | |
DMA management functions.
===============================================================================
##### DMA management functions #####
=============================================================================== | void DAC_DMACmd | ( | uint32_t | DAC_Channel, |
| FunctionalState | NewState | ||
| ) |
Enables or disables the specified DAC channel DMA request. When enabled DMA1 is generated when an external trigger (EXTI Line9, TIM2, TIM3, TIM6 or TIM15 but not a software trigger) occurs.
| DAC_Channel,: | the selected DAC channel. This parameter can be one of the following values:
|
| NewState,: | new state of the selected DAC channel DMA request. This parameter can be: ENABLE or DISABLE. |
| None |