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

Defines

#define LL_TIM_TIM16_TI1_RMP_GPIO   0x00000000U /* !< TIM16 input 1 is connected to GPIO */
#define LL_TIM_TIM16_TI1_RMP_RCC_LSI   TIM_TISEL_TI1SEL_0 /* !< TIM16 input 1 is connected to RCC LSI */
#define LL_TIM_TIM16_TI1_RMP_RCC_LSE   TIM_TISEL_TI1SEL_1 /* !< TIM16 input 1 is connected to RCC LSE */
#define LL_TIM_TIM16_TI1_RMP_WKUP_IT   (TIM_TISEL_TI1SEL_0 | TIM_TISEL_TI1SEL_1) /* !< TIM16 input 1 is connected to WKUP_IT */

Define Documentation

#define LL_TIM_TIM16_TI1_RMP_GPIO   0x00000000U /* !< TIM16 input 1 is connected to GPIO */

Definition at line 1306 of file stm32h7xx_ll_tim.h.

#define LL_TIM_TIM16_TI1_RMP_RCC_LSE   TIM_TISEL_TI1SEL_1 /* !< TIM16 input 1 is connected to RCC LSE */

Definition at line 1308 of file stm32h7xx_ll_tim.h.

#define LL_TIM_TIM16_TI1_RMP_RCC_LSI   TIM_TISEL_TI1SEL_0 /* !< TIM16 input 1 is connected to RCC LSI */

Definition at line 1307 of file stm32h7xx_ll_tim.h.

#define LL_TIM_TIM16_TI1_RMP_WKUP_IT   (TIM_TISEL_TI1SEL_0 | TIM_TISEL_TI1SEL_1) /* !< TIM16 input 1 is connected to WKUP_IT */

Definition at line 1309 of file stm32h7xx_ll_tim.h.