Man Page: struct_ff_periodic_effect
Operating Environment: suse
Section: 9
STRUCTFF_PERIODIC_E(9) Input Subsystem STRUCT FF_PERIODIC_E(9)NAMEstruct_ff_periodic_effect - defines parameters of a periodic force-feedback effectSYNOPSISstruct ff_periodic_effect { __u16 waveform; __u16 period; __s16 magnitude; __s16 offset; __u16 phase; struct ff_envelope envelope; __u32 custom_len; __s16 __user * custom_data; };MEMBERSwaveform kind of the effect (wave) period period of the wave (ms) magnitude peak value offset mean value of the wave (roughly) phase 'horizontal' shift envelope envelope data custom_len number of samples (FF_CUSTOM only) custom_data buffer of samples (FF_CUSTOM only)DESCRIPTIONKnown waveforms - FF_SQUARE, FF_TRIANGLE, FF_SINE, FF_SAW_UP, FF_SAW_DOWN, FF_CUSTOM. The exact syntax FF_CUSTOM is undefined for the time being as no driver supports it yet.NOTEthe data pointed by custom_data is copied by the driver. You can therefore dispose of the memory after the upload/update.COPYRIGHTKernel Hackers Manual 2.6. July 2010 STRUCT FF_PERIODIC_E(9)
| Related Man Pages |
|---|
| struct_i2c_msg(9) - suse |
| struct_ccw_driver(9) - suse |
| struct_i2c_board_info(9) - suse |
| struct_matrix_keypad_platform_data(9) - suse |
| struct_sk_buff(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Change directory error |
| Getting command output to putty window title. |
| Migrating to UNIX |
| Tar Command |
| A (ksh) Library For and From UNIX.com |