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

Defines

#define LL_TIM_TIM5_TI1_RMP_GPIO   0x00000000U /* !< TIM5 input 1 is connected to GPIO */
#define LL_TIM_TIM5_TI1_RMP_CAN_TMP   TIM_TISEL_TI1SEL_0 /* !< TIM5 input 1 is connected to CAN TMP */
#define LL_TIM_TIM5_TI1_RMP_CAN_RTP   TIM_TISEL_TI1SEL_1 /* !< TIM5 input 1 is connected to CAN RTP */

Define Documentation

#define LL_TIM_TIM5_TI1_RMP_CAN_RTP   TIM_TISEL_TI1SEL_1 /* !< TIM5 input 1 is connected to CAN RTP */

Definition at line 1264 of file stm32h7xx_ll_tim.h.

#define LL_TIM_TIM5_TI1_RMP_CAN_TMP   TIM_TISEL_TI1SEL_0 /* !< TIM5 input 1 is connected to CAN TMP */

Definition at line 1263 of file stm32h7xx_ll_tim.h.

#define LL_TIM_TIM5_TI1_RMP_GPIO   0x00000000U /* !< TIM5 input 1 is connected to GPIO */

Definition at line 1262 of file stm32h7xx_ll_tim.h.