HIDDKeyboardCallbacks_LedsChanged
Default mainpageusb-device-composite-hidaudio-projectHIDDKeyboardCallbacks_LedsChanged
Description Source Call Graph
HIDDKeyboardCallbacks_LedsChanged
Invoked when the status of the keyboard LEDs changes.
 
Syntax / parameters
void HIDDKeyboardCallbacks_LedsChanged (unsigned char numLockStatus, unsigned char capsLockStatus, unsigned char scrollLockStatus)

Name Type Default Description
numLockStatus unsigned char
  Indicates the current status of the num. lock key.
capsLockStatus unsigned char
  Indicates the current status of the caps lock key.
scrollLockStatus unsigned char
  Indicates the current status of the scroll lock key
Description
Invoked when the status of the keyboard LEDs changes.
Turns the num. lock LED on or off.
Variants
Variants Brief description
(unsigned char, unsigned char, unsigned char) Invoked when the status of the keyboard LEDs changes.
(unsigned char, unsigned char, unsigned char) Invoked when the status of the keyboard LEDs changes.
 
Source
The documentation for this Member was generated from the following files:
  • main.c
  • main.c