STM32F439xx HAL User Manual
Data Structures | Enumerations
DAC Exported Types
DAC

Data Structures

struct  DAC_HandleTypeDef
 DAC handle Structure definition. More...
struct  DAC_ChannelConfTypeDef
 DAC Configuration regular Channel structure definition. More...

Enumerations

enum  HAL_DAC_StateTypeDef {
  HAL_DAC_STATE_RESET = 0x00U, HAL_DAC_STATE_READY = 0x01U, HAL_DAC_STATE_BUSY = 0x02U, HAL_DAC_STATE_TIMEOUT = 0x03U,
  HAL_DAC_STATE_ERROR = 0x04U
}
 HAL State structures definition. More...

Enumeration Type Documentation

HAL State structures definition.

Enumerator:
HAL_DAC_STATE_RESET 

DAC not yet initialized or disabled

HAL_DAC_STATE_READY 

DAC initialized and ready for use

HAL_DAC_STATE_BUSY 

DAC internal processing is ongoing

HAL_DAC_STATE_TIMEOUT 

DAC timeout state

HAL_DAC_STATE_ERROR 

DAC error state

Definition at line 68 of file stm32f4xx_hal_dac.h.