HAL
EXTI_HandleTypeDef
is only used within HAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
EXTI_HandleTypeDef
EXTI_HandleTypeDef struct
EXTI Handle structure definition
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_exti.h:52
typedef
struct
{
uint32_t
Line
;
void
(
*
PendingCallback
)
(
void
)
;
}
EXTI_HandleTypeDef
;
Fields
Field
Declared as
Description
EXTI_HandleTypeDef::Line
uint32_t
Exti line number.
EXTI_HandleTypeDef::PendingCallback
void
(
*
)
(
void
)
Exti pending callback.
Related Functions
Found 9 other functions taking a
EXTI_HandleTypeDef
argument:
Function
Description
HAL_EXTI_SetConfigLine()
Set configuration of a dedicated Exti line.
HAL_EXTI_GetConfigLine()
Get configuration of a dedicated Exti line.
HAL_EXTI_ClearConfigLine()
Clear whole configuration of a dedicated Exti line.
HAL_EXTI_RegisterCallback()
Register callback for a dedicated Exti line.
HAL_EXTI_GetHandle()
Store line number as handle private field.
HAL_EXTI_IRQHandler()
Handle EXTI interrupt request.
HAL_EXTI_GetPending()
Get interrupt pending bit of a dedicated line.
HAL_EXTI_ClearPending()
Clear interrupt pending bit of a dedicated line.
HAL_EXTI_GenerateSWI()
Generate a software interrupt for a dedicated line.
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