STM32L443xx 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_TIM4_TRGO (DAC_CR_TSEL1_2 | DAC_CR_TSEL1_0) |
#define | LL_DAC_TRIG_EXT_TIM5_TRGO ( DAC_CR_TSEL1_1 | 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_TIM8_TRGO ( 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 IP: external interrupt line 9.
Definition at line 284 of file stm32l4xx_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 278 of file stm32l4xx_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 279 of file stm32l4xx_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 280 of file stm32l4xx_ll_dac.h.
#define LL_DAC_TRIG_EXT_TIM6_TRGO 0x00000000U |
DAC channel conversion trigger from external IP: TIM6 TRGO.
Definition at line 281 of file stm32l4xx_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 282 of file stm32l4xx_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 283 of file stm32l4xx_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 277 of file stm32l4xx_ll_dac.h.
Referenced by LL_DAC_StructInit().