Home
last modified time | relevance | path

Searched full:reading (Results 1 – 25 of 511) sorted by relevance

12345678910>>...21

/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
DKconfig.tbs174 bool "Support reading Bearer Provider Name"
177 This option enables support for reading Bearer Provider Name.
180 bool "Support reading Bearer UCI"
183 This option enables support for reading Bearer UCI.
186 bool "Support reading Bearer Technology"
189 This option enables support for reading Bearer Technology.
192 bool "Support reading Bearer URI Schemes Supported List"
195 This option enables support for reading Bearer URI Schemes Supported
199 bool "Support reading Bearer Signal Strength"
202 This option enables support for reading Bearer Signal Strength.
[all …]
DKconfig.mcs40 control client will truncate the name when reading it.
49 client will truncate the name when reading it.
58 the media control client will truncate the title when reading it.
67 longer, the media control client will truncate the name when reading
96 is allocated when reading object content.
/Zephyr-Core-3.5.0/tests/bluetooth/hci_codecs_info/src/
Dmain.c70 zassert_not_equal(err, 0, "Reading local supported codecs failed"); in ZTEST()
89 zassert_equal(err, 0, "Reading local supported codecs v2 failed"); in ZTEST()
94 "Reading local supported codecs v2 status failed"); in ZTEST()
99 "Reading std codecs count failed"); in ZTEST()
107 "Reading std codecs codec_id %d failed", i); in ZTEST()
109 "Reading std codecs transports %d failed", i); in ZTEST()
114 "Reading vendor codecs count failed"); in ZTEST()
122 "Reading vendor codecs company_id %d failed", i); in ZTEST()
125 "Reading vendor codecs codec_id %d failed", i); in ZTEST()
127 "Reading vendor codecs transports %d failed", i); in ZTEST()
[all …]
/Zephyr-Core-3.5.0/drivers/sensor/ens210/
DKconfig45 Check the crc value after data reading.
51 Number of retries when status reading failed or device not ready.
54 int "Number of value reading retries"
57 Number of retries when value reading failed, value not valid
/Zephyr-Core-3.5.0/drivers/sensor/xmc4xxx_temp/
DKconfig14 int "Offset adjumstment of the temperature reading"
21 int "Gain adjumstment of the temperature reading"
24 Gain adjustment of the temperature reading. Range [0, 63].
/Zephyr-Core-3.5.0/soc/arm/nuvoton_npcx/
DKconfig81 prompt "Reading mode used by the SPI flash"
84 This sets the reading mode that can be used by the SPI flash.
85 Reading modes supported are normal, fast, dual, and quad.
88 bool "SPI flash operates with normal reading mode"
91 bool "SPI flash operates with fast reading mode"
94 bool "SPI flash operates with dual reading mode"
97 bool "SPI flash operates with quad reading mode"
/Zephyr-Core-3.5.0/samples/sensor/mhz19b/
DREADME.rst45 Reading configurations from sensor:
48 sensor: co2 reading: 758
49 sensor: co2 reading: 759
50 sensor: co2 reading: 762
/Zephyr-Core-3.5.0/drivers/flash/
DKconfig.mcux24 bool "Verify area before reading it"
27 Do a margin check flash command before reading an area.
28 This feature prevents erroneous/forbidden reading. Some ECC enabled
29 devices will crash when reading an erased or wrongly programmed area.
/Zephyr-Core-3.5.0/soc/arm/microchip_mec/
DKconfig63 prompt "Reading mode used by the SPI flash"
66 This sets the reading mode that can be used by the SPI flash.
67 Reading modes supported are normal, fast, dual, and quad.
73 bool "SPI flash operates full-duplex with fast reading mode"
76 bool "SPI flash operates with dual data reading mode"
79 bool "SPI flash operates with quad data reading mode"
/Zephyr-Core-3.5.0/drivers/misc/ft8xx/
Dft8xx_common.c46 __ASSERT(err == 0, "Reading FT8xx data from 0x%x failed", address); in ft8xx_rd8()
57 __ASSERT(err == 0, "Reading FT8xx data from 0x%x failed", address); in ft8xx_rd16()
68 __ASSERT(err == 0, "Reading FT8xx data from 0x%x failed", address); in ft8xx_rd32()
/Zephyr-Core-3.5.0/tests/bluetooth/host/id/bt_setup_random_id_addr/src/
Dtest_suite_invalid_cases.c43 * Testing setting up device random address while VS command for reading static address isn't
44 * enabled, so reading static address fails.
47 * - VS command for reading static address isn't enabled
65 * Test reading controller static random address through bt_hci_cmd_send_sync().
107 * Test reading controller static random address through bt_hci_cmd_send_sync().
148 * Test reading controller static random address through bt_hci_cmd_send_sync().
190 * Test reading controller static random address through bt_hci_cmd_send_sync().
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/
Dlcd_cli.rst11 version 1.1, and supports the functionality of reading pages of Composition Data that do not fit in
12 a Config Composition Data Status message and reading the metadata of the model instances on a node
/Zephyr-Core-3.5.0/dts/bindings/bluetooth/
Dzephyr,bt-hci-spi.yaml31 Duration to delay between reading a valid header and reading the data associated
/Zephyr-Core-3.5.0/samples/sensor/max44009/src/
Dmain.c14 * This app will read the sensor reading via I2C interface and show
43 printk("sensor: lum reading: %d\n", lum); in main()
/Zephyr-Core-3.5.0/samples/drivers/flash_shell/
DREADME.rst35 Reading back written bytes:
38 Reading back written bytes:
/Zephyr-Core-3.5.0/.github/ISSUE_TEMPLATE/
D003_rfc-proposal.md27 reading this section each engineer should have a rather clear picture of what
36 By reading this section, each team member should be able to know what exactly
/Zephyr-Core-3.5.0/samples/drivers/spi_flash_at45/
Dsample.yaml48 - "Reading the first byte of the test region ... OK"
52 - "Reading the whole test region... OK"
/Zephyr-Core-3.5.0/drivers/sensor/ist8310/
Dist8310.c112 LOG_ERR("failed reading chip id"); in ist8310_init_chip()
117 LOG_ERR("failed reading chip id"); in ist8310_init_chip()
122 LOG_ERR("failed reading chip id"); in ist8310_init_chip()
132 LOG_ERR("failed reading chip reg2"); in ist8310_init_chip()
146 LOG_ERR("failed reading chip reg3"); in ist8310_init_chip()
/Zephyr-Core-3.5.0/tests/arch/common/semihost/src/
Dmain.c29 /* Reading should fail in this mode */ in ZTEST()
36 /* Open the same file again for reading */ in ZTEST()
41 /* Check reading data */ in ZTEST()
/Zephyr-Core-3.5.0/arch/arm/core/mpu/cortex_m/
Darm_mpu_internal.h60 /* Lock IRQs to ensure RNR value is correct when reading RASR. */ in is_enabled_region()
81 /* Lock IRQs to ensure RNR value is correct when reading RASR. */ in get_region_ap()
106 /* Lock IRQs to ensure RNR value is correct when reading RBAR, RASR. */ in is_in_region()
/Zephyr-Core-3.5.0/tests/bluetooth/host/id/bt_setup_public_id_addr/src/
Dtest_suite_bt_settings_enabled.c46 * Test reading controller public address fails and no attempt to store settings.
88 * Test reading controller public address through bt_hci_cmd_send_sync().
125 * Test reading controller public address through bt_hci_cmd_send_sync(). With
162 * Test reading controller public address through bt_hci_cmd_send_sync().
Dtest_suite_bt_privacy_enabled.c62 * Test reading controller public address through bt_hci_cmd_send_sync().
94 * Test reading controller public address through bt_hci_cmd_send_sync().
136 * Test reading controller public address through bt_hci_cmd_send_sync().
178 * Test reading controller public address through bt_hci_cmd_send_sync().
/Zephyr-Core-3.5.0/include/zephyr/llext/
Dloader.h60 * @retval -errno Error reading (any errno)
74 * @retval -errno Error reading (any errno)
/Zephyr-Core-3.5.0/drivers/sensor/max17262/
DKconfig12 reading various sensor settings including voltage, current, temperature,
/Zephyr-Core-3.5.0/drivers/sensor/max17055/
DKconfig12 reading various sensor settings including charge level percentage,

12345678910>>...21