HAL
__HAL_TIM_GET_IT_SOURCE
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_IT_SOURCE
__HAL_TIM_GET_IT_SOURCE macro
Check whether the specified TIM interrupt source is enabled or not.
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_tim.h:1240
#define
__HAL_TIM_GET_IT_SOURCE
(
__HANDLE__
,
__INTERRUPT__
)
(
(
(
(
__HANDLE__
)
->
Instance
->
DIER
&
(
__INTERRUPT__
)
)
\
==
(
__INTERRUPT__
)
)
?
SET
:
RESET
)
Arguments
Argument
Description
__HANDLE__
TIM handle
__INTERRUPT__
specifies the TIM interrupt source to check. This parameter can be one of the following values: @arg TIM_IT_UPDATE: Update interrupt @arg TIM_IT_CC1: Capture/Compare 1 interrupt @arg TIM_IT_CC2: Capture/Compare 2 interrupt @arg TIM_IT_CC3: Capture/Compare 3 interrupt @arg TIM_IT_CC4: Capture/Compare 4 interrupt @arg TIM_IT_COM: Commutation interrupt @arg TIM_IT_TRIGGER: Trigger interrupt @arg TIM_IT_BREAK: Break interrupt
Return value
The state of TIM_IT (SET or RESET).
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