| STM32F479xx HAL User Manual
   
    | 
| 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 0x00000000UL | 
| #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 LL_DAC_TRIG_EXT_EXTI_LINE9 (DAC_CR_TSEL1_2 | DAC_CR_TSEL1_1 ) | 
DAC channel conversion trigger from external peripheral: external interrupt line 9.
Definition at line 239 of file stm32f4xx_ll_dac.h.
| #define LL_DAC_TRIG_EXT_TIM2_TRGO (DAC_CR_TSEL1_2 ) | 
DAC channel conversion trigger from external peripheral: TIM2 TRGO.
Definition at line 233 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 peripheral: TIM4 TRGO.
Definition at line 235 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 peripheral: TIM5 TRGO.
Definition at line 238 of file stm32f4xx_ll_dac.h.
| #define LL_DAC_TRIG_EXT_TIM6_TRGO 0x00000000UL | 
DAC channel conversion trigger from external peripheral: TIM6 TRGO.
Definition at line 236 of file stm32f4xx_ll_dac.h.
| #define LL_DAC_TRIG_EXT_TIM7_TRGO ( DAC_CR_TSEL1_1 ) | 
DAC channel conversion trigger from external peripheral: TIM7 TRGO.
Definition at line 237 of file stm32f4xx_ll_dac.h.
| #define LL_DAC_TRIG_EXT_TIM8_TRGO ( DAC_CR_TSEL1_0) | 
DAC channel conversion trigger from external peripheral: TIM8 TRGO.
Definition at line 234 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 232 of file stm32f4xx_ll_dac.h.
Referenced by LL_DAC_StructInit().
 1.7.6.1
 1.7.6.1