Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
leds-bd2802.h File Reference

Go to the source code of this file.

Data Structures

struct  bd2802_led_platform_data
 

Macros

#define RGB_TIME(slopedown, slopeup, waveform)   ((slopedown) << 6 | (slopeup) << 4 | (waveform))
 

Macro Definition Documentation

#define RGB_TIME (   slopedown,
  slopeup,
  waveform 
)    ((slopedown) << 6 | (slopeup) << 4 | (waveform))

Definition at line 22 of file leds-bd2802.h.