STM32F439xx HAL User Manual
Defines
DAC trigger source
DAC Exported Constants

Defines

#define LL_DAC_TRIG_SOFTWARE   (DAC_CR_TSEL1_2 | DAC_CR_TSEL1_1 | DAC_CR_TSEL1_0)
#define LL_DAC_TRIG_EXT_TIM2_TRGO   (DAC_CR_TSEL1_2 )
#define LL_DAC_TRIG_EXT_TIM8_TRGO   ( DAC_CR_TSEL1_0)
#define LL_DAC_TRIG_EXT_TIM4_TRGO   (DAC_CR_TSEL1_2 | DAC_CR_TSEL1_0)
#define LL_DAC_TRIG_EXT_TIM6_TRGO   0x00000000U
#define LL_DAC_TRIG_EXT_TIM7_TRGO   ( DAC_CR_TSEL1_1 )
#define LL_DAC_TRIG_EXT_TIM5_TRGO   ( DAC_CR_TSEL1_1 | DAC_CR_TSEL1_0)
#define LL_DAC_TRIG_EXT_EXTI_LINE9   (DAC_CR_TSEL1_2 | DAC_CR_TSEL1_1 )

Define Documentation

#define LL_DAC_TRIG_EXT_EXTI_LINE9   (DAC_CR_TSEL1_2 | DAC_CR_TSEL1_1 )

DAC channel conversion trigger from external IP: external interrupt line 9.

Definition at line 244 of file stm32f4xx_ll_dac.h.

#define LL_DAC_TRIG_EXT_TIM2_TRGO   (DAC_CR_TSEL1_2 )

DAC channel conversion trigger from external IP: TIM2 TRGO.

Definition at line 238 of file stm32f4xx_ll_dac.h.

#define LL_DAC_TRIG_EXT_TIM4_TRGO   (DAC_CR_TSEL1_2 | DAC_CR_TSEL1_0)

DAC channel conversion trigger from external IP: TIM4 TRGO.

Definition at line 240 of file stm32f4xx_ll_dac.h.

#define LL_DAC_TRIG_EXT_TIM5_TRGO   ( DAC_CR_TSEL1_1 | DAC_CR_TSEL1_0)

DAC channel conversion trigger from external IP: TIM5 TRGO.

Definition at line 243 of file stm32f4xx_ll_dac.h.

#define LL_DAC_TRIG_EXT_TIM6_TRGO   0x00000000U

DAC channel conversion trigger from external IP: TIM6 TRGO.

Definition at line 241 of file stm32f4xx_ll_dac.h.

#define LL_DAC_TRIG_EXT_TIM7_TRGO   ( DAC_CR_TSEL1_1 )

DAC channel conversion trigger from external IP: TIM7 TRGO.

Definition at line 242 of file stm32f4xx_ll_dac.h.

#define LL_DAC_TRIG_EXT_TIM8_TRGO   ( DAC_CR_TSEL1_0)

DAC channel conversion trigger from external IP: TIM8 TRGO.

Definition at line 239 of file stm32f4xx_ll_dac.h.

#define LL_DAC_TRIG_SOFTWARE   (DAC_CR_TSEL1_2 | DAC_CR_TSEL1_1 | DAC_CR_TSEL1_0)

DAC channel conversion trigger internal (SW start)

Definition at line 237 of file stm32f4xx_ll_dac.h.

Referenced by LL_DAC_StructInit().