STM32L443xx HAL User Manual
|
Defines | |
#define | LL_TIM_TIM2_TI4_RMP_GPIO TIM2_OR1_RMP_MASK |
#define | LL_TIM_TIM2_TI4_RMP_COMP1 (TIM2_OR1_TI4_RMP_0 | TIM2_OR1_RMP_MASK) |
#define | LL_TIM_TIM2_TI4_RMP_COMP2 (TIM2_OR1_TI4_RMP_1 | TIM2_OR1_RMP_MASK) |
#define | LL_TIM_TIM2_TI4_RMP_COMP1_COMP2 (TIM2_OR1_TI4_RMP | TIM2_OR1_RMP_MASK) |
#define LL_TIM_TIM2_TI4_RMP_COMP1 (TIM2_OR1_TI4_RMP_0 | TIM2_OR1_RMP_MASK) |
TIM2 input capture 4 is connected to COMP1_OUT
Definition at line 1208 of file stm32l4xx_ll_tim.h.
#define LL_TIM_TIM2_TI4_RMP_COMP1_COMP2 (TIM2_OR1_TI4_RMP | TIM2_OR1_RMP_MASK) |
TIM2 input capture 4 is connected to logical OR between COMP1_OUT and COMP2_OUT
Definition at line 1212 of file stm32l4xx_ll_tim.h.
#define LL_TIM_TIM2_TI4_RMP_COMP2 (TIM2_OR1_TI4_RMP_1 | TIM2_OR1_RMP_MASK) |
TIM2 input capture 4 is connected to COMP2_OUT
Definition at line 1211 of file stm32l4xx_ll_tim.h.
TIM2 input capture 4 is connected to GPIO
Definition at line 1207 of file stm32l4xx_ll_tim.h.