STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
TIM Commutation Source
Collaboration diagram for 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 stm32f4xx_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 stm32f4xx_hal_tim.h.