DIY Logging Volt/Ampmeter
EXTI_HandleTypeDef Struct Reference

EXTI Handle structure definition. More...

#include <stm32f1xx_hal_exti.h>

Data Fields

uint32_t Line
 
void(* PendingCallback )(void)
 

Detailed Description

EXTI Handle structure definition.

Definition at line 57 of file stm32f1xx_hal_exti.h.

Field Documentation

◆ Line

uint32_t EXTI_HandleTypeDef::Line

Exti line number

Definition at line 59 of file stm32f1xx_hal_exti.h.

◆ PendingCallback

void(* EXTI_HandleTypeDef::PendingCallback) (void)

Exti pending callback

Definition at line 60 of file stm32f1xx_hal_exti.h.


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