HAL
__HAL_TIM_GET_COUNTER
is only used within HAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
__HAL_TIM_GET_COUNTER
__HAL_TIM_GET_COUNTER macro
Get the TIM Counter Register value on runtime.
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_tim.h:1289
#define
__HAL_TIM_GET_COUNTER
(
__HANDLE__
)
(
(
__HANDLE__
)
->
Instance
->
CNT
)
Arguments
Argument
Description
__HANDLE__
TIM handle.
Return value
16-bit or 32-bit value of the timer counter register (TIMx_CNT)
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out