Searched defs:ff_periodic_effect (Results 1 – 1 of 1) sorted by relevance
222 struct ff_periodic_effect { struct223 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 */