HAL
__HAL_TIM_DISABLE
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_DISABLE
__HAL_TIM_DISABLE macro
Disable the TIM peripheral.
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_tim.h:1086
#define
__HAL_TIM_DISABLE
(
__HANDLE__
)
\
do
{
\
if
(
(
(
__HANDLE__
)
->
Instance
->
CCER
&
TIM_CCER_CCxE_MASK
)
==
0UL
)
\
{
\
if
(
(
(
__HANDLE__
)
->
Instance
->
CCER
&
TIM_CCER_CCxNE_MASK
)
==
0UL
)
\
{
\
(
__HANDLE__
)
->
Instance
->
CR1
&=
~
(
TIM_CR1_CEN
)
;
\
}
\
}
\
}
while
(
0
)
Arguments
Argument
Description
__HANDLE__
TIM handle
Return value
None
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