STM32H735xx HAL User Manual
|
Defines | |
#define | LL_DAC_TRIG_SOFTWARE 0x00000000U |
#define | LL_DAC_TRIG_EXT_TIM1_TRGO ( DAC_CR_TSEL1_0) |
#define | LL_DAC_TRIG_EXT_TIM2_TRGO ( DAC_CR_TSEL1_1 ) |
#define | LL_DAC_TRIG_EXT_TIM4_TRGO ( DAC_CR_TSEL1_1 | DAC_CR_TSEL1_0) |
#define | LL_DAC_TRIG_EXT_TIM5_TRGO ( DAC_CR_TSEL1_2 ) |
#define | LL_DAC_TRIG_EXT_TIM6_TRGO ( DAC_CR_TSEL1_2 | DAC_CR_TSEL1_0) |
#define | LL_DAC_TRIG_EXT_TIM7_TRGO ( DAC_CR_TSEL1_2 | DAC_CR_TSEL1_1 ) |
#define | LL_DAC_TRIG_EXT_TIM8_TRGO ( DAC_CR_TSEL1_2 | DAC_CR_TSEL1_1 | DAC_CR_TSEL1_0) |
#define | LL_DAC_TRIG_EXT_TIM15_TRGO (DAC_CR_TSEL1_3 ) |
#define | LL_DAC_TRIG_EXT_LPTIM1_OUT (DAC_CR_TSEL1_3 | DAC_CR_TSEL1_1 | DAC_CR_TSEL1_0) |
#define | LL_DAC_TRIG_EXT_LPTIM2_OUT (DAC_CR_TSEL1_3 | DAC_CR_TSEL1_2 ) |
#define | LL_DAC_TRIG_EXT_EXTI_LINE9 (DAC_CR_TSEL1_3 | DAC_CR_TSEL1_2 | DAC_CR_TSEL1_0) |
#define | LL_DAC_TRIG_EXT_TIM23_TRGO (DAC_CR_TSEL1_3 | DAC_CR_TSEL1_2 | DAC_CR_TSEL1_1 ) |
#define | LL_DAC_TRIG_EXT_TIM24_TRGO (DAC_CR_TSEL1_3 | DAC_CR_TSEL1_2 | DAC_CR_TSEL1_1 | DAC_CR_TSEL1_0) |
#define LL_DAC_TRIG_EXT_EXTI_LINE9 (DAC_CR_TSEL1_3 | DAC_CR_TSEL1_2 | DAC_CR_TSEL1_0) |
DAC channel conversion trigger from external peripheral: external interrupt line 9.
Definition at line 264 of file stm32h7xx_ll_dac.h.
#define LL_DAC_TRIG_EXT_LPTIM1_OUT (DAC_CR_TSEL1_3 | DAC_CR_TSEL1_1 | DAC_CR_TSEL1_0) |
DAC channel conversion trigger from external peripheral: LPTIM1 TRGO.
Definition at line 262 of file stm32h7xx_ll_dac.h.
#define LL_DAC_TRIG_EXT_LPTIM2_OUT (DAC_CR_TSEL1_3 | DAC_CR_TSEL1_2 ) |
DAC channel conversion trigger from external peripheral: LPTIM2 TRGO.
Definition at line 263 of file stm32h7xx_ll_dac.h.
#define LL_DAC_TRIG_EXT_TIM15_TRGO (DAC_CR_TSEL1_3 ) |
DAC channel conversion trigger from external peripheral: TIM15 TRGO.
Definition at line 257 of file stm32h7xx_ll_dac.h.
#define LL_DAC_TRIG_EXT_TIM1_TRGO ( DAC_CR_TSEL1_0) |
DAC channel conversion trigger from external peripheral: TIM1 TRGO.
Definition at line 250 of file stm32h7xx_ll_dac.h.
#define LL_DAC_TRIG_EXT_TIM23_TRGO (DAC_CR_TSEL1_3 | DAC_CR_TSEL1_2 | DAC_CR_TSEL1_1 ) |
DAC channel conversion trigger from external peripheral: TIM23 TRGO.
Definition at line 266 of file stm32h7xx_ll_dac.h.
#define LL_DAC_TRIG_EXT_TIM24_TRGO (DAC_CR_TSEL1_3 | DAC_CR_TSEL1_2 | DAC_CR_TSEL1_1 | DAC_CR_TSEL1_0) |
DAC channel conversion trigger from external peripheral: TIM24 TRGO.
Definition at line 269 of file stm32h7xx_ll_dac.h.
#define LL_DAC_TRIG_EXT_TIM2_TRGO ( DAC_CR_TSEL1_1 ) |
DAC channel conversion trigger from external peripheral: TIM2 TRGO.
Definition at line 251 of file stm32h7xx_ll_dac.h.
#define LL_DAC_TRIG_EXT_TIM4_TRGO ( DAC_CR_TSEL1_1 | DAC_CR_TSEL1_0) |
DAC channel conversion trigger from external peripheral: TIM4 TRGO.
Definition at line 252 of file stm32h7xx_ll_dac.h.
#define LL_DAC_TRIG_EXT_TIM5_TRGO ( DAC_CR_TSEL1_2 ) |
DAC channel conversion trigger from external peripheral: TIM5 TRGO.
Definition at line 253 of file stm32h7xx_ll_dac.h.
#define LL_DAC_TRIG_EXT_TIM6_TRGO ( DAC_CR_TSEL1_2 | DAC_CR_TSEL1_0) |
DAC channel conversion trigger from external peripheral: TIM6 TRGO.
Definition at line 254 of file stm32h7xx_ll_dac.h.
#define LL_DAC_TRIG_EXT_TIM7_TRGO ( DAC_CR_TSEL1_2 | DAC_CR_TSEL1_1 ) |
DAC channel conversion trigger from external peripheral: TIM7 TRGO.
Definition at line 255 of file stm32h7xx_ll_dac.h.
#define LL_DAC_TRIG_EXT_TIM8_TRGO ( DAC_CR_TSEL1_2 | DAC_CR_TSEL1_1 | DAC_CR_TSEL1_0) |
DAC channel conversion trigger from external peripheral: TIM8 TRGO.
Definition at line 256 of file stm32h7xx_ll_dac.h.
#define LL_DAC_TRIG_SOFTWARE 0x00000000U |
DAC channel conversion trigger internal (SW start)
Definition at line 249 of file stm32h7xx_ll_dac.h.
Referenced by LL_DAC_StructInit().