HAL
LL_TIM_IC_GetCaptureCH3() is only used within HAL.
 
Symbols
loading...
Files
loading...

LL_TIM_IC_GetCaptureCH3() function

Get captured value for input channel 3.

Syntax

__STATIC_INLINE uint32_t LL_TIM_IC_GetCaptureCH3(const TIM_TypeDef *TIMx);

Arguments

TIMx

Timer instance

Return value

CapturedValue (between Min_Data=0 and Max_Data=65535)

Notes

In 32-bit timer implementations returned captured 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 input channel 3 is supported by a timer instance.

References

LocationText
stm32f4xx_ll_tim.h:2607
__STATIC_INLINE uint32_t LL_TIM_IC_GetCaptureCH3(const TIM_TypeDef *TIMx)

Data Use

Data read by LL_TIM_IC_GetCaptureCH3()
LL_TIM_IC_GetCaptureCH3()
Type of LL_TIM_IC_GetCaptureCH3()
LL_TIM_IC_GetCaptureCH3()
uint32_t
all items filtered out