STM32F4 Standard Peripheral bibliotheek
1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 Standard Peripheral Library
|
DMA management functions. More...
Functions | |
void | DAC_DMACmd (uint32_t DAC_Channel, FunctionalState NewState) |
Enables or disables the specified DAC channel DMA request. 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.
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 |