HAL
HAL_EXTI_SetConfigLine()
is only used within HAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
HAL_EXTI_SetConfigLine()
HAL_EXTI_SetConfigLine() function
Set configuration of a dedicated Exti line.
Syntax
Show:
Summary
Declaration
Definition
from
stm32f4xx_hal_exti.h:326
HAL_StatusTypeDef
HAL_EXTI_SetConfigLine
(
EXTI_HandleTypeDef
*
hexti
,
EXTI_ConfigTypeDef
*
pExtiConfig
)
;
Implemented in
stm32f4xx_hal_exti.c:142
Arguments
Argument
Description
hexti
Exti handle.
pExtiConfig
Pointer on EXTI configuration to be set.
Return value
HAL Status.
Related Functions
Found 8 other functions taking a
EXTI_HandleTypeDef
argument:
Function
Description
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