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

Defines

#define LL_TIM_TIM17_TI1_RMP_GPIO   0x00000000U /* !< TIM17 input 1 is connected to GPIO */
#define LL_TIM_TIM17_TI1_RMP_SPDIF_FS   TIM_TISEL_TI1SEL_0 /* !< TIM17 input 1 is connected to SPDIF FS */
#define LL_TIM_TIM17_TI1_RMP_RCC_HSE1MHZ   TIM_TISEL_TI1SEL_1 /* !< TIM17 input 1 is connected to RCC HSE 1Mhz */
#define LL_TIM_TIM17_TI1_RMP_RCC_MCO1   (TIM_TISEL_TI1SEL_0 | TIM_TISEL_TI1SEL_1) /* !< TIM17 input 1 is connected to RCC MCO1 */

Define Documentation

#define LL_TIM_TIM17_TI1_RMP_GPIO   0x00000000U /* !< TIM17 input 1 is connected to GPIO */

Definition at line 1317 of file stm32h7xx_ll_tim.h.

#define LL_TIM_TIM17_TI1_RMP_RCC_HSE1MHZ   TIM_TISEL_TI1SEL_1 /* !< TIM17 input 1 is connected to RCC HSE 1Mhz */

Definition at line 1319 of file stm32h7xx_ll_tim.h.

#define LL_TIM_TIM17_TI1_RMP_RCC_MCO1   (TIM_TISEL_TI1SEL_0 | TIM_TISEL_TI1SEL_1) /* !< TIM17 input 1 is connected to RCC MCO1 */

Definition at line 1320 of file stm32h7xx_ll_tim.h.

#define LL_TIM_TIM17_TI1_RMP_SPDIF_FS   TIM_TISEL_TI1SEL_0 /* !< TIM17 input 1 is connected to SPDIF FS */

Definition at line 1318 of file stm32h7xx_ll_tim.h.