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

« Back to documentation index

DAC Private Functions

DAC Private Functions
[DAC]

Functions

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

Function Documentation

static void DAC_DMAConvCpltCh1 ( DMA_HandleTypeDef *  hdma ) [static]

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 1129 of file stm32l4xx_hal_dac.c.

static void DAC_DMAErrorCh1 ( DMA_HandleTypeDef *  hdma ) [static]

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 1157 of file stm32l4xx_hal_dac.c.

static void DAC_DMAHalfConvCpltCh1 ( DMA_HandleTypeDef *  hdma ) [static]

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 1144 of file stm32l4xx_hal_dac.c.