TUKS MCU Introductory course / TUKS-COURSE-2-LED
Embed: (wiki syntax)

« Back to documentation index

DACEx private functions

DACEx private functions
[DACEx]

Extended private functions. More...

Functions

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

Detailed Description

Extended private functions.


Function Documentation

void DAC_DMAConvCpltCh2 ( DMA_HandleTypeDef *  hdma )

DMA conversion complete callback.

Parameters:
hdma,:pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA module.
Return values:
None

Definition at line 566 of file stm32l4xx_hal_dac_ex.c.

void DAC_DMAErrorCh2 ( DMA_HandleTypeDef *  hdma )

DMA error callback.

Parameters:
hdma,:pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA module.
Return values:
None

Definition at line 594 of file stm32l4xx_hal_dac_ex.c.

void DAC_DMAHalfConvCpltCh2 ( DMA_HandleTypeDef *  hdma )

DMA half transfer complete callback.

Parameters:
hdma,:pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA module.
Return values:
None

Definition at line 581 of file stm32l4xx_hal_dac_ex.c.