STM32F439xx HAL User Manual
Defines
Capture Compare Update Source
TIM Exported Constants

Defines

#define LL_TIM_CCUPDATESOURCE_COMG_ONLY   0x00000000U
#define LL_TIM_CCUPDATESOURCE_COMG_AND_TRGI   TIM_CR2_CCUS

Define Documentation

#define LL_TIM_CCUPDATESOURCE_COMG_AND_TRGI   TIM_CR2_CCUS

Capture/compare control bits are updated by setting the COMG bit or when a rising edge occurs on trigger input (TRGI)

Definition at line 568 of file stm32f4xx_ll_tim.h.

#define LL_TIM_CCUPDATESOURCE_COMG_ONLY   0x00000000U

Capture/compare control bits are updated by setting the COMG bit only

Definition at line 567 of file stm32f4xx_ll_tim.h.