/Zephyr-latest/dts/bindings/input/ |
D | zephyr,input-longpress.yaml | 15 #include <zephyr/dt-bindings/input/input-event-codes.h> 20 input-codes = <INPUT_KEY_0>, <INPUT_KEY_1>; 21 short-codes = <INPUT_KEY_A>, <INPUT_KEY_B>; 22 long-codes = <INPUT_KEY_X>, <INPUT_KEY_Y>; 51 input-codes: 55 Array of input event key codes (INPUT_KEY_* or INPUT_BTN_*). 57 short-codes: 60 Optional array of key codes to be generated for short press (INPUT_KEY_* or 63 long-codes: 67 Array of key codes to be generated for long press (INPUT_KEY_* or
|
D | zephyr,lvgl-keypad-input.yaml | 10 The property input-codes can be used to setup a mapping of input codes 22 input-codes = <INPUT_KEY_1 INPUT_KEY_2>; 23 lvgl-codes = <LV_KEY_NEXT LV_KEY_PREV>; 31 input-codes: 35 Array of input event key codes (INPUT_KEY_* or INPUT_BTN_*). 37 lvgl-codes:
|
D | zephyr,input-double-tap.yaml | 15 #include <zephyr/dt-bindings/input/input-event-codes.h> 20 input-codes = <INPUT_KEY_0>, <INPUT_KEY_1>; 21 double-tap-codes = <INPUT_KEY_A>, <INPUT_KEY_B>; 33 input-codes: 37 Array of input event key codes (INPUT_KEY_* or INPUT_BTN_*). 39 double-tap-codes: 43 Array of key codes to be generated for double taps (INPUT_KEY_* or INPUT_BTN_*).
|
D | zephyr,lvgl-button-input.yaml | 15 input-codes = <INPUT_KEY_0 INPUT_KEY_1>; 27 input-codes: 31 Array of input event key codes (INPUT_KEY_* or INPUT_BTN_*).
|
D | microchip,cap12xx.yaml | 26 input-codes: 30 Array of input event key codes (INPUT_KEY_* or INPUT_BTN_*).
|
D | input-keymap.yaml | 11 #include <zephyr/dt-bindings/input/input-event-codes.h> 41 List of codes, using the MATRIX_KEY() macro.
|
/Zephyr-latest/tests/subsys/input/longpress/boards/ |
D | native_sim.overlay | 7 #include <zephyr/dt-bindings/input/input-event-codes.h> 17 input-codes = <INPUT_KEY_0>, <INPUT_KEY_1>; 18 short-codes = <INPUT_KEY_A>, <INPUT_KEY_B>; 19 long-codes = <INPUT_KEY_X>, <INPUT_KEY_Y>; 26 input-codes = <INPUT_KEY_0>, <INPUT_KEY_1>; 27 long-codes = <INPUT_KEY_X>, <INPUT_KEY_Y>;
|
/Zephyr-latest/samples/subsys/display/lvgl/boards/ |
D | wio_terminal.overlay | 6 #include <zephyr/dt-bindings/input/input-event-codes.h> 13 input-codes = <INPUT_KEY_0>; 20 input-codes = <INPUT_KEY_ENTER INPUT_KEY_DOWN INPUT_KEY_UP INPUT_KEY_LEFT INPUT_KEY_RIGHT>; 21 lvgl-codes = <LV_KEY_ENTER LV_KEY_DOWN LV_KEY_UP LV_KEY_LEFT LV_KEY_RIGHT>;
|
D | st25dv_mb1283_disco.overlay | 7 #include <zephyr/dt-bindings/input/input-event-codes.h> 20 …input-codes = <INPUT_KEY_RIGHT INPUT_KEY_LEFT INPUT_KEY_UP INPUT_KEY_DOWN INPUT_KEY_ENTER INPUT_KE… 21 lvgl-codes = <LV_KEY_RIGHT LV_KEY_LEFT LV_KEY_UP LV_KEY_DOWN LV_KEY_ENTER LV_KEY_ESC>;
|
D | native_posix.overlay | 7 #include <zephyr/dt-bindings/input/input-event-codes.h> 61 input-codes = <INPUT_KEY_B>; 74 input-codes = <INPUT_KEY_LEFT INPUT_KEY_RIGHT INPUT_KEY_ENTER>; 75 lvgl-codes = <LV_KEY_LEFT LV_KEY_RIGHT LV_KEY_ENTER>;
|
/Zephyr-latest/tests/subsys/input/double_tap/boards/ |
D | native_sim.overlay | 7 #include <zephyr/dt-bindings/input/input-event-codes.h> 17 input-codes = <INPUT_KEY_0>, <INPUT_KEY_1>; 18 double-tap-codes = <INPUT_KEY_X>, <INPUT_KEY_Y>;
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_emul_sdl.c | 20 const int *codes; member 35 if (config->codes[pin] == bottom_data->event_scan_code) { in sdl_filter_top() 68 if (config->codes[pin] != GPIOEMULSDL_SCANCODE_UNKNOWN) { in gpio_sdl_init() 69 LOG_INF("GPIO %s:%u = %u", dev->name, pin, config->codes[pin]); in gpio_sdl_init() 91 .codes = gpio_sdl_##inst##_codes, \
|
/Zephyr-latest/scripts/net/ |
D | enumerate_http_status.py | 5 """Format HTTP Status codes for use in a C header 7 This script extracts HTTP status codes from mozilla.org 35 codes = tree.xpath('//code/text()') variable 38 for c in codes:
|
/Zephyr-latest/subsys/input/ |
D | input_keymap.c | 20 const uint16_t *codes; member 37 const uint16_t *codes = cfg->codes; in keymap_cb() local 64 if (offset >= cfg->num_codes || codes[offset] == 0) { in keymap_cb() 71 input_report_key(dev, codes[offset], data->pressed, true, K_FOREVER); in keymap_cb() 113 .codes = keymap_codes_##inst, \
|
/Zephyr-latest/include/zephyr/bluetooth/services/ |
D | cts.h | 71 * @return negative error codes on failure 86 * @return negative error codes on failure 98 * @return negative error codes on failure 109 * @return negative error codes on failure 122 * @return negative error codes on failure 135 * @return negative error codes on failure
|
/Zephyr-latest/include/zephyr/ipc/ |
D | ipc_service_backend.h | 37 * @retval other errno codes depending on the implementation of the 49 * @retval other errno codes depending on the implementation of the 68 * @retval other errno codes depending on the implementation of the 84 * @retval other errno codes depending on the implementation of the 101 * @retval other errno codes depending on the implementation of the 116 * @retval other errno codes depending on the implementation of the 138 * @retval other errno codes depending on the implementation of the 156 * @retval other errno codes depending on the implementation of the 178 * @retval other errno codes depending on the implementation of the 196 * @retval other errno codes depending on the implementation of the [all …]
|
D | ipc_service.h | 218 * @retval other errno codes depending on the implementation of the backend. 237 * @retval other errno codes depending on the implementation of the backend. 259 * @retval other errno codes depending on the implementation of the backend. 279 * @retval other errno codes depending on the implementation of the backend. 299 * @retval other errno codes depending on the implementation of the backend. 317 * @retval other errno codes depending on the implementation of the backend. 366 * @retval other errno codes depending on the implementation of the backend. 388 * @retval other errno codes depending on the implementation of the backend. 422 * @retval other errno codes depending on the implementation of the backend. 447 * @retval other errno codes depending on the implementation of the backend. [all …]
|
/Zephyr-latest/include/zephyr/net/http/ |
D | status.h | 2 * @brief HTTP response status codes 15 * @brief HTTP response status codes 16 * @defgroup http_status_codes HTTP response status codes 28 * @brief HTTP response status codes 30 * @note HTTP response status codes are subject to IANA approval. 32 …* @see <a href="https://www.iana.org/assignments/http-status-codes">Hypertext Transfer Protocol (H… 34 …e <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Status">HTTP response status codes</a>
|
/Zephyr-latest/include/zephyr/usb/class/ |
D | usb_cdc.h | 27 /** Communications Class Subclass Codes */ 33 /** Communications Class Protocol Codes */ 40 * @brief Data Class Interface Codes 69 * @brief PSTN Subclass Class-Specific Notification Codes 136 * @brief Class-Specific Request Codes for Ethernet subclass 146 * @brief Class-Specific Request Codes for NCM subclass
|
/Zephyr-latest/dts/bindings/gpio/ |
D | zephyr,gpio-emul-sdl.yaml | 11 This driver uses USB HID scancodes, they are different from linux key codes, 12 and thus do not match Zephyr code values as described in input-event-codes.h. 23 INPUT_KEY_1, INPUT_KEY_2 and INPUT_KEY_3 in input-event-codes.h.
|
/Zephyr-latest/include/zephyr/fs/ |
D | zms.h | 112 * thus 0 is returned. On error, returns negative value of error codes defined in `errno.h`. 136 * On error, returns negative value of error codes defined in `errno.h`. 152 * value of error codes defined in `errno.h`. 163 * in the ATE. On error, returns negative value of error codes defined in `errno.h`. 175 * On error, returns negative value of error codes defined in `errno.h`. 199 * @return 0 on success. On error, returns negative value of error codes defined in `errno.h`.
|
D | nvs.h | 111 * to flash, thus 0 is returned. On error, returns negative value of errno.h defined error codes. 136 * value of errno.h defined error codes. 152 * value of errno.h defined error codes. 163 * especially on spi flash. On error, returns negative value of errno.h defined error codes. 187 * @return 0 on success. On error, returns negative value of errno.h defined error codes.
|
/Zephyr-latest/subsys/sd/ |
D | sd_utils.h | 22 * Custom SD return codes. Used internally to indicate conditions that may 31 /* Checks SD status return codes */
|
/Zephyr-latest/tests/drivers/build_all/input/ |
D | app.overlay | 7 #include <zephyr/dt-bindings/input/input-event-codes.h> 153 input-codes = <0>; 154 short-codes = <0>; 155 long-codes = <0>; 162 input-codes = <0>; 163 double-tap-codes = <0>; 217 input-codes = <0 1 2>;
|
/Zephyr-latest/include/zephyr/mgmt/mcumgr/mgmt/ |
D | mgmt.h | 97 /** A function handler for translating version 2 SMP error codes to version 1 SMP error 98 * codes (optional) 181 * version 2 error codes to legacy SMP version 1 error codes.
|