STM32L443xx HAL User Manual
|
Defines | |
#define | LL_TIM_ACTIVEINPUT_DIRECTTI (TIM_CCMR1_CC1S_0 << 16U) |
#define | LL_TIM_ACTIVEINPUT_INDIRECTTI (TIM_CCMR1_CC1S_1 << 16U) |
#define | LL_TIM_ACTIVEINPUT_TRC (TIM_CCMR1_CC1S << 16U) |
#define LL_TIM_ACTIVEINPUT_DIRECTTI (TIM_CCMR1_CC1S_0 << 16U) |
ICx is mapped on TIx
Definition at line 793 of file stm32l4xx_ll_tim.h.
Referenced by LL_TIM_ENCODER_StructInit(), and LL_TIM_IC_StructInit().
#define LL_TIM_ACTIVEINPUT_INDIRECTTI (TIM_CCMR1_CC1S_1 << 16U) |
ICx is mapped on TIy
Definition at line 794 of file stm32l4xx_ll_tim.h.
#define LL_TIM_ACTIVEINPUT_TRC (TIM_CCMR1_CC1S << 16U) |
ICx is mapped on TRC
Definition at line 795 of file stm32l4xx_ll_tim.h.
Referenced by LL_TIM_HALLSENSOR_Init().