STM32F479xx HAL User Manual
|
Defines | |
#define | HAL_DAC_ERROR_NONE 0x00U |
#define | HAL_DAC_ERROR_DMAUNDERRUNCH1 0x01U |
#define | HAL_DAC_ERROR_DMAUNDERRUNCH2 0x02U |
#define | HAL_DAC_ERROR_DMA 0x04U |
#define | HAL_DAC_ERROR_TIMEOUT 0x08U |
#define | HAL_DAC_ERROR_INVALID_CALLBACK 0x10U |
#define HAL_DAC_ERROR_DMA 0x04U |
DMA error
Definition at line 157 of file stm32f4xx_hal_dac.h.
Referenced by DAC_DMAErrorCh1(), DAC_DMAErrorCh2(), and HAL_DAC_Start_DMA().
#define HAL_DAC_ERROR_DMAUNDERRUNCH1 0x01U |
DAC channel1 DMA underrun error
Definition at line 153 of file stm32f4xx_hal_dac.h.
Referenced by HAL_DAC_IRQHandler().
#define HAL_DAC_ERROR_DMAUNDERRUNCH2 0x02U |
DAC channel2 DMA underrun error
Definition at line 155 of file stm32f4xx_hal_dac.h.
Referenced by HAL_DAC_IRQHandler().
#define HAL_DAC_ERROR_INVALID_CALLBACK 0x10U |
Invalid callback error
Definition at line 160 of file stm32f4xx_hal_dac.h.
Referenced by HAL_DAC_RegisterCallback(), and HAL_DAC_UnRegisterCallback().
#define HAL_DAC_ERROR_NONE 0x00U |
No error
Definition at line 152 of file stm32f4xx_hal_dac.h.
Referenced by HAL_DAC_DeInit(), and HAL_DAC_Init().
#define HAL_DAC_ERROR_TIMEOUT 0x08U |
Timeout error
Definition at line 158 of file stm32f4xx_hal_dac.h.