Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/evdev/
Dinput.h222 struct ff_periodic_effect { struct
223 uint16_t waveform;
224 uint16_t period; /* ms */
225 int16_t magnitude; /* peak */
226 int16_t offset; /* mean, roughly */
227 uint16_t phase; /* horizontal shift */
228 struct ff_envelope envelope;
229 uint32_t custom_len; /* FF_CUSTOM waveform only */
230 int16_t *custom_data; /* FF_CUSTOM waveform only */