eint3_entry Struct Reference
Linked list structure of EINTs (External interrupts) More...
Collaboration diagram for eint3_entry:

Data Fields | |
| uint32_t | pin_mask |
| Port pin's concatenated pin-mask. More... | |
| void_func_t | callback |
| Callback when interrupt occurs. More... | |
| struct eint3_entry * | next |
| The pointer to the next entry. More... | |
Detailed Description
Linked list structure of EINTs (External interrupts)
Field Documentation
| void_func_t eint3_entry::callback |
Callback when interrupt occurs.
| struct eint3_entry* eint3_entry::next |
The pointer to the next entry.
| uint32_t eint3_entry::pin_mask |
Port pin's concatenated pin-mask.
The documentation for this struct was generated from the following file:
- /var/www/html/SJSU-DEV-Linux/firmware/default/lib/L2_Drivers/src/eint.c

1.8.11