STM32H735xx HAL User Manual
Defines
TIM23 Timer Input Ch4 Remap
TIM Exported Constants

Defines

#define LL_TIM_TIM23_TI4_RMP_GPIO   0x00000000U /* !< TIM23 input 4 is connected to GPIO */
#define LL_TIM_TIM23_TI4_RMP_COMP1   TIM_TISEL_TI4SEL_0 /* !< TIM23 input 4 is connected to COMP1 OUT */
#define LL_TIM_TIM23_TI4_RMP_COMP2   TIM_TISEL_TI4SEL_1 /* !< TIM23 input 4 is connected to COMP2 OUT */
#define LL_TIM_TIM23_TI4_RMP_COMP1_COMP2   (TIM_TISEL_TI4SEL_0 | TIM_TISEL_TI4SEL_1) /* !< TIM23 input 4 is connected to COMP1 OUT or COMP2 OUT */

Define Documentation

#define LL_TIM_TIM23_TI4_RMP_COMP1   TIM_TISEL_TI4SEL_0 /* !< TIM23 input 4 is connected to COMP1 OUT */

Definition at line 1329 of file stm32h7xx_ll_tim.h.

#define LL_TIM_TIM23_TI4_RMP_COMP1_COMP2   (TIM_TISEL_TI4SEL_0 | TIM_TISEL_TI4SEL_1) /* !< TIM23 input 4 is connected to COMP1 OUT or COMP2 OUT */

Definition at line 1331 of file stm32h7xx_ll_tim.h.

#define LL_TIM_TIM23_TI4_RMP_COMP2   TIM_TISEL_TI4SEL_1 /* !< TIM23 input 4 is connected to COMP2 OUT */

Definition at line 1330 of file stm32h7xx_ll_tim.h.

#define LL_TIM_TIM23_TI4_RMP_GPIO   0x00000000U /* !< TIM23 input 4 is connected to GPIO */

Definition at line 1328 of file stm32h7xx_ll_tim.h.