HAL
HAL_DAC_ERROR_DMA is only used within HAL.
 
Symbols
loading...
Files
loading...

HAL_DAC_ERROR_DMA macro

DMA error

Syntax

#define HAL_DAC_ERROR_DMA 0x04U

References

LocationText
stm32f4xx_hal_dac.h:156
#define HAL_DAC_ERROR_DMA 0x04U /*!< DMA error */
stm32f4xx_hal_dac.c:649
hdac->ErrorCode |= HAL_DAC_ERROR_DMA;
stm32f4xx_hal_dac.c:1360
hdac->ErrorCode |= HAL_DAC_ERROR_DMA;
stm32f4xx_hal_dac_ex.c:490
hdac->ErrorCode |= HAL_DAC_ERROR_DMA;