PatchworkOS
Loading...
Searching...
No Matches
ps2_mouse_irq_context_t Struct Reference

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.
 

Detailed Description

PS/2 mouse IRQ context.

Holds state for mouse interrupt handling.

Definition at line 59 of file ps2_mouse.h.

Field Documentation

◆ index

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().

◆ packet

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().


The documentation for this struct was generated from the following files: