STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
Collaboration diagram for DAC Error Code:

Macros

#define HAL_DAC_ERROR_NONE   0x00U
 
#define HAL_DAC_ERROR_DMAUNDERRUNCH1   0x01U
 
#define HAL_DAC_ERROR_DMA   0x04U
 
#define HAL_DAC_ERROR_TIMEOUT   0x08U
 

Detailed Description

Macro Definition Documentation

◆ HAL_DAC_ERROR_NONE

#define HAL_DAC_ERROR_NONE   0x00U

#include <stm32f4xx_hal_dac.h>

No error

Definition at line 151 of file stm32f4xx_hal_dac.h.

Referenced by HAL_DAC_DeInit(), and HAL_DAC_Init().

◆ HAL_DAC_ERROR_DMAUNDERRUNCH1

#define HAL_DAC_ERROR_DMAUNDERRUNCH1   0x01U

#include <stm32f4xx_hal_dac.h>

DAC channel1 DMA underrun error

Definition at line 152 of file stm32f4xx_hal_dac.h.

Referenced by HAL_DAC_IRQHandler().

◆ HAL_DAC_ERROR_DMA

#define HAL_DAC_ERROR_DMA   0x04U

#include <stm32f4xx_hal_dac.h>

DMA error

Definition at line 156 of file stm32f4xx_hal_dac.h.

Referenced by DAC_DMAErrorCh1(), and HAL_DAC_Start_DMA().

◆ HAL_DAC_ERROR_TIMEOUT

#define HAL_DAC_ERROR_TIMEOUT   0x08U

#include <stm32f4xx_hal_dac.h>

Timeout error

Definition at line 157 of file stm32f4xx_hal_dac.h.