Searched defs:nunchuk_data (Results 1 – 1 of 1) sorted by relevance
26 struct nunchuk_data { struct27 const struct device *dev;28 uint8_t joystick_x;29 uint8_t joystick_y;30 bool button_c;31 bool button_z;32 struct k_work_delayable work;33 k_timeout_t interval_ms;