STM32L486xx HAL User Manual
Defines
TIM Master/Slave Mode
TIM Exported Constants

Defines

#define TIM_MASTERSLAVEMODE_ENABLE   TIM_SMCR_MSM
#define TIM_MASTERSLAVEMODE_DISABLE   0x00000000U

Define Documentation

#define TIM_MASTERSLAVEMODE_DISABLE   0x00000000U

Master/slave mode is selected

Definition at line 921 of file stm32l4xx_hal_tim.h.

#define TIM_MASTERSLAVEMODE_ENABLE   TIM_SMCR_MSM

No action

Definition at line 920 of file stm32l4xx_hal_tim.h.