Home
last modified time | relevance | path

Searched refs:input (Results 1 – 25 of 1344) sorted by relevance

12345678910>>...54

/Zephyr-latest/tests/bluetooth/host/cs/bt_le_cs_parse_pct/src/
Dmain.c29 uint8_t input[3]; in ZTEST() member
33 {.input = {0x00, 0x00, 0x00}, .output = {.i = 0, .q = 0}}, in ZTEST()
34 {.input = {0xFF, 0xFF, 0xFF}, .output = {.i = -1, .q = -1}}, in ZTEST()
35 {.input = {0xFF, 0x00, 0xFF}, .output = {.i = 255, .q = -16}}, in ZTEST()
36 {.input = {0xFF, 0x00, 0x00}, .output = {.i = 255, .q = 0}}, in ZTEST()
37 {.input = {0x00, 0xFF, 0x00}, .output = {.i = -256, .q = 15}}, in ZTEST()
38 {.input = {0x00, 0x00, 0xFF}, .output = {.i = 0, .q = -16}}, in ZTEST()
39 {.input = {0x00, 0x08, 0x80}, .output = {.i = -2048, .q = -2048}}, in ZTEST()
40 {.input = {0xFF, 0xF7, 0x7F}, .output = {.i = 2047, .q = 2047}}, in ZTEST()
43 {.input = {0xEF, 0xCD, 0xAB}, .output = {.i = -529, .q = -1348}}, in ZTEST()
[all …]
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_senml_cbor_encode.c30 static bool encode_repeated_record_bn(zcbor_state_t *state, const struct record_bn *input);
31 static bool encode_repeated_record_bt(zcbor_state_t *state, const struct record_bt *input);
32 static bool encode_repeated_record_n(zcbor_state_t *state, const struct record_n *input);
33 static bool encode_repeated_record_t(zcbor_state_t *state, const struct record_t *input);
34 static bool encode_repeated_record_union(zcbor_state_t *state, const struct record_union_r *input);
35 static bool encode_value(zcbor_state_t *state, const struct value_r *input);
36 static bool encode_key_value_pair(zcbor_state_t *state, const struct key_value_pair *input);
38 const struct record_key_value_pair_m *input);
39 static bool encode_record(zcbor_state_t *state, const struct record *input);
40 static bool encode_lwm2m_senml(zcbor_state_t *state, const struct lwm2m_senml *input);
[all …]
/Zephyr-latest/drivers/input/
DKconfig9 source "drivers/input/Kconfig.adc_keys"
10 source "drivers/input/Kconfig.analog_axis"
11 source "drivers/input/Kconfig.cap12xx"
12 source "drivers/input/Kconfig.cf1133"
13 source "drivers/input/Kconfig.chsc6x"
14 source "drivers/input/Kconfig.cst816s"
15 source "drivers/input/Kconfig.esp32"
16 source "drivers/input/Kconfig.evdev"
17 source "drivers/input/Kconfig.ft5336"
18 source "drivers/input/Kconfig.gpio_kbd_matrix"
[all …]
/Zephyr-latest/tests/subsys/input/longpress/boards/
Dnative_sim.overlay7 #include <zephyr/dt-bindings/input/input-event-codes.h>
11 compatible = "vnd,input-device";
15 input = <&fake_input_device>;
16 compatible = "zephyr,input-longpress";
17 input-codes = <INPUT_KEY_0>, <INPUT_KEY_1>;
24 input = <&fake_input_device>;
25 compatible = "zephyr,input-longpress";
26 input-codes = <INPUT_KEY_0>, <INPUT_KEY_1>;
/Zephyr-latest/samples/subsys/display/lvgl/boards/
Dwio_terminal.overlay6 #include <zephyr/dt-bindings/input/input-event-codes.h>
11 compatible = "zephyr,lvgl-button-input";
12 input = <&buttons>;
13 input-codes = <INPUT_KEY_0>;
18 compatible = "zephyr,lvgl-keypad-input";
19 input = <&joystick>;
20 input-codes = <INPUT_KEY_ENTER INPUT_KEY_DOWN INPUT_KEY_UP INPUT_KEY_LEFT INPUT_KEY_RIGHT>;
Dst25dv_mb1283_disco.overlay7 #include <zephyr/dt-bindings/input/input-event-codes.h>
12 compatible = "zephyr,lvgl-pointer-input";
13 input = <&stmpe811>;
18 compatible = "zephyr,lvgl-keypad-input";
19 input = <&buttons>;
20input-codes = <INPUT_KEY_RIGHT INPUT_KEY_LEFT INPUT_KEY_UP INPUT_KEY_DOWN INPUT_KEY_ENTER INPUT_KE…
Dnative_posix.overlay7 #include <zephyr/dt-bindings/input/input-event-codes.h>
59 compatible = "zephyr,lvgl-button-input";
60 input = <&keys>;
61 input-codes = <INPUT_KEY_B>;
66 compatible = "zephyr,lvgl-encoder-input";
67 rotation-input-code = <INPUT_REL_WHEEL>;
68 button-input-code = <INPUT_KEY_0>;
72 compatible = "zephyr,lvgl-keypad-input";
73 input = <&keys>;
74 input-codes = <INPUT_KEY_LEFT INPUT_KEY_RIGHT INPUT_KEY_ENTER>;
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_nrf.c115 nrf_gpio_pin_input_t input; in pinctrl_configure_pins() local
133 input = NRF_GPIO_PIN_INPUT_DISCONNECT; in pinctrl_configure_pins()
138 input = NRF_GPIO_PIN_INPUT_CONNECT; in pinctrl_configure_pins()
144 input = NRF_GPIO_PIN_INPUT_DISCONNECT; in pinctrl_configure_pins()
149 input = NRF_GPIO_PIN_INPUT_CONNECT; in pinctrl_configure_pins()
157 input = NRF_GPIO_PIN_INPUT_CONNECT; in pinctrl_configure_pins()
163 input = NRF_GPIO_PIN_INPUT_DISCONNECT; in pinctrl_configure_pins()
168 input = NRF_GPIO_PIN_INPUT_CONNECT; in pinctrl_configure_pins()
175 input = NRF_GPIO_PIN_INPUT_CONNECT; in pinctrl_configure_pins()
180 input = NRF_GPIO_PIN_INPUT_CONNECT; in pinctrl_configure_pins()
[all …]
/Zephyr-latest/boards/nxp/mr_canhubk3/
Dmr_canhubk3-pinctrl.dtsi13 input-enable;
24 input-enable;
35 input-enable;
46 input-enable;
57 input-enable;
68 input-enable;
79 input-enable;
90 input-enable;
101 input-enable;
117 input-enable;
[all …]
/Zephyr-latest/tests/bluetooth/bt_crypto_ccm/src/
Dtest_vectors.h11 const uint8_t *input; member
215 .input = packet_vector_1,
227 .input = packet_vector_2,
239 .input = packet_vector_3,
251 .input = packet_vector_4,
263 .input = packet_vector_5,
275 .input = packet_vector_6,
287 .input = packet_vector_7,
299 .input = packet_vector_8,
311 .input = packet_vector_9,
[all …]
/Zephyr-latest/boards/infineon/cy8cproto_062_4343w/
Dcy8cproto_062_4343w-pinctrl.dtsi12 input-enable;
20 input-enable;
29 input-enable;
35 input-enable;
40 input-enable;
48 input-enable;
54 input-enable;
60 input-enable;
66 input-enable;
72 input-enable;
[all …]
/Zephyr-latest/tests/subsys/llext/src/
Dsyscalls_ext.c19 int input = 41; in test_entry() local
20 int output = ext_syscall_ok(input); in test_entry()
23 input, input + 1, output); in test_entry()
24 zassert_equal(output, input + 1); in test_entry()
/Zephyr-latest/subsys/input/
DKconfig7 Include input subsystem and drivers in the system config.
12 module-str = input
26 bool "Process input events synchronously"
32 bool "Process input events in a dedicated thread"
43 bool "Override default input thread priority"
45 Option to change the default value of input thread priority.
52 Set thread priority of the input
59 Maximum number of messages in the input event queue.
65 Stack size for the thread processing the input events, must have
71 bool "Log all input events"
[all …]
/Zephyr-latest/boards/nxp/s32z2xxdc2/
Ds32z2xxdc2_s32z270_pinctrl.dtsi17 input-enable;
28 input-enable;
35 input-enable;
40 input-enable;
54 input-enable;
70 input-enable;
81 input-enable;
92 input-enable;
103 input-enable;
115 input-enable;
[all …]
/Zephyr-latest/tests/subsys/input/double_tap/boards/
Dnative_sim.overlay7 #include <zephyr/dt-bindings/input/input-event-codes.h>
11 compatible = "vnd,input-device";
15 input = <&fake_input_device>;
16 compatible = "zephyr,input-double-tap";
17 input-codes = <INPUT_KEY_0>, <INPUT_KEY_1>;
/Zephyr-latest/boards/raspberrypi/common/
Drpi_pico-pinctrl-common.dtsi14 input-enable;
21 input-enable;
22 input-schmitt-enable;
29 input-enable;
30 input-schmitt-enable;
40 input-enable;
53 input-enable;
/Zephyr-latest/boards/wiznet/w5500_evb_pico/
Dw5500_evb_pico-pinctrl.dtsi15 input-enable;
22 input-enable;
23 input-schmitt-enable;
30 input-enable;
31 input-schmitt-enable;
41 input-enable;
54 input-enable;
/Zephyr-latest/boards/element14/warp7/
Dwarp7-pinctrl.dtsi18 input-schmitt-enable;
30 input-schmitt-enable;
42 input-schmitt-enable;
45 input-enable;
55 input-schmitt-enable;
58 input-enable;
68 input-schmitt-enable;
71 input-enable;
81 input-schmitt-enable;
84 input-enable;
/Zephyr-latest/samples/subsys/input/input_dump/
DREADME.rst1 .. zephyr:code-sample:: input-dump
5 Print all input events.
10 The Input Dump sample prints any input event using the :ref:`input` APIs.
15 The samples works on any board with an input driver defined in the board devicetree.
23 :zephyr-app: samples/subsys/input/input_dump
28 After starting, the sample will print any input event in the console.
/Zephyr-latest/boards/adafruit/qt_py_rp2040/
Dadafruit_qt_py_rp2040-pinctrl.dtsi16 input-enable;
23 input-enable;
27 input-enable;
34 input-enable;
38 input-enable;
48 input-enable;
58 input-enable;
/Zephyr-latest/boards/technexion/pico_pi/
Dpico_pi-pinctrl.dtsi18 input-schmitt-enable;
30 input-schmitt-enable;
42 input-schmitt-enable;
54 input-schmitt-enable;
57 input-enable;
67 input-schmitt-enable;
70 input-enable;
80 input-schmitt-enable;
83 input-enable;
93 input-schmitt-enable;
[all …]
/Zephyr-latest/boards/waveshare/rp2040_zero/
Drp2040_zero-pinctrl.dtsi18 input-enable;
25 input-enable;
29 input-enable;
36 input-enable;
40 input-enable;
50 input-enable;
60 input-enable;
/Zephyr-latest/doc/services/input/
Dindex.rst6 The input subsystem provides an API for dispatching input events from input
12 The subsystem is built around the :c:struct:`input_event` structure. An input
24 An input device can report input events directly using :c:func:`input_report`
25 or any related function; for example buttons or other on-off input entities
48 on the :kconfig:option:`CONFIG_INPUT_MODE` option. If the input thread is used,
49 all the events are added to a queue and executed in a common ``input`` thread.
50 If the thread is not used, the callback are invoked directly in the input
61 A common use case for input devices is to use them to generate HID reports. For
63 :c:func:`input_to_hid_modifier` functions can be used to map input codes to HID
72 :dtcompatible:`zephyr,kscan-input` node as a child node of the corresponding
[all …]
/Zephyr-latest/boards/nxp/frdm_mcxn947/
Dfrdm_mcxn947-pinctrl.dtsi18 input-enable;
28 input-enable;
40 input-enable;
52 input-enable;
62 input-enable;
73 input-enable;
80 input-enable;
101 input-enable;
113 input-enable;
165 input-enable;
[all …]
/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/src/
Dinference_process.cpp71 : name(_name), networkModel(_networkModel), input(_input), output(_output), in InferenceJob()
80 for (auto &it : input) { in invalidate()
97 for (auto &it : input) { in clean()
133 if (job.input.size() != interpreter.inputs_size()) { in runJob()
135 job.input.size(), interpreter.inputs_size()); in runJob()
141 const DataPtr &input = job.input[i]; in runJob() local
142 const TfLiteTensor *tensor = interpreter.input(i); in runJob()
144 if (input.size != tensor->bytes) { in runJob()
146 input.size, tensor->bytes); in runJob()
150 copy(static_cast<char *>(input.data), static_cast<char *>(input.data) + input.size, in runJob()

12345678910>>...54