STM32L486xx HAL User Manual
Functions
OCREF_Clear_Management
TIM Exported Functions

Functions

__STATIC_INLINE void LL_TIM_SetOCRefClearInputSource (TIM_TypeDef *TIMx, uint32_t OCRefClearInputSource)
 Set the OCREF clear input source.

Function Documentation

__STATIC_INLINE void LL_TIM_SetOCRefClearInputSource ( TIM_TypeDef *  TIMx,
uint32_t  OCRefClearInputSource 
)

Set the OCREF clear input source.

Note:
The OCxREF signal of a given channel can be cleared when a high level is applied on the OCREF_CLR_INPUT
This function can only be used in Output compare and PWM modes.
Reference Manual to LL API cross reference:
SMCR OCCS LL_TIM_SetOCRefClearInputSource
Parameters:
TIMxTimer instance
OCRefClearInputSourceThis parameter can be one of the following values:
Return values:
None

Definition at line 4010 of file stm32l4xx_ll_tim.h.