Lines Matching +full:input +full:- +full:code
2 # SPDX-License-Identifier: Apache-2.0
5 SBUS input driver using
8 SBUS is an single-wire inverted serial protocol so either you need to use
9 the rx-invert feature of your serial driver or use an external signal inverter.
10 The driver binds this to the Zephyr input system using INPUT_EV_CODES.
22 zephyr,code = <INPUT_ABS_RX>;
27 zephyr,code = <INPUT_ABS_RY>;
32 zephyr,code = <INPUT_ABS_X>;
37 zephyr,code = <INPUT_ABS_Y>;
42 zephyr,code = <INPUT_KEY_0>;
49 include: [base.yaml, uart-device.yaml]
51 child-binding:
53 SBUS Channel to input-event-code binding
54 INPUT_EV_ABS & INPUT_EV_MSC gives raw input value
61 SBUS input channel
62 Valid range: 1 - 16
66 description: Input event types see INPUT_EV_CODES
67 zephyr,code:
70 description: Code to emit.