|
PatchworkOS
|
PS/2 mouse IRQ context. More...
#include <ps2_mouse.h>
Data Fields | |
| ps2_mouse_packet_index_t | index |
| Current packet byte index. | |
| ps2_mouse_packet_t | packet |
| Current packet being assembled. | |
PS/2 mouse IRQ context.
Holds state for mouse interrupt handling.
Definition at line 59 of file ps2_mouse.h.
| ps2_mouse_packet_index_t ps2_mouse_irq_context_t::index |
Current packet byte index.
Definition at line 61 of file ps2_mouse.h.
Referenced by ps2_mouse_init(), and ps2_mouse_irq().
| ps2_mouse_packet_t ps2_mouse_irq_context_t::packet |
Current packet being assembled.
Definition at line 62 of file ps2_mouse.h.
Referenced by ps2_mouse_irq().