STM32H735xx 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 729 of file stm32h7xx_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 728 of file stm32h7xx_hal_tim.h.