STM32H735xx HAL User Manual
Data Fields
EXTI_ConfigTypeDef Struct Reference

EXTI Configuration structure definition. More...

#include <stm32h7xx_hal_exti.h>

Data Fields

uint32_t Line
uint32_t Mode
uint32_t Trigger
uint32_t GPIOSel
uint32_t PendClearSource

Detailed Description

EXTI Configuration structure definition.

Definition at line 62 of file stm32h7xx_hal_exti.h.


Field Documentation

The Exti GPIO multiplexer selection to be configured. This parameter is only possible for line 0 to 15. It can be a value of EXTI GPIOSel

Definition at line 70 of file stm32h7xx_hal_exti.h.

Referenced by HAL_EXTI_GetConfigLine(), and HAL_EXTI_SetConfigLine().

The Exti line to be configured. This parameter can be a value of EXTI Line

Definition at line 64 of file stm32h7xx_hal_exti.h.

Referenced by HAL_EXTI_GetConfigLine(), and HAL_EXTI_SetConfigLine().

The Exit Mode to be configured for a core. This parameter can be a combination of EXTI Mode

Definition at line 66 of file stm32h7xx_hal_exti.h.

Referenced by HAL_EXTI_GetConfigLine(), and HAL_EXTI_SetConfigLine().

Specifies the event pending clear source for D3/SRD domain. This parameter can be a value of EXTI PendClear Source

Definition at line 74 of file stm32h7xx_hal_exti.h.

Referenced by HAL_EXTI_GetConfigLine(), and HAL_EXTI_SetConfigLine().

The Exti Trigger to be configured. This parameter can be a value of EXTI Trigger

Definition at line 68 of file stm32h7xx_hal_exti.h.

Referenced by HAL_EXTI_GetConfigLine(), and HAL_EXTI_SetConfigLine().


The documentation for this struct was generated from the following file: