STM32F439xx HAL User Manual
Data Fields
DAC_HandleTypeDef Struct Reference

DAC handle Structure definition. More...

#include <stm32f4xx_hal_dac.h>

Data Fields

DAC_TypeDef * Instance
__IO HAL_DAC_StateTypeDef State
HAL_LockTypeDef Lock
DMA_HandleTypeDefDMA_Handle1
DMA_HandleTypeDefDMA_Handle2
__IO uint32_t ErrorCode

Detailed Description

DAC handle Structure definition.

Definition at line 80 of file stm32f4xx_hal_dac.h.


Field Documentation

Pointer DMA handler for channel 1

Definition at line 88 of file stm32f4xx_hal_dac.h.

Referenced by HAL_DAC_Start_DMA(), and HAL_DAC_Stop_DMA().

Pointer DMA handler for channel 2

Definition at line 90 of file stm32f4xx_hal_dac.h.

Referenced by HAL_DAC_Start_DMA(), and HAL_DAC_Stop_DMA().

HAL_LockTypeDef DAC_HandleTypeDef::Lock

DAC locking object

Definition at line 86 of file stm32f4xx_hal_dac.h.

Referenced by HAL_DAC_Init().


The documentation for this struct was generated from the following file: