Struct 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¶
true if interrupt is enabled
variable cb¶
User callback
variable ctx¶
User context
variable pin¶
Registered pin
The documentation for this class was generated from the following file src/syntropic/drivers/syn_exti.c