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

PS/2 device information structure. More...

#include <ps2.h>

Data Fields

ps2_device_t device
 
uint8_t firstIdByte
 
const char * name
 
ps2_device_type_t type
 
bool active
 

Detailed Description

PS/2 device information structure.

Definition at line 148 of file ps2.h.

Field Documentation

◆ active

bool ps2_device_info_t::active

Definition at line 154 of file ps2.h.

Referenced by ps2_devices_test().

◆ device

ps2_device_t ps2_device_info_t::device

Definition at line 150 of file ps2.h.

◆ firstIdByte

uint8_t ps2_device_info_t::firstIdByte

Definition at line 151 of file ps2.h.

Referenced by ps2_device_init().

◆ name

const char * ps2_device_info_t::name

Definition at line 152 of file ps2.h.

Referenced by ps2_device_init().

◆ type

ps2_device_type_t ps2_device_info_t::type

Definition at line 153 of file ps2.h.

Referenced by ps2_device_init().


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