Home
last modified time | relevance | path

Searched refs:sync_flag (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/input/
Dinput_nunchuk.c65 bool sync_flag; in nunchuk_poll() local
76 sync_flag = !y_changed; in nunchuk_poll()
77 ret = input_report_abs(dev, INPUT_ABS_X, data->joystick_x, sync_flag, K_FOREVER); in nunchuk_poll()