DIY Logging Volt/Ampmeter
TIM Commutation Source

Macros

#define TIM_COMMUTATION_TRGI   TIM_CR2_CCUS
 
#define TIM_COMMUTATION_SOFTWARE   0x00000000U
 

Detailed Description

Macro Definition Documentation

◆ TIM_COMMUTATION_SOFTWARE

#define TIM_COMMUTATION_SOFTWARE   0x00000000U

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

Definition at line 689 of file stm32f1xx_hal_tim.h.

◆ TIM_COMMUTATION_TRGI

#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 688 of file stm32f1xx_hal_tim.h.