Public Member Functions | |
| SPINLOCK_DECLARE (lock) | |
Data Fields | |
| answerbox_t * | box |
| irq_code_t * | code |
| atomic_t | counter |
This framework allows applications to register to receive a notification when interrupt is detected. The application may provide a simple 'top-half' handler as part of its registration, which can perform simple operations (read/write port/memory, add information to notification ipc message).
The structure of a notification message is as follows:
Definition at line 60 of file irq.c.
|
|
|
|
|
Definition at line 62 of file irq.c. Referenced by ipc_irq_cleanup(), ipc_irq_register(), ipc_irq_unregister(), and send_call(). |
|
|
Definition at line 63 of file irq.c. Referenced by ipc_irq_register(), and ipc_irq_unregister(). |
|
|
|
1.4.6