/Zephyr-Core-3.5.0/dts/bindings/display/ |
D | ilitek,ili9341.yaml | 5 # SPDX-License-Identifier: Apache-2.0 11 include: ilitek,ili9xxx-common.yaml 15 type: uint8-array 16 default: [0x40] 21 type: uint8-array 22 default: [0x01, 0x00, 0x00] 27 type: uint8-array 28 default: [0x39, 0x2c, 0x00, 0x34, 0x02] 33 type: uint8-array 34 default: [0x00, 0x8b, 0x30] [all …]
|
D | ilitek,ili9342c.yaml | 5 # SPDX-License-Identifier: Apache-2.0 11 include: ilitek,ili9xxx-common.yaml 15 type: uint8-array 16 default: [0x01] 22 type: uint8-array 23 default: [0x40] 28 type: uint8-array 29 default: [0x00] 34 type: uint8-array 35 default: [0x00, 0x1c] [all …]
|
D | ilitek,ili9340.yaml | 3 # SPDX-License-Identifier: Apache-2.0 9 include: ilitek,ili9xxx-common.yaml 13 type: uint8-array 14 default: [0x01] 19 type: uint8-array 20 default: [0x00, 0x1b] 25 type: uint8-array 26 default: [0x0a, 0x82, 0x27] 29 default SS bit value (0) may interfere with display rotation. 32 type: uint8-array [all …]
|
/Zephyr-Core-3.5.0/samples/subsys/usb/webusb/src/ |
D | main.c | 2 * Copyright (c) 2016-2019 Intel Corporation 5 * SPDX-License-Identifier: Apache-2.0 28 /* random GUID {FA611CC3-7057-42EE-9D82-4919639562B3} */ 30 '{', 0x00, 'F', 0x00, 'A', 0x00, '6', 0x00, '1', 0x00, '1', 0x00, \ 31 'C', 0x00, 'C', 0x00, '3', 0x00, '-', 0x00, '7', 0x00, '0', 0x00, \ 32 '5', 0x00, '7', 0x00, '-', 0x00, '4', 0x00, '2', 0x00, 'E', 0x00, \ 33 'E', 0x00, '-', 0x00, '9', 0x00, 'D', 0x00, '8', 0x00, '2', 0x00, \ 34 '-', 0x00, '4', 0x00, '9', 0x00, '1', 0x00, '9', 0x00, '6', 0x00, \ 35 '3', 0x00, '9', 0x00, '5', 0x00, '6', 0x00, '2', 0x00, 'B', 0x00, \ 36 '3', 0x00, '}', 0x00, 0x00, 0x00, 0x00, 0x00 [all …]
|
D | webusb.c | 2 * Copyright (c) 2015-2019 Intel Corporation 4 * SPDX-License-Identifier: Apache-2.0 33 #define WEBUSB_NUM_ITF 0x01 35 #define WEBUSB_NUM_EP 0x02 37 #define WEBUSB_IN_EP_IDX 0 48 .bInterfaceNumber = 0, \ 49 .bAlternateSetting = 0, \ 52 .bInterfaceSubClass = 0, \ 53 .bInterfaceProtocol = 0, \ 54 .iInterface = 0, \ [all …]
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/ |
D | has.h | 4 * SPDX-License-Identifier: Apache-2.0 35 #define BT_HAS_PRESET_INDEX_NONE 0x00 36 #define BT_HAS_PRESET_INDEX_FIRST 0x01 37 #define BT_HAS_PRESET_INDEX_LAST 0xFF 49 BT_HAS_HEARING_AID_TYPE_BINAURAL = 0x00, 50 BT_HAS_HEARING_AID_TYPE_MONAURAL = 0x01, 51 BT_HAS_HEARING_AID_TYPE_BANDED = 0x02, 57 BT_HAS_PROP_NONE = 0, 60 BT_HAS_PROP_WRITABLE = BIT(0), 68 BT_HAS_PRESET_SUPPORT = BIT(0), [all …]
|
D | media_proxy.h | 2 * Copyright (c) 2019 - 2021 Nordic Semiconductor ASA 4 * SPDX-License-Identifier: Apache-2.0 84 }; /* - (type, length, param) */ 89 * All values from -128 to 127 allowed, only some defined 91 #define MEDIA_PROXY_PLAYBACK_SPEED_MIN -128 92 #define MEDIA_PROXY_PLAYBACK_SPEED_QUARTER -128 93 #define MEDIA_PROXY_PLAYBACK_SPEED_HALF -64 94 #define MEDIA_PROXY_PLAYBACK_SPEED_UNITY 0 101 * The allowed values for seeking speed are the range -64 to -4 102 * (endpoints included), the value 0, and the range 4 to 64 [all …]
|
D | aics.h | 4 * SPDX-License-Identifier: Apache-2.0 36 #define BT_AICS_STATE_UNMUTED 0x00 37 #define BT_AICS_STATE_MUTED 0x01 38 #define BT_AICS_STATE_MUTE_DISABLED 0x02 41 #define BT_AICS_MODE_MANUAL_ONLY 0x00 42 #define BT_AICS_MODE_AUTO_ONLY 0x01 43 #define BT_AICS_MODE_MANUAL 0x02 44 #define BT_AICS_MODE_AUTO 0x03 47 #define BT_AICS_INPUT_TYPE_UNSPECIFIED 0x00 48 #define BT_AICS_INPUT_TYPE_BLUETOOTH 0x01 [all …]
|
D | tbs.h | 7 * SPDX-License-Identifier: Apache-2.0 19 #define BT_TBS_CALL_STATE_INCOMING 0x00 20 #define BT_TBS_CALL_STATE_DIALING 0x01 21 #define BT_TBS_CALL_STATE_ALERTING 0x02 22 #define BT_TBS_CALL_STATE_ACTIVE 0x03 23 #define BT_TBS_CALL_STATE_LOCALLY_HELD 0x04 24 #define BT_TBS_CALL_STATE_REMOTELY_HELD 0x05 25 #define BT_TBS_CALL_STATE_LOCALLY_AND_REMOTELY_HELD 0x06 28 #define BT_TBS_REASON_BAD_REMOTE_URI 0x00 29 #define BT_TBS_REASON_CALL_FAILED 0x01 [all …]
|
D | vcp.h | 2 * Copyright (c) 2020-2022 Nordic Semiconductor ASA 4 * SPDX-License-Identifier: Apache-2.0 35 #define BT_VCP_VOL_REND_VOCS_CNT 0 36 #define BT_VCP_VOL_REND_AICS_CNT 0 40 #define BT_VCP_ERR_INVALID_COUNTER 0x80 41 #define BT_VCP_ERR_OP_NOT_SUPPORTED 0x81 44 #define BT_VCP_STATE_UNMUTED 0x00 45 #define BT_VCP_STATE_MUTED 0x01 52 /** Initial step size (1-255) */ 55 /** Initial mute state (0-1) */ [all …]
|
D | bap.h | 5 * Copyright (c) 2021-2023 Nordic Semiconductor ASA 7 * SPDX-License-Identifier: Apache-2.0 33 #define BT_BAP_SCAN_DELEGATOR_MAX_METADATA_LEN 0 34 #define BT_BAP_SCAN_DELEGATOR_MAX_SUBGROUPS 0 43 * 1 octet codec configuration length (which may be 0) 44 * 1 octet metadata length (which may be 0) 46 * 1 octet BIS specific codec configuration length (which may be 0) 56 BT_BAP_PA_STATE_NOT_SYNCED = 0x00, 59 BT_BAP_PA_STATE_INFO_REQ = 0x01, 62 BT_BAP_PA_STATE_SYNCED = 0x02, [all …]
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/ |
D | hci_raw.h | 8 * SPDX-License-Identifier: Apache-2.0 33 * @return Zero on success or (negative) error code otherwise. 43 BT_HCI_RAW_MODE_PASSTHROUGH = 0x00, 51 BT_HCI_RAW_MODE_H4 = 0x01, 60 * @return Zero on success or (negative) error code otherwise. 72 #define BT_HCI_ERR_EXT_HANDLED 0xff 126 * @return Zero on success or (negative) error code otherwise.
|
D | iso.h | 9 * SPDX-License-Identifier: Apache-2.0 33 #define BT_ISO_CHAN_SEND_RESERVE BT_BUF_ISO_SIZE(0) 46 #define BT_ISO_DATA_PATH_HCI 0x00 49 #define BT_ISO_SDU_INTERVAL_MIN 0x0000FFU 51 #define BT_ISO_SDU_INTERVAL_MAX 0x0FFFFFU 53 #define BT_ISO_ISO_INTERVAL_MIN 0x0004U 55 #define BT_ISO_ISO_INTERVAL_MAX 0x0C80U 57 #define BT_ISO_LATENCY_MIN 0x0005 59 #define BT_ISO_LATENCY_MAX 0x0FA0 61 #define BT_ISO_PACKING_SEQUENTIAL 0x00 [all …]
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/ |
D | disk.h | 5 * SPDX-License-Identifier: Apache-2.0 56 #define DISK_STATUS_OK 0x00 58 #define DISK_STATUS_UNINIT 0x01 60 #define DISK_STATUS_NOMEDIA 0x02 62 #define DISK_STATUS_WR_PROTECT 0x04 98 * @return 0 on success, negative errno code on fail 107 * @return 0 on success, negative errno code on fail
|
D | peci.h | 4 * SPDX-License-Identifier: Apache-2.0 35 PECI_GENERAL_SENSOR_ERROR = 0x8000, 36 PECI_UNDERFLOW_SENSOR_ERROR = 0x8002, 37 PECI_OVERFLOW_SENSOR_ERROR = 0x8003, 44 PECI_CMD_PING = 0x00, 45 PECI_CMD_GET_TEMP0 = 0x01, 46 PECI_CMD_GET_TEMP1 = 0x02, 47 PECI_CMD_RD_PCI_CFG0 = 0x61, 48 PECI_CMD_RD_PCI_CFG1 = 0x62, 49 PECI_CMD_WR_PCI_CFG0 = 0x65, [all …]
|
/Zephyr-Core-3.5.0/include/zephyr/net/ |
D | mqtt.h | 4 * SPDX-License-Identifier: Apache-2.0 83 MQTT_VERSION_3_1_0 = 3, /**< Protocol level for 3.1.0. */ 92 MQTT_QOS_0_AT_MOST_ONCE = 0x00, 97 MQTT_QOS_1_AT_LEAST_ONCE = 0x01, 103 MQTT_QOS_2_EXACTLY_ONCE = 0x02 109 MQTT_CONNECTION_ACCEPTED = 0x00, 114 MQTT_UNACCEPTABLE_PROTOCOL_VERSION = 0x01, 116 /** The Client identifier is correct UTF-8 but not allowed by the 119 MQTT_IDENTIFIER_REJECTED = 0x02, 124 MQTT_SERVER_UNAVAILABLE = 0x03, [all …]
|
D | mqtt_sn.h | 4 * SPDX-License-Identifier: Apache-2.0 9 * @defgroup mqtt_sn_socket MQTT-SN Client library 12 * @brief MQTT-SN Client Implementation 15 * MQTT-SN Client's Application interface is defined in this header. 39 * Quality of Service. QoS 0-2 work the same as basic MQTT, QoS -1 is an MQTT-SN addition. 40 * QOS -1 is not supported yet. 43 MQTT_SN_QOS_0, /**< QOS 0 */ 46 MQTT_SN_QOS_M1 /**< QOS -1 */ 50 * MQTT-SN topic types. 55 * It allows usage of any valid UTF-8 string as a topic name. [all …]
|
/Zephyr-Core-3.5.0/drivers/sensor/mcp9808/ |
D | mcp9808.h | 5 * SPDX-License-Identifier: Apache-2.0 20 #define MCP9808_REG_CONFIG 0x01 21 #define MCP9808_REG_UPPER_LIMIT 0x02 22 #define MCP9808_REG_LOWER_LIMIT 0x03 23 #define MCP9808_REG_CRITICAL 0x04 24 #define MCP9808_REG_TEMP_AMB 0x05 28 * * Bit 0 controls alert signal output mode 37 * * Bits 9-10 control threshold hysteresis 39 #define MCP9808_CFG_ALERT_MODE_INT BIT(0) 45 * * Bits 0..11 encode the temperature in a 2s complement signed value [all …]
|
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/ |
D | transport.h | 4 * SPDX-License-Identifier: Apache-2.0 7 #define TRANS_SEQ_AUTH_NVAL 0xffffffffffffffff 18 #define TRANS_CTL_OP(data) ((data)[0] & TRANS_CTL_OP_MASK) 21 #define TRANS_CTL_OP_ACK 0x00 22 #define TRANS_CTL_OP_FRIEND_POLL 0x01 23 #define TRANS_CTL_OP_FRIEND_UPDATE 0x02 24 #define TRANS_CTL_OP_FRIEND_REQ 0x03 25 #define TRANS_CTL_OP_FRIEND_OFFER 0x04 26 #define TRANS_CTL_OP_FRIEND_CLEAR 0x05 27 #define TRANS_CTL_OP_FRIEND_CLEAR_CFM 0x06 [all …]
|
/Zephyr-Core-3.5.0/include/zephyr/arch/common/ |
D | semihost.h | 5 * SPDX-License-Identifier: Apache-2.0 8 * https://github.com/ARM-software/abi-aa/blob/main/semihosting/semihosting.rst 10 * RISC-V semihosting also follows these conventions: 11 * https://github.com/riscv/riscv-semihosting-spec/blob/main/riscv-semihosting-spec.adoc 33 SEMIHOST_OPEN = 0x01, 35 SEMIHOST_ISTTY = 0x09, 37 SEMIHOST_WRITE = 0x05, 39 SEMIHOST_READ = 0x06, 41 SEMIHOST_CLOSE = 0x02, 43 SEMIHOST_FLEN = 0x0C, [all …]
|
/Zephyr-Core-3.5.0/include/zephyr/lorawan/ |
D | lorawan.h | 4 * SPDX-License-Identifier: Apache-2.0 29 LORAWAN_CLASS_A = 0x00, 30 LORAWAN_CLASS_B = 0x01, 31 LORAWAN_CLASS_C = 0x02, 38 LORAWAN_ACT_OTAA = 0, 46 LORAWAN_DR_0 = 0, 84 LORAWAN_MSG_UNCONFIRMED = 0, 89 * @brief LoRaWAN join parameters for over-the-Air activation (OTAA) 108 * should be stored in non-volatile memory by the application. 152 * - Port 0: TX packet acknowledgements [all …]
|
/Zephyr-Core-3.5.0/drivers/fuel_gauge/sbs_gauge/ |
D | sbs_gauge.h | 4 * SPDX-License-Identifier: Apache-2.0 14 #define SBS_GAUGE_CMD_MANUFACTURER_ACCESS 0x00 /* ManufacturerAccess */ 15 #define SBS_GAUGE_CMD_REM_CAPACITY_ALARM 0x01 /* LowCapacityAlarmThreshold */ 16 #define SBS_GAUGE_CMD_REM_TIME_ALARM 0x02 /* RemainingTimeToEmptyThreshold */ 17 #define SBS_GAUGE_CMD_BATTERY_MODE 0x03 /* BatteryOperatingMode */ 18 #define SBS_GAUGE_CMD_AR 0x04 /* AtRate */ 19 #define SBS_GAUGE_CMD_ARTTF 0x05 /* AtRateTimeToFull */ 20 #define SBS_GAUGE_CMD_ARTTE 0x06 /* AtRateTimeToEmpty */ 21 #define SBS_GAUGE_CMD_AROK 0x07 /* AtRateOK */ 22 #define SBS_GAUGE_CMD_TEMP 0x08 /* Temperature */ [all …]
|
/Zephyr-Core-3.5.0/include/zephyr/fs/ |
D | fs.h | 3 * Copyright (c) 2020-2021 Nordic Semiconductor ASA 5 * SPDX-License-Identifier: Apache-2.0 33 FS_DIR_ENTRY_FILE = 0, 40 * Zephyr supports in-tree file systems and external ones. Each 44 * in-tree file systems. 53 /** Identifier for in-tree FatFS file system. */ 54 FS_FATFS = 0, 56 /** Identifier for in-tree LittleFS file system. */ 59 /** Identifier for in-tree Ext2 file system. */ 67 #define FS_MOUNT_FLAG_NO_FORMAT BIT(0) [all …]
|
/Zephyr-Core-3.5.0/include/zephyr/usb/class/ |
D | usb_audio.h | 6 * SPDX-License-Identifier: Apache-2.0 14 * - USB Device Class Definition for Audio Devices (audio10.pdf) 16 * Additional documentation considered a part of USB Audio v1.0: 17 * - USB Device Class Definition for Audio Data Formats (frmts10.pdf) 18 * - USB Device Class Definition for Terminal Types (termt10.pdf) 30 * Refer to Table A-2 from audio10.pdf 33 USB_AUDIO_SUBCLASS_UNDEFINED = 0x00, 34 USB_AUDIO_AUDIOCONTROL = 0x01, 35 USB_AUDIO_AUDIOSTREAMING = 0x02, 36 USB_AUDIO_MIDISTREAMING = 0x03 [all …]
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/misc/ft8xx/ |
D | ft8xx_dl.h | 4 * SPDX-License-Identifier: Apache-2.0 30 /** Anti-aliased points, point radius is 1-256 pixels */ 33 * Anti-aliased lines, with width from 0 to 4095 1/16th of pixel units. 37 /** Anti-aliased lines, connected head-to-tail */ 48 * Round-cornered rectangles, curvature of the corners can be adjusted using 57 * - @ref FT8XX_BITMAPS 58 * - @ref FT8XX_POINTS 59 * - @ref FT8XX_LINES 60 * - @ref FT8XX_LINE_STRIP 61 * - @ref FT8XX_EDGE_STRIP_R [all …]
|