Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/input/
Dinput_nunchuk.c29 uint8_t joystick_y; member
62 uint8_t joystick_x, joystick_y; in nunchuk_poll() local
71 joystick_y = buffer[1]; in nunchuk_poll()
72 y_changed = (joystick_y != data->joystick_y); in nunchuk_poll()
81 data->joystick_y = joystick_y; in nunchuk_poll()
82 ret = input_report_abs(dev, INPUT_ABS_Y, data->joystick_y, true, K_FOREVER); in nunchuk_poll()
145 data->joystick_y = buffer[1]; in nunchuk_init()