STM32L443xx HAL User Manual
|
Defines | |
#define | LL_TIM_TIM1_ETR_ADC1_RMP_NC TIM1_OR1_RMP_MASK |
#define | LL_TIM_TIM1_ETR_ADC1_RMP_AWD1 (TIM1_OR1_ETR_ADC1_RMP_0 | TIM1_OR1_RMP_MASK) |
#define | LL_TIM_TIM1_ETR_ADC1_RMP_AWD2 (TIM1_OR1_ETR_ADC1_RMP_1 | TIM1_OR1_RMP_MASK) |
#define | LL_TIM_TIM1_ETR_ADC1_RMP_AWD3 (TIM1_OR1_ETR_ADC1_RMP | TIM1_OR1_RMP_MASK) |
#define LL_TIM_TIM1_ETR_ADC1_RMP_AWD1 (TIM1_OR1_ETR_ADC1_RMP_0 | TIM1_OR1_RMP_MASK) |
TIM1_ETR is connected to ADC1 analog watchdog 1
Definition at line 1155 of file stm32l4xx_ll_tim.h.
#define LL_TIM_TIM1_ETR_ADC1_RMP_AWD2 (TIM1_OR1_ETR_ADC1_RMP_1 | TIM1_OR1_RMP_MASK) |
TIM1_ETR is connected to ADC1 analog watchdog 2
Definition at line 1156 of file stm32l4xx_ll_tim.h.
#define LL_TIM_TIM1_ETR_ADC1_RMP_AWD3 (TIM1_OR1_ETR_ADC1_RMP | TIM1_OR1_RMP_MASK) |
TIM1_ETR is connected to ADC1 analog watchdog 3
Definition at line 1157 of file stm32l4xx_ll_tim.h.
TIM1_ETR is not connected to ADC1 analog watchdog x
Definition at line 1154 of file stm32l4xx_ll_tim.h.