STM32F479xx 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 690 of file stm32f4xx_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 689 of file stm32f4xx_hal_tim.h.