Home
last modified time | relevance | path

Searched +full:0 +full:x00 +full:- +full:positive (Results 1 – 25 of 32) sorted by relevance

12

/Zephyr-Core-3.5.0/dts/bindings/display/
Dilitek,ili9488.yaml2 # SPDX-License-Identifier: Apache-2.0
8 include: ilitek,ili9xxx-common.yaml
12 type: uint8-array
13 default: [0xb0, 0x11]
18 type: uint8-array
19 default: [0x02, 0x02, 0x3b]
22 default SS bit value (0) may interfere with display rotation.
25 type: uint8-array
26 default: [0x0e, 0x0e]
31 type: uint8-array
[all …]
Dilitek,ili9342c.yaml5 # 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 …]
Dilitek,ili9340.yaml3 # 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 …]
Dsitronix,st7735r.yaml1 # Copyright (c) 2020, Kim Bøndergaard <kim@fam-boendergaard.dk>
2 # SPDX-License-Identifier: Apache-2.0
8 include: [spi-device.yaml, display-controller.yaml]
11 reset-gpios:
12 type: phandle-array
19 cmd-data-gpios:
20 type: phandle-array
28 x-offset:
33 y-offset:
40 default: 0x00
[all …]
Dilitek,ili9341.yaml5 # 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 …]
/Zephyr-Core-3.5.0/dts/bindings/ieee802154/
Datmel,rf2xx.yaml1 # Copyright (c) 2019-2020 Gerson Fernando Budke <nandojve@gmail.com>
2 # SPDX-License-Identifier: Apache-2.0
8 include: spi-device.yaml
11 irq-gpios:
12 type: phandle-array
15 reset-gpios:
16 type: phandle-array
19 slptr-gpios:
20 type: phandle-array
23 Multi-functional pin that controls sleep, deep sleep, transmit
[all …]
/Zephyr-Core-3.5.0/tests/bluetooth/host/id/bt_setup_random_id_addr/src/
Dmain.c4 * SPDX-License-Identifier: Apache-2.0
34 memset(&bt_dev, 0x00, sizeof(struct bt_dev)); in fff_reset_rule_before()
44 memset(&bt_dev, 0x00, sizeof(struct bt_dev)); in tc_setup()
45 memset(&hci_cmd_rsp, 0x00, sizeof(struct net_buf)); in tc_setup()
46 memset(&hci_cmd_rsp_data, 0x00, sizeof(struct custom_bt_hci_rp_vs_read_static_addrs)); in tc_setup()
67 return 0; in bt_hci_cmd_send_sync_custom_fake()
72 * bt_hci_cmd_send_sync() returns 0 (success), the returned number of addresses
77 * rp->num_addrs * sizeof(struct bt_hci_vs_static_addr);
83 * - bt_hci_cmd_send_sync() returns 0 (success)
84 * - bt_hci_cmd_send_sync() response contains single identity address
[all …]
/Zephyr-Core-3.5.0/tests/drivers/build_all/sensor/
Dapp.overlay4 * SPDX-License-Identifier: Apache-2.0
9 * with real-world devicetree nodes, to allow these tests to run on
15 #address-cells = <1>;
16 #size-cells = <1>;
20 reg = <0xadc0adc0 0x1000>;
21 #io-channel-cells = <1>;
22 #address-cells = <1>;
23 #size-cells = <0>;
26 channel@0 {
27 reg = <0>;
[all …]
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/
Daics.h4 * 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 …]
Dtbs.h7 * 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 …]
Dvcp.h2 * 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 …]
Dmedia_proxy.h2 * 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 …]
Daudio.h7 * Copyright (c) 2020-2023 Nordic Semiconductor ASA
9 * SPDX-License-Identifier: Apache-2.0
36 #define BT_AUDIO_BROADCAST_ID_MAX 0xFFFFFFU
38 #define BT_AUDIO_PD_PREF_NONE 0x000000U
40 #define BT_AUDIO_PD_MAX 0xFFFFFFU
49 BT_AUDIO_CONTEXT_TYPE_PROHIBITED = 0,
50 BT_AUDIO_CONTEXT_TYPE_UNSPECIFIED = BIT(0),
87 BT_AUDIO_PARENTAL_RATING_NO_RATING = 0x00,
88 BT_AUDIO_PARENTAL_RATING_AGE_ANY = 0x01,
89 BT_AUDIO_PARENTAL_RATING_AGE_5_OR_ABOVE = 0x02,
[all …]
/Zephyr-Core-3.5.0/drivers/sensor/sx9500/
Dsx9500.c1 /* sensor_sx9500.c - Driver for Semtech SX9500 SAR proximity chip */
6 * SPDX-License-Identifier: Apache-2.0
28 * auto-increments the address for subsequent values in a single
33 0x43, /* Shield enabled, small range. */
34 0x77, /* x8 gain, 167kHz frequency, finest resolution. */
35 0x40, /* Doze enabled, 2x scan period doze, no raw filter. */
36 0x30, /* Average threshold. */
37 0x0f, /* Debouncer off, lowest average negative filter,
38 * highest average positive filter.
40 0x0e, /* Proximity detection threshold: 280 */
[all …]
/Zephyr-Core-3.5.0/drivers/adc/
Dadc_max1125x.c4 * SPDX-License-Identifier: Apache-2.0
27 #define MAX1125X_CMD_READ 0xC1
28 #define MAX1125X_CMD_WRITE 0xC0
29 #define MAX1125X_CMD_CONV 0x80
30 #define MAX1125X_CMD_CALIBRATION 0x20
31 #define MAX1125X_CMD_SEQUENCER 0x30
34 MAX1125X_MODE_POWERDOWN = 0x01,
35 MAX1125X_MODE_CALIBRATION = 0x02,
36 MAX1125X_MODE_SEQUENCER = 0x03,
40 MAX1125X_CONFIG_RATE_1_9 = 0x00,
[all …]
Dadc_ads114s0x.c4 * SPDX-License-Identifier: Apache-2.0
12 #include <zephyr/dt-bindings/adc/ads114s0x_adc.h>
49 ADS114S0X_COMMAND_NOP = 0x00,
50 ADS114S0X_COMMAND_WAKEUP = 0x02,
51 ADS114S0X_COMMAND_POWERDOWN = 0x04,
52 ADS114S0X_COMMAND_RESET = 0x06,
53 ADS114S0X_COMMAND_START = 0x08,
54 ADS114S0X_COMMAND_STOP = 0x0A,
55 ADS114S0X_COMMAND_SYOCAL = 0x16,
56 ADS114S0X_COMMAND_SYGCAL = 0x17,
[all …]
Dadc_ads1x1x.c5 * SPDX-License-Identifier: Apache-2.0
34 ADS1X1X_REG_CONV = 0x00,
35 ADS1X1X_REG_CONFIG = 0x01,
36 ADS1X1X_REG_LO_THRESH = 0x02,
37 ADS1X1X_REG_HI_THRESH = 0x03,
41 ADS1X15_CONFIG_MUX_DIFF_0_1 = 0,
54 ADS1X1X_CONFIG_DR_8_128 = 0,
74 /* +/-6.144V range = Gain 1/3 */
75 ADS1X1X_CONFIG_PGA_6144 = 0,
76 /* +/-4.096V range = Gain 1/2 */
[all …]
/Zephyr-Core-3.5.0/drivers/gpio/
Dgpio_rcar.c4 * SPDX-License-Identifier: Apache-2.0
25 ((const struct gpio_rcar_cfg *)(_dev)->config)
26 #define DEV_DATA(_dev) ((struct gpio_rcar_data *)(_dev)->data)
42 #define IOINTSEL 0x00 /* General IO/Interrupt Switching Register */
43 #define INOUTSEL 0x04 /* General Input/Output Switching Register */
44 #define OUTDT 0x08 /* General Output Register */
45 #define INDT 0x0c /* General Input Register */
46 #define INTDT 0x10 /* Interrupt Display Register */
47 #define INTCLR 0x14 /* Interrupt Clear Register */
48 #define INTMSK 0x18 /* Interrupt Mask Register */
[all …]
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Dretained_mem.h4 * SPDX-License-Identifier: Apache-2.0
62 * @brief Callback API to clear retained memory area (reset all data to 0x00).
72 * non-initialised RAM region, or in specific registers, but is not reset when a different
74 * byte-level reading and writing without a need to erase data before writing.
90 * @retval Positive value indicating size in bytes on success, else negative errno
97 struct retained_mem_driver_api *api = (struct retained_mem_driver_api *)dev->api; in z_impl_retained_mem_size()
99 return api->size(dev); in z_impl_retained_mem_size()
110 * @retval 0 on success else negative errno code.
118 struct retained_mem_driver_api *api = (struct retained_mem_driver_api *)dev->api; in z_impl_retained_mem_read()
121 /* Validate user-supplied parameters */ in z_impl_retained_mem_read()
[all …]
Dw1.h5 * SPDX-License-Identifier: Apache-2.0
10 * @brief Public 1-Wire Driver APIs
27 * @brief 1-Wire Interface
28 * @defgroup w1_interface 1-Wire Interface
44 (FOR_EACH(F1, (+), DT_SUPPORTS_DEP_ORDS(node_id)) - 1)
51 * @brief Defines the 1-Wire master settings types, which are runtime configurable.
55 * disabled passing 0.
60 * written data block by passing a value of 1, and deactivated passing 0.
72 /** Configuration common to all 1-Wire master implementations. */
78 /** Data common to all 1-Wire master implementations. */
[all …]
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Daddr.h8 * SPDX-License-Identifier: Apache-2.0
29 #define BT_ADDR_LE_PUBLIC 0x00
30 #define BT_ADDR_LE_RANDOM 0x01
31 #define BT_ADDR_LE_PUBLIC_ID 0x02
32 #define BT_ADDR_LE_RANDOM_ID 0x03
33 #define BT_ADDR_LE_UNRESOLVED 0xFE /* Resolvable Private Address
36 #define BT_ADDR_LE_ANONYMOUS 0xFF /* No address provided
78 * @return negative value if @a a < @a b, 0 if @a a == @a b, else positive
92 return bt_addr_cmp(a, b) == 0; in bt_addr_eq()
100 * @return negative value if @a a < @a b, 0 if @a a == @a b, else positive
[all …]
Dbluetooth.h7 * Copyright (c) 2015-2016 Intel Corporation
9 * SPDX-License-Identifier: Apache-2.0
46 #define BT_ID_DEFAULT 0
92 * 0 if subevent indication was transmitted.
275 * @see https://specificationrefs.bluetooth.com/assigned-values/Appearance%20Values.pdf
292 * @retval 0 Success.
308 * subsequent call to this function with non-NULL @a addrs parameter.
328 * pre-defined address is provided, since in such a situation the app clearly
347 * parameter was non-NULL).
352 * the parameter was non-NULL). If privacy
[all …]
/Zephyr-Core-3.5.0/drivers/input/
Dinput_gpio_qdec.c4 * SPDX-License-Identifier: Apache-2.0
40 /* Positive transitions */
41 #define QDEC_LL_LH 0x01
42 #define QDEC_LH_HH 0x13
43 #define QDEC_HH_HL 0x32
44 #define QDEC_HL_LL 0x20
47 #define QDEC_LL_HL 0x02
48 #define QDEC_LH_LL 0x10
49 #define QDEC_HH_LH 0x31
50 #define QDEC_HL_HH 0x23
[all …]
/Zephyr-Core-3.5.0/include/zephyr/net/
Dmqtt_sn.h4 * 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/include/zephyr/bluetooth/mesh/
Dcfg.h8 * SPDX-License-Identifier: Apache-2.0
40 #define BT_MESH_KR_NORMAL 0x00
41 #define BT_MESH_KR_PHASE_1 0x01
42 #define BT_MESH_KR_PHASE_2 0x02
43 #define BT_MESH_KR_PHASE_3 0x03
93 * @retval 0 Successfully changed the Mesh Private beacon feature state.
94 * @retval -ENOTSUP The Mesh Private beacon feature is not supported.
95 * @retval -EINVAL Invalid parameter.
96 * @retval -EALREADY Already in the given state.
112 * @param interval Private beacon update interval in 10 second steps, or 0 to
[all …]

12