STM32H735xx HAL User Manual
|
Defines | |
#define | DAC_TRIGGER_NONE 0x00000000U |
#define | DAC_TRIGGER_SOFTWARE ( DAC_CR_TEN1) |
#define | DAC_TRIGGER_T1_TRGO ( DAC_CR_TSEL1_0 | DAC_CR_TEN1) |
#define | DAC_TRIGGER_T2_TRGO ( DAC_CR_TSEL1_1 | DAC_CR_TEN1) |
#define | DAC_TRIGGER_T4_TRGO ( DAC_CR_TSEL1_1 | DAC_CR_TSEL1_0 | DAC_CR_TEN1) |
#define | DAC_TRIGGER_T5_TRGO ( DAC_CR_TSEL1_2 | DAC_CR_TEN1) |
#define | DAC_TRIGGER_T6_TRGO ( DAC_CR_TSEL1_2 | DAC_CR_TSEL1_0 | DAC_CR_TEN1) |
#define | DAC_TRIGGER_T7_TRGO ( DAC_CR_TSEL1_2 | DAC_CR_TSEL1_1 | DAC_CR_TEN1) |
#define | DAC_TRIGGER_T8_TRGO ( DAC_CR_TSEL1_2 | DAC_CR_TSEL1_1 | DAC_CR_TSEL1_0 | DAC_CR_TEN1) |
#define | DAC_TRIGGER_T15_TRGO (DAC_CR_TSEL1_3 | DAC_CR_TEN1) |
#define | DAC_TRIGGER_LPTIM1_OUT (DAC_CR_TSEL1_3 | DAC_CR_TSEL1_1 | DAC_CR_TSEL1_0 | DAC_CR_TEN1) |
#define | DAC_TRIGGER_LPTIM2_OUT (DAC_CR_TSEL1_3 | DAC_CR_TSEL1_2 | DAC_CR_TEN1) |
#define | DAC_TRIGGER_EXT_IT9 (DAC_CR_TSEL1_3 | DAC_CR_TSEL1_2 | DAC_CR_TSEL1_0 | DAC_CR_TEN1) |
#define | DAC_TRIGGER_T23_TRGO (DAC_CR_TSEL1_3 | DAC_CR_TSEL1_2 | DAC_CR_TSEL1_1 | DAC_CR_TEN1) |
#define | DAC_TRIGGER_T24_TRGO (DAC_CR_TSEL1_3 | DAC_CR_TSEL1_2 | DAC_CR_TSEL1_1 | DAC_CR_TSEL1_0 | DAC_CR_TEN1) |
#define DAC_TRIGGER_EXT_IT9 (DAC_CR_TSEL1_3 | DAC_CR_TSEL1_2 | DAC_CR_TSEL1_0 | DAC_CR_TEN1) |
EXTI Line9 event selected as external conversion trigger for DAC channel
Definition at line 215 of file stm32h7xx_hal_dac.h.
#define DAC_TRIGGER_LPTIM1_OUT (DAC_CR_TSEL1_3 | DAC_CR_TSEL1_1 | DAC_CR_TSEL1_0 | DAC_CR_TEN1) |
LPTIM1 OUT TRGO selected as external conversion trigger for DAC channel
Definition at line 213 of file stm32h7xx_hal_dac.h.
#define DAC_TRIGGER_LPTIM2_OUT (DAC_CR_TSEL1_3 | DAC_CR_TSEL1_2 | DAC_CR_TEN1) |
LPTIM2 OUT TRGO selected as external conversion trigger for DAC channel
Definition at line 214 of file stm32h7xx_hal_dac.h.
#define DAC_TRIGGER_NONE 0x00000000U |
Conversion is automatic once the DAC_DHRxxxx register has been loaded, and not by external trigger
Definition at line 199 of file stm32h7xx_hal_dac.h.
#define DAC_TRIGGER_SOFTWARE ( DAC_CR_TEN1) |
Conversion started by software trigger for DAC channel
Definition at line 200 of file stm32h7xx_hal_dac.h.
Referenced by HAL_DAC_Start(), and HAL_DACEx_DualStart().
#define DAC_TRIGGER_T15_TRGO (DAC_CR_TSEL1_3 | DAC_CR_TEN1) |
TIM15 TRGO selected as external conversion trigger for DAC channel
Definition at line 208 of file stm32h7xx_hal_dac.h.
#define DAC_TRIGGER_T1_TRGO ( DAC_CR_TSEL1_0 | DAC_CR_TEN1) |
TIM1 TRGO selected as external conversion trigger for DAC channel
Definition at line 201 of file stm32h7xx_hal_dac.h.
#define DAC_TRIGGER_T23_TRGO (DAC_CR_TSEL1_3 | DAC_CR_TSEL1_2 | DAC_CR_TSEL1_1 | DAC_CR_TEN1) |
TIM23 TRGO selected as external conversion trigger for DAC channel
Definition at line 217 of file stm32h7xx_hal_dac.h.
#define DAC_TRIGGER_T24_TRGO (DAC_CR_TSEL1_3 | DAC_CR_TSEL1_2 | DAC_CR_TSEL1_1 | DAC_CR_TSEL1_0 | DAC_CR_TEN1) |
TIM24 TRGO selected as external conversion trigger for DAC channel
Definition at line 220 of file stm32h7xx_hal_dac.h.
#define DAC_TRIGGER_T2_TRGO ( DAC_CR_TSEL1_1 | DAC_CR_TEN1) |
TIM2 TRGO selected as external conversion trigger for DAC channel
Definition at line 202 of file stm32h7xx_hal_dac.h.
#define DAC_TRIGGER_T4_TRGO ( DAC_CR_TSEL1_1 | DAC_CR_TSEL1_0 | DAC_CR_TEN1) |
TIM4 TRGO selected as external conversion trigger for DAC channel
Definition at line 203 of file stm32h7xx_hal_dac.h.
#define DAC_TRIGGER_T5_TRGO ( DAC_CR_TSEL1_2 | DAC_CR_TEN1) |
TIM5 TRGO selected as external conversion trigger for DAC channel
Definition at line 204 of file stm32h7xx_hal_dac.h.
#define DAC_TRIGGER_T6_TRGO ( DAC_CR_TSEL1_2 | DAC_CR_TSEL1_0 | DAC_CR_TEN1) |
TIM6 TRGO selected as external conversion trigger for DAC channel
Definition at line 205 of file stm32h7xx_hal_dac.h.
#define DAC_TRIGGER_T7_TRGO ( DAC_CR_TSEL1_2 | DAC_CR_TSEL1_1 | DAC_CR_TEN1) |
TIM7 TRGO selected as external conversion trigger for DAC channel
Definition at line 206 of file stm32h7xx_hal_dac.h.
#define DAC_TRIGGER_T8_TRGO ( DAC_CR_TSEL1_2 | DAC_CR_TSEL1_1 | DAC_CR_TSEL1_0 | DAC_CR_TEN1) |
TIM8 TRGO selected as external conversion trigger for DAC channel
Definition at line 207 of file stm32h7xx_hal_dac.h.