STM32F479xx HAL User Manual
|
Defines | |
#define | LL_TIM_CCUPDATESOURCE_COMG_ONLY 0x00000000U |
#define | LL_TIM_CCUPDATESOURCE_COMG_AND_TRGI TIM_CR2_CCUS |
#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 598 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 597 of file stm32f4xx_ll_tim.h.