psl1ght
A free SDK for Sony's PS3 console
Data Fields
KbLed Struct Reference

Keyboard Led State. More...

#include <kb.h>

Data Fields

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

Detailed Description

Keyboard Led State.


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