STM32L443xx HAL User Manual
Defines
TIM16 External Input Ch1 Remap
TIM Exported Constants

Defines

#define LL_TIM_TIM16_TI1_RMP_GPIO   TIM16_OR1_RMP_MASK
#define LL_TIM_TIM16_TI1_RMP_LSI   (TIM16_OR1_TI1_RMP_0 | TIM16_OR1_RMP_MASK)
#define LL_TIM_TIM16_TI1_RMP_LSE   (TIM16_OR1_TI1_RMP_1 | TIM16_OR1_RMP_MASK)
#define LL_TIM_TIM16_TI1_RMP_RTC   (TIM16_OR1_TI1_RMP_1 | TIM16_OR1_TI1_RMP_0 | TIM16_OR1_RMP_MASK)
#define LL_TIM_TIM16_TI1_RMP_MSI   (TIM16_OR1_TI1_RMP_2 | TIM16_OR1_RMP_MASK)
#define LL_TIM_TIM16_TI1_RMP_HSE_32   (TIM16_OR1_TI1_RMP_2 | TIM16_OR1_TI1_RMP_0 | TIM16_OR1_RMP_MASK)
#define LL_TIM_TIM16_TI1_RMP_MCO   (TIM16_OR1_TI1_RMP_2 | TIM16_OR1_TI1_RMP_1 | TIM16_OR1_RMP_MASK)

Define Documentation

TIM16 input capture 1 is connected to GPIO

Definition at line 1287 of file stm32l4xx_ll_tim.h.

#define LL_TIM_TIM16_TI1_RMP_HSE_32   (TIM16_OR1_TI1_RMP_2 | TIM16_OR1_TI1_RMP_0 | TIM16_OR1_RMP_MASK)

TIM16 input capture 1 is connected to HSE/32

Definition at line 1293 of file stm32l4xx_ll_tim.h.

#define LL_TIM_TIM16_TI1_RMP_LSE   (TIM16_OR1_TI1_RMP_1 | TIM16_OR1_RMP_MASK)

TIM16 input capture 1 is connected to LSE

Definition at line 1289 of file stm32l4xx_ll_tim.h.

#define LL_TIM_TIM16_TI1_RMP_LSI   (TIM16_OR1_TI1_RMP_0 | TIM16_OR1_RMP_MASK)

TIM16 input capture 1 is connected to LSI

Definition at line 1288 of file stm32l4xx_ll_tim.h.

#define LL_TIM_TIM16_TI1_RMP_MCO   (TIM16_OR1_TI1_RMP_2 | TIM16_OR1_TI1_RMP_1 | TIM16_OR1_RMP_MASK)

TIM16 input capture 1 is connected to MCO

Definition at line 1294 of file stm32l4xx_ll_tim.h.

#define LL_TIM_TIM16_TI1_RMP_MSI   (TIM16_OR1_TI1_RMP_2 | TIM16_OR1_RMP_MASK)

TIM16 input capture 1 is connected to MSI

Definition at line 1292 of file stm32l4xx_ll_tim.h.

#define LL_TIM_TIM16_TI1_RMP_RTC   (TIM16_OR1_TI1_RMP_1 | TIM16_OR1_TI1_RMP_0 | TIM16_OR1_RMP_MASK)

TIM16 input capture 1 is connected to RTC wakeup interrupt

Definition at line 1290 of file stm32l4xx_ll_tim.h.