STM32H735xx HAL User Manual
Defines
TIM15 Timer Input Ch2 Remap
TIM Exported Constants

Defines

#define LL_TIM_TIM15_TI2_RMP_GPIO   0x00000000U /* !< TIM15 input 2 is connected to GPIO */
#define LL_TIM_TIM15_TI2_RMP_TIM2_CH2   (TIM_TISEL_TI2SEL_0) /* !< TIM15 input 2 is connected to TIM2 CH2 */
#define LL_TIM_TIM15_TI2_RMP_TIM3_CH2   (TIM_TISEL_TI2SEL_1) /* !< TIM15 input 2 is connected to TIM3 CH2 */
#define LL_TIM_TIM15_TI2_RMP_TIM4_CH2   (TIM_TISEL_TI2SEL_0 | TIM_TISEL_TI2SEL_1) /* !< TIM15 input 2 is connected to TIM4 CH2 */

Define Documentation

#define LL_TIM_TIM15_TI2_RMP_GPIO   0x00000000U /* !< TIM15 input 2 is connected to GPIO */

Definition at line 1295 of file stm32h7xx_ll_tim.h.

#define LL_TIM_TIM15_TI2_RMP_TIM2_CH2   (TIM_TISEL_TI2SEL_0) /* !< TIM15 input 2 is connected to TIM2 CH2 */

Definition at line 1296 of file stm32h7xx_ll_tim.h.

#define LL_TIM_TIM15_TI2_RMP_TIM3_CH2   (TIM_TISEL_TI2SEL_1) /* !< TIM15 input 2 is connected to TIM3 CH2 */

Definition at line 1297 of file stm32h7xx_ll_tim.h.

#define LL_TIM_TIM15_TI2_RMP_TIM4_CH2   (TIM_TISEL_TI2SEL_0 | TIM_TISEL_TI2SEL_1) /* !< TIM15 input 2 is connected to TIM4 CH2 */

Definition at line 1298 of file stm32h7xx_ll_tim.h.