STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

Macros

#define HAL_DAC_ERROR_NONE   0x00U
 
#define HAL_DAC_ERROR_DMAUNDERRUNCH1   0x01U
 
#define HAL_DAC_ERROR_DMAUNDERRUNCH2   0x02U
 
#define HAL_DAC_ERROR_DMA   0x04U
 

Detailed Description

Macro Definition Documentation

#define HAL_DAC_ERROR_DMA   0x04U

DMA error

Definition at line 119 of file stm32f7xx_hal_dac.h.

#define HAL_DAC_ERROR_DMAUNDERRUNCH1   0x01U

DAC channel1 DAM underrun error

Definition at line 117 of file stm32f7xx_hal_dac.h.

#define HAL_DAC_ERROR_DMAUNDERRUNCH2   0x02U

DAC channel2 DAM underrun error

Definition at line 118 of file stm32f7xx_hal_dac.h.

#define HAL_DAC_ERROR_NONE   0x00U

No error

Definition at line 116 of file stm32f7xx_hal_dac.h.