HAL
__HAL_GPIO_EXTI_GET_FLAG
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_GPIO_EXTI_GET_FLAG
__HAL_GPIO_EXTI_GET_FLAG macro
Checks whether the specified EXTI line flag is set or not.
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_gpio.h:175
#define
__HAL_GPIO_EXTI_GET_FLAG
(
__EXTI_LINE__
)
(
EXTI
->
PR
&
(
__EXTI_LINE__
)
)
Arguments
Argument
Description
__EXTI_LINE__
specifies the EXTI line flag to check. This parameter can be GPIO_PIN_x where x can be(0..15)
Return value
The new state of __EXTI_LINE__ (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