Searched defs:ff_periodic_effect (Results 1 – 1 of 1) sorted by relevance
208 struct ff_periodic_effect { struct209 uint16_t waveform;210 uint16_t period; /* ms */211 int16_t magnitude; /* peak */212 int16_t offset; /* mean, roughly */213 uint16_t phase; /* horizontal shift */214 struct ff_envelope envelope;215 uint32_t custom_len; /* FF_CUSTOM waveform only */216 int16_t *custom_data; /* FF_CUSTOM waveform only */