Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/input/
Dinput_nunchuk.c28 uint8_t joystick_x; member
62 uint8_t joystick_x, joystick_y; in nunchuk_poll() local
70 joystick_x = buffer[0]; in nunchuk_poll()
74 if (joystick_x != data->joystick_x) { in nunchuk_poll()
75 data->joystick_x = joystick_x; in nunchuk_poll()
77 ret = input_report_abs(dev, INPUT_ABS_X, data->joystick_x, sync_flag, K_FOREVER); in nunchuk_poll()
144 data->joystick_x = buffer[0]; in nunchuk_init()