STM32L486xx HAL User Manual
Defines
TIM Commutation Source
TIM Exported Constants

Defines

#define TIM_COMMUTATION_TRGI   TIM_CR2_CCUS
#define TIM_COMMUTATION_SOFTWARE   0x00000000U

Define Documentation

#define TIM_COMMUTATION_SOFTWARE   0x00000000U

When Capture/compare control bits are preloaded, they are updated by setting the COMG bit

Definition at line 678 of file stm32l4xx_hal_tim.h.

#define TIM_COMMUTATION_TRGI   TIM_CR2_CCUS

When Capture/compare control bits are preloaded, they are updated by setting the COMG bit or when an rising edge occurs on trigger input

Definition at line 677 of file stm32l4xx_hal_tim.h.