STM32H735xx 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 186 of file stm32h7xx_hal_dac.h.
Referenced by DAC_DMAErrorCh1(), DAC_DMAErrorCh2(), HAL_DAC_Start_DMA(), and HAL_DACEx_DualStart_DMA().
#define HAL_DAC_ERROR_DMAUNDERRUNCH1 0x01U |
DAC channel1 DMA underrun error
Definition at line 184 of file stm32h7xx_hal_dac.h.
Referenced by HAL_DAC_IRQHandler().
#define HAL_DAC_ERROR_DMAUNDERRUNCH2 0x02U |
DAC channel2 DMA underrun error
Definition at line 185 of file stm32h7xx_hal_dac.h.
Referenced by HAL_DAC_IRQHandler().
#define HAL_DAC_ERROR_INVALID_CALLBACK 0x10U |
Invalid callback error
Definition at line 189 of file stm32h7xx_hal_dac.h.
Referenced by HAL_DAC_RegisterCallback(), and HAL_DAC_UnRegisterCallback().
#define HAL_DAC_ERROR_NONE 0x00U |
No error
Definition at line 183 of file stm32h7xx_hal_dac.h.
Referenced by HAL_DAC_DeInit(), and HAL_DAC_Init().
#define HAL_DAC_ERROR_TIMEOUT 0x08U |
Timeout error
Definition at line 187 of file stm32h7xx_hal_dac.h.
Referenced by HAL_DAC_ConfigChannel().