STM32F4xx_HAL_Driver  1.8.3
DACEx private functions

Extended private functions. More...

+ Collaboration diagram for DACEx private functions:

Functions

void DAC_DMAConvCpltCh2 (DMA_HandleTypeDef *hdma)
 DMA conversion complete callback. More...
 
void DAC_DMAErrorCh2 (DMA_HandleTypeDef *hdma)
 DMA error callback. More...
 
void DAC_DMAHalfConvCpltCh2 (DMA_HandleTypeDef *hdma)
 DMA half transfer complete callback. More...
 

Detailed Description

Extended private functions.

Function Documentation

◆ DAC_DMAConvCpltCh2()

void DAC_DMAConvCpltCh2 ( 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 449 of file stm32f4xx_hal_dac_ex.c.

◆ DAC_DMAErrorCh2()

void DAC_DMAErrorCh2 ( 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 485 of file stm32f4xx_hal_dac_ex.c.

◆ DAC_DMAHalfConvCpltCh2()

void DAC_DMAHalfConvCpltCh2 ( 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 468 of file stm32f4xx_hal_dac_ex.c.