Skip to content

Struct EXTI_Entry

ClassList > EXTI_Entry

EXTI callback table entry.

Public Attributes

Type Name
bool active
SYN_EXTI_Callback cb
void * ctx
SYN_GPIO_Pin pin

Public Attributes Documentation

variable active

bool EXTI_Entry::active;

true if interrupt is enabled


variable cb

SYN_EXTI_Callback EXTI_Entry::cb;

User callback


variable ctx

void* EXTI_Entry::ctx;

User context


variable pin

SYN_GPIO_Pin EXTI_Entry::pin;

Registered pin



The documentation for this class was generated from the following file src/syntropic/drivers/syn_exti.c