Home
last modified time | relevance | path

Searched defs:ff_periodic_effect (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/evdev/
H A Dinput.h220 struct ff_periodic_effect { struct
221 uint16_t waveform;
222 uint16_t period; /* ms */
223 int16_t magnitude; /* peak */
224 int16_t offset; /* mean, roughly */
225 uint16_t phase; /* horizontal shift */
226 struct ff_envelope envelope;
227 uint32_t custom_len; /* FF_CUSTOM waveform only */
228 int16_t *custom_data; /* FF_CUSTOM waveform only */