STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
EXTI_HandleTypeDef Struct Reference

EXTI Handle structure definition. More...

#include <stm32f4xx_hal_exti.h>

Public Attributes

uint32_t Line
void(* PendingCallback )(void)

Detailed Description

EXTI Handle structure definition.

Definition at line 52 of file stm32f4xx_hal_exti.h.

Member Data Documentation

◆ Line

uint32_t EXTI_HandleTypeDef::Line

Exti line number

Definition at line 54 of file stm32f4xx_hal_exti.h.

◆ PendingCallback

void(* EXTI_HandleTypeDef::PendingCallback) (void)

Exti pending callback

Definition at line 55 of file stm32f4xx_hal_exti.h.


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