STM32F479xx HAL User Manual
Defines
TIM Extended Remapping
TIM Extended Exported Constants

Defines

#define TIM_TIM2_TIM8_TRGO   0x00000000U
#define TIM_TIM2_USBFS_SOF   TIM_OR_ITR1_RMP_1
#define TIM_TIM2_USBHS_SOF   (TIM_OR_ITR1_RMP_1 | TIM_OR_ITR1_RMP_0)
#define TIM_TIM5_GPIO   0x00000000U
#define TIM_TIM5_LSI   TIM_OR_TI4_RMP_0
#define TIM_TIM5_LSE   TIM_OR_TI4_RMP_1
#define TIM_TIM5_RTC   (TIM_OR_TI4_RMP_1 | TIM_OR_TI4_RMP_0)
#define TIM_TIM11_GPIO   0x00000000U
#define TIM_TIM11_HSE   TIM_OR_TI1_RMP_1

Define Documentation

#define TIM_TIM11_GPIO   0x00000000U

TIM11 TI1 is connected to GPIO

Definition at line 90 of file stm32f4xx_hal_tim_ex.h.

#define TIM_TIM11_HSE   TIM_OR_TI1_RMP_1

TIM11 TI1 is connected to HSE_RTC clock

Definition at line 91 of file stm32f4xx_hal_tim_ex.h.

#define TIM_TIM2_TIM8_TRGO   0x00000000U

TIM2 ITR1 is connected to TIM8 TRGO

Definition at line 77 of file stm32f4xx_hal_tim_ex.h.

#define TIM_TIM2_USBFS_SOF   TIM_OR_ITR1_RMP_1

TIM2 ITR1 is connected to OTG FS SOF

Definition at line 81 of file stm32f4xx_hal_tim_ex.h.

#define TIM_TIM2_USBHS_SOF   (TIM_OR_ITR1_RMP_1 | TIM_OR_ITR1_RMP_0)

TIM2 ITR1 is connected to OTG HS SOF

Definition at line 82 of file stm32f4xx_hal_tim_ex.h.

#define TIM_TIM5_GPIO   0x00000000U

TIM5 TI4 is connected to GPIO

Definition at line 85 of file stm32f4xx_hal_tim_ex.h.

#define TIM_TIM5_LSE   TIM_OR_TI4_RMP_1

TIM5 TI4 is connected to LSE

Definition at line 87 of file stm32f4xx_hal_tim_ex.h.

#define TIM_TIM5_LSI   TIM_OR_TI4_RMP_0

TIM5 TI4 is connected to LSI

Definition at line 86 of file stm32f4xx_hal_tim_ex.h.

#define TIM_TIM5_RTC   (TIM_OR_TI4_RMP_1 | TIM_OR_TI4_RMP_0)

TIM5 TI4 is connected to the RTC wakeup interrupt

Definition at line 88 of file stm32f4xx_hal_tim_ex.h.