HAL + 0/2 examples
CodeScope will show references to LL_TIM_OC_SetCompareCH3() from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
TIM
 
Symbols
loading...
Files
loading...

LL_TIM_OC_SetCompareCH3() function

Set compare value for output channel 3 (TIMx_CCR3).

Syntax

__STATIC_INLINE void LL_TIM_OC_SetCompareCH3(TIM_TypeDef *TIMx,     uint32_t CompareValue);

Arguments

TIMx

Timer instance

CompareValue

between Min_Data=0 and Max_Data=65535

Return value

None

Notes

In 32-bit timer implementations compare value can be between 0x00000000 and 0xFFFFFFFF. Macro IS_TIM_32B_COUNTER_INSTANCE(TIMx) can be used to check whether or not a timer instance supports a 32 bits counter. Macro IS_TIM_CC3_INSTANCE(TIMx) can be used to check whether or not output channel is supported by a timer instance.

Examples

LL_TIM_OC_SetCompareCH3() is referenced by 2 libraries and example projects.

References

LocationReferrerText
stm32f4xx_ll_tim.h:2154
__STATIC_INLINE void LL_TIM_OC_SetCompareCH3(TIM_TypeDef *TIMx, uint32_t CompareValue)
stm32f4xx_ll_tim.c:961OC3Config()
LL_TIM_OC_SetCompareCH3(TIMx, TIM_OCInitStruct->CompareValue);

Call Tree

Functions calling LL_TIM_OC_SetCompareCH3()
all items filtered out
LL_TIM_OC_SetCompareCH3()
Data read by LL_TIM_OC_SetCompareCH3()
LL_TIM_OC_SetCompareCH3()