HAL
__HAL_GPIO_EXTI_GENERATE_SWIT
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_GENERATE_SWIT
__HAL_GPIO_EXTI_GENERATE_SWIT macro
Generates a Software interrupt on selected EXTI line.
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_gpio.h:207
#define
__HAL_GPIO_EXTI_GENERATE_SWIT
(
__EXTI_LINE__
)
(
EXTI
->
SWIER
|=
(
__EXTI_LINE__
)
)
Arguments
Argument
Description
__EXTI_LINE__
specifies the EXTI line to check. This parameter can be GPIO_PIN_x where x can be(0..15)
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