Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/input/
Dinput_nunchuk.c30 bool button_c; member
63 bool button_c, button_z; in nunchuk_poll() local
91 button_c = buffer[5] & BIT(1); in nunchuk_poll()
92 if (button_c != data->button_c) { in nunchuk_poll()
93 data->button_c = button_c; in nunchuk_poll()
94 ret = input_report_key(dev, INPUT_KEY_C, !data->button_c, true, K_FOREVER); in nunchuk_poll()
147 data->button_c = buffer[5] & BIT(1); in nunchuk_init()