psl1ght
A free SDK for Sony's PS3 console
Loading...
Searching...
No Matches
KbLed Struct Reference

Keyboard Led State. More...

#include <kb.h>

Data Fields

union { 
 
   u32   leds 
 
   struct { 
 
      u32   reserved: 27 
 Reserved MSB. More...
 
      u32   kana: 1 
 LED Kana 0:OFF 1:ON Bit4. More...
 
      u32   compose: 1 
 LED Compose 0:OFF 1:ON Bit3. More...
 
      u32   scroll_lock: 1 
 LED Scroll Lock 0:OFF 1:ON Bit2. More...
 
      u32   caps_lock: 1 
 LED Caps Lock 0:OFF 1:ON Bit1. More...
 
      u32   num_lock: 1 
 LED Num Lock 0:OFF 1:ON Bit0 LSB. More...
 
   }   _KbLedS 
 
_KbLedU 
 

Detailed Description

Keyboard Led State.

Definition at line 139 of file kb.h.

Field Documentation

◆ [struct]

struct { ... } KbLed::_KbLedS

◆ [union]

union { ... } KbLed::_KbLedU

◆ caps_lock

u32 KbLed::caps_lock

LED Caps Lock 0:OFF 1:ON Bit1.

Definition at line 147 of file kb.h.

◆ compose

u32 KbLed::compose

LED Compose 0:OFF 1:ON Bit3.

Definition at line 145 of file kb.h.

◆ kana

u32 KbLed::kana

LED Kana 0:OFF 1:ON Bit4.

Definition at line 144 of file kb.h.

◆ leds

u32 KbLed::leds

Definition at line 141 of file kb.h.

◆ num_lock

u32 KbLed::num_lock

LED Num Lock 0:OFF 1:ON Bit0 LSB.

Definition at line 148 of file kb.h.

◆ reserved

u32 KbLed::reserved

Reserved MSB.

Definition at line 143 of file kb.h.

◆ scroll_lock

u32 KbLed::scroll_lock

LED Scroll Lock 0:OFF 1:ON Bit2.

Definition at line 146 of file kb.h.


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