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

Defines

#define LL_TIM_TIM15_TI1_RMP_GPIO   0x00000000U /* !< TIM15 input 1 is connected to GPIO */
#define LL_TIM_TIM15_TI1_RMP_TIM2_CH1   TIM_TISEL_TI1SEL_0 /* !< TIM15 input 1 is connected to TIM2 CH1 */
#define LL_TIM_TIM15_TI1_RMP_TIM3_CH1   TIM_TISEL_TI1SEL_1 /* !< TIM15 input 1 is connected to TIM3 CH1 */
#define LL_TIM_TIM15_TI1_RMP_TIM4_CH1   (TIM_TISEL_TI1SEL_0 | TIM_TISEL_TI1SEL_1) /* !< TIM15 input 1 is connected to TIM4 CH1 */
#define LL_TIM_TIM15_TI1_RMP_RCC_LSE   (TIM_TISEL_TI1SEL_2) /* !< TIM15 input 1 is connected to RCC LSE */
#define LL_TIM_TIM15_TI1_RMP_RCC_CSI   (TIM_TISEL_TI1SEL_2 | TIM_TISEL_TI1SEL_0) /* !< TIM15 input 1 is connected to RCC CSI */
#define LL_TIM_TIM15_TI1_RMP_RCC_MCO2   (TIM_TISEL_TI1SEL_2 | TIM_TISEL_TI1SEL_1) /* !< TIM15 input 1 is connected to RCC MCO2 */

Define Documentation

#define LL_TIM_TIM15_TI1_RMP_GPIO   0x00000000U /* !< TIM15 input 1 is connected to GPIO */

Definition at line 1281 of file stm32h7xx_ll_tim.h.

#define LL_TIM_TIM15_TI1_RMP_RCC_CSI   (TIM_TISEL_TI1SEL_2 | TIM_TISEL_TI1SEL_0) /* !< TIM15 input 1 is connected to RCC CSI */

Definition at line 1286 of file stm32h7xx_ll_tim.h.

#define LL_TIM_TIM15_TI1_RMP_RCC_LSE   (TIM_TISEL_TI1SEL_2) /* !< TIM15 input 1 is connected to RCC LSE */

Definition at line 1285 of file stm32h7xx_ll_tim.h.

#define LL_TIM_TIM15_TI1_RMP_RCC_MCO2   (TIM_TISEL_TI1SEL_2 | TIM_TISEL_TI1SEL_1) /* !< TIM15 input 1 is connected to RCC MCO2 */

Definition at line 1287 of file stm32h7xx_ll_tim.h.

#define LL_TIM_TIM15_TI1_RMP_TIM2_CH1   TIM_TISEL_TI1SEL_0 /* !< TIM15 input 1 is connected to TIM2 CH1 */

Definition at line 1282 of file stm32h7xx_ll_tim.h.

#define LL_TIM_TIM15_TI1_RMP_TIM3_CH1   TIM_TISEL_TI1SEL_1 /* !< TIM15 input 1 is connected to TIM3 CH1 */

Definition at line 1283 of file stm32h7xx_ll_tim.h.

#define LL_TIM_TIM15_TI1_RMP_TIM4_CH1   (TIM_TISEL_TI1SEL_0 | TIM_TISEL_TI1SEL_1) /* !< TIM15 input 1 is connected to TIM4 CH1 */

Definition at line 1284 of file stm32h7xx_ll_tim.h.