STM32F4xx_HAL_Driver  1.8.3
DAC Private Functions
+ Collaboration diagram for DAC Private Functions:

Functions

void DAC_DMAConvCpltCh1 (DMA_HandleTypeDef *hdma)
 DMA conversion complete callback. More...
 
void DAC_DMAErrorCh1 (DMA_HandleTypeDef *hdma)
 DMA error callback. More...
 
void DAC_DMAHalfConvCpltCh1 (DMA_HandleTypeDef *hdma)
 DMA half transfer complete callback. More...
 

Detailed Description

Function Documentation

◆ DAC_DMAConvCpltCh1()

void DAC_DMAConvCpltCh1 ( DMA_HandleTypeDef hdma)

DMA conversion complete callback.

Parameters
hdmapointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA module.
Return values
None

Definition at line 1319 of file stm32f4xx_hal_dac.c.

◆ DAC_DMAErrorCh1()

void DAC_DMAErrorCh1 ( DMA_HandleTypeDef hdma)

DMA error callback.

Parameters
hdmapointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA module.
Return values
None

Definition at line 1355 of file stm32f4xx_hal_dac.c.

◆ DAC_DMAHalfConvCpltCh1()

void DAC_DMAHalfConvCpltCh1 ( DMA_HandleTypeDef hdma)

DMA half transfer complete callback.

Parameters
hdmapointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA module.
Return values
None

Definition at line 1338 of file stm32f4xx_hal_dac.c.