STM32F439xx HAL User Manual
Modules | Functions
DAC Exported Functions
DAC

Modules

 Initialization and de-initialization functions
 

Initialization and Configuration functions.


 IO operation functions
 

IO operation functions.


 Peripheral Control functions
 

Peripheral Control functions.


 Peripheral State and Errors functions
 

Peripheral State and Errors functions.


Functions

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

Function Documentation

static void DAC_DMAConvCpltCh1 ( DMA_HandleTypeDef hdma) [static]

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 907 of file stm32f4xx_hal_dac.c.

References HAL_DAC_ConvCpltCallbackCh1(), HAL_DAC_STATE_READY, and DAC_HandleTypeDef::State.

Referenced by HAL_DAC_Start_DMA().

static void DAC_DMAErrorCh1 ( DMA_HandleTypeDef hdma) [static]

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 935 of file stm32f4xx_hal_dac.c.

References DAC_HandleTypeDef::ErrorCode, HAL_DAC_ERROR_DMA, HAL_DAC_ErrorCallbackCh1(), HAL_DAC_STATE_READY, and DAC_HandleTypeDef::State.

Referenced by HAL_DAC_Start_DMA().

static void DAC_DMAHalfConvCpltCh1 ( DMA_HandleTypeDef hdma) [static]

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 922 of file stm32f4xx_hal_dac.c.

References HAL_DAC_ConvHalfCpltCallbackCh1().

Referenced by HAL_DAC_Start_DMA().