CARME-M4 BSP
V1.5
|
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 |
Definition at line 510 of file stm32f4xx_dac.c.