HAL
LL_TIM_TRGO_OC2REF is only used within HAL.
 
Symbols
loading...
Files
loading...

LL_TIM_TRGO_OC2REF macro

OC2REF signal is used as trigger output

Syntax

#define LL_TIM_TRGO_OC2REF (TIM_CR2_MMS_2 | TIM_CR2_MMS_0)

References

LocationText
stm32f4xx_ll_tim.h:763
#define LL_TIM_TRGO_OC2REF (TIM_CR2_MMS_2 | TIM_CR2_MMS_0) /*!< OC2REF signal is used as trigger output */
stm32f4xx_ll_tim.c:617
tmpcr2 |= LL_TIM_TRGO_OC2REF;