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