STM32L443xx HAL User Manual
Defines
TIM2 Internal Trigger1 Remap
TIM Exported Constants

Defines

#define LL_TIM_TIM2_ITR1_RMP_NONE   0x00000000U /* !< No internal trigger on TIM2_ITR1 */
#define LL_TIM_TIM2_ITR1_RMP_USB_SOF   TIM2_OR1_ITR1_RMP /* !< TIM2_ITR1 is connected to USB SOF */
#define LL_TIM_TIM2_ETR_RMP_GPIO   TIM2_OR1_RMP_MASK
#define LL_TIM_TIM2_ETR_RMP_LSE   (TIM2_OR1_ETR1_RMP | TIM2_OR1_RMP_MASK)

Define Documentation

TIM2_ETR is connected to GPIO

Definition at line 1198 of file stm32l4xx_ll_tim.h.

#define LL_TIM_TIM2_ETR_RMP_LSE   (TIM2_OR1_ETR1_RMP | TIM2_OR1_RMP_MASK)

TIM2_ETR is connected to LSE

Definition at line 1199 of file stm32l4xx_ll_tim.h.

#define LL_TIM_TIM2_ITR1_RMP_NONE   0x00000000U /* !< No internal trigger on TIM2_ITR1 */

Definition at line 1194 of file stm32l4xx_ll_tim.h.

#define LL_TIM_TIM2_ITR1_RMP_USB_SOF   TIM2_OR1_ITR1_RMP /* !< TIM2_ITR1 is connected to USB SOF */

Definition at line 1195 of file stm32l4xx_ll_tim.h.