|
STM32F439xx 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_DMA 0x04U |
DMA error
Definition at line 122 of file stm32f4xx_hal_dac.h.
Referenced by DAC_DMAErrorCh1(), and DAC_DMAErrorCh2().
| #define HAL_DAC_ERROR_DMAUNDERRUNCH1 0x01U |
DAC channel1 DAM underrun error
Definition at line 120 of file stm32f4xx_hal_dac.h.
Referenced by HAL_DAC_IRQHandler().
| #define HAL_DAC_ERROR_DMAUNDERRUNCH2 0x02U |
DAC channel2 DAM underrun error
Definition at line 121 of file stm32f4xx_hal_dac.h.
Referenced by HAL_DAC_IRQHandler().
| #define HAL_DAC_ERROR_NONE 0x00U |
No error
Definition at line 119 of file stm32f4xx_hal_dac.h.
Referenced by HAL_DAC_DeInit(), and HAL_DAC_Init().
1.7.6.1