Go to the documentation of this file.
32 #ifndef __DC_MAPLE_PURUPURU_H
33 #define __DC_MAPLE_PURUPURU_H
35 #include <sys/cdefs.h>
73 #define PURUPURU_EFFECT2_UINTENSITY(x) (x << 4)
83 #define PURUPURU_EFFECT2_LINTENSITY(x) (x)
89 #define PURUPURU_EFFECT2_DECAY (8 << 4)
97 #define PURUPURU_EFFECT2_PULSE (8)
108 #define PURUPURU_EFFECT1_INTENSITY(x) (x << 4)
119 #define PURUPURU_EFFECT1_PULSE (8 << 4)
125 #define PURUPURU_EFFECT1_POWERSAVE (15)
137 #define PURUPURU_SPECIAL_MOTOR1 (1 << 4)
145 #define PURUPURU_SPECIAL_MOTOR2 (1 << 7)
151 #define PURUPURU_SPECIAL_PULSE (1)
183 void purupuru_shutdown();