Home
last modified time | relevance | path

Searched refs:reading (Results 1 – 25 of 125) sorted by relevance

12345

/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.mcs37 control client will truncate the name when reading it.
46 client will truncate the name when reading it.
55 the media control client will truncate the title when reading it.
64 longer, the media control client will truncate the name when reading
93 is allocated when reading object content.
127 bool "Support reading Media Player Icon URL"
134 bool "Support reading Track Title"
137 This option enables support for reading Track Title.
146 bool "Support reading Track Duration"
149 This option enables support for reading Track Duration.
[all …]
DKconfig.tbs100 bool "Support reading Bearer Provider Name"
103 This option enables support for reading Bearer Provider Name.
106 bool "Support reading Bearer UCI"
109 This option enables support for reading Bearer UCI.
112 bool "Support reading Bearer Technology"
115 This option enables support for reading Bearer Technology.
118 bool "Support reading Bearer URI Schemes Supported List"
121 This option enables support for reading Bearer URI Schemes Supported
125 bool "Support reading Bearer Signal Strength"
128 This option enables support for reading Bearer Signal Strength.
[all …]
/Zephyr-latest/drivers/sensor/infineon/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-latest/drivers/sensor/bosch/bme280/
Dbme280.c152 enum sensor_channel chan, struct bme280_reading *reading) in bme280_sample_fetch_helper() argument
194 reading->comp_temp = bme280_compensate_temp(dev_data, adc_temp); in bme280_sample_fetch_helper()
195 reading->comp_press = bme280_compensate_press(dev_data, adc_press); in bme280_sample_fetch_helper()
199 reading->comp_humidity = bme280_compensate_humidity(dev_data, adc_humidity); in bme280_sample_fetch_helper()
209 return bme280_sample_fetch_helper(dev, chan, &data->reading); in bme280_sample_fetch()
224 val->val1 = data->reading.comp_temp / 100; in bme280_channel_get()
225 val->val2 = data->reading.comp_temp % 100 * 10000; in bme280_channel_get()
233 val->val1 = (data->reading.comp_press >> 8) / 1000U; in bme280_channel_get()
234 val->val2 = (data->reading.comp_press >> 8) % 1000 * 1000U + in bme280_channel_get()
235 (((data->reading.comp_press & 0xff) * 1000U) >> 8); in bme280_channel_get()
[all …]
Dbme280_decoder.c73 int32_t readq = edata->reading.comp_temp * pow(2, 31 - BME280_TEMP_SHIFT); in bme280_decoder_decode()
86 int32_t readq = edata->reading.comp_press; in bme280_decoder_decode()
99 out->readings[0].humidity = edata->reading.comp_humidity; in bme280_decoder_decode()
Dbme280.h198 struct bme280_reading reading; member
219 struct bme280_reading reading; member
229 struct bme280_reading *reading);
/Zephyr-latest/drivers/sensor/ams/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-latest/samples/sensor/mhz19b/
DREADME.rst48 sensor: co2 reading: 758
49 sensor: co2 reading: 759
50 sensor: co2 reading: 762
/Zephyr-latest/drivers/sensor/bosch/bma4xx/
DKconfig19 bool "Allow reading the BMA4XX die temperature"
23 Allow reading the BMA4xx's on-chip temperature sensor. This creates
/Zephyr-latest/drivers/sensor/asahi_kasei/akm09918c/
Dakm09918c_decoder.c43 static int akm09918c_convert_raw_to_q31(int16_t reading, q31_t *out) in akm09918c_convert_raw_to_q31() argument
45 int64_t intermediate = ((int64_t)reading * AKM09918C_MICRO_GAUSS_PER_BIT) * in akm09918c_convert_raw_to_q31()
/Zephyr-latest/drivers/flash/
DKconfig.mcux26 bool "Verify area before reading it"
29 Do a margin check flash command before reading an area.
30 This feature prevents erroneous/forbidden reading. Some ECC enabled
31 devices will crash when reading an erased or wrongly programmed area.
/Zephyr-latest/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-latest/subsys/bindesc/
DKconfig48 Enable reading and parsing binary descriptors from RAM.
53 Enable reading and parsing binary descriptors from memory mapped flash.
58 Enable reading and parsing binary descriptors from non memory mapped flash
/Zephyr-latest/doc/hardware/peripherals/edac/
Dindex.rst7 while storing or reading data.
/Zephyr-latest/drivers/sensor/maxim/max17262/
DKconfig12 reading various sensor settings including voltage, current, temperature,
/Zephyr-latest/soc/nuvoton/npcx/
DKconfig79 This sets the reading mode that can be used by the SPI flash.
83 bool "SPI flash operates with normal reading mode"
86 bool "SPI flash operates with fast reading mode"
89 bool "SPI flash operates with dual reading mode"
92 bool "SPI flash operates with quad reading mode"
/Zephyr-latest/drivers/sensor/maxim/max17055/
DKconfig12 reading various sensor settings including charge level percentage,
/Zephyr-latest/drivers/sensor/ams/ams_iAQcore/
DKconfig19 Number of retries when reading failed or device not ready.
/Zephyr-latest/modules/canopennode/
Dcanopen_program.c85 if (odf_arg->reading) { in canopen_odf_1f50()
238 if (odf_arg->reading) { in canopen_odf_1f51()
328 if (!odf_arg->reading) { in canopen_odf_1f56()
407 if (!odf_arg->reading) { in canopen_odf_1f57()
/Zephyr-latest/.github/ISSUE_TEMPLATE/
D003_rfc-proposal.md31 reading this section each engineer should have a rather clear picture of what
41 By reading this section, each team member should be able to know what exactly
/Zephyr-latest/samples/subsys/bindesc/read_bindesc/
DREADME.rst10 A simple sample of :ref:`binary descriptor <binary_descriptors>` definition and reading.
/Zephyr-latest/drivers/bluetooth/hci/
Dspi.c150 bool reading = (op == SPI_READ); in bt_spi_get_header() local
158 if (reading) { in bt_spi_get_header()
167 if (reading) { in bt_spi_get_header()
177 *size = (reading ? header_slave[size_offset] : SPI_MAX_MSG_LEN); in bt_spi_get_header()
/Zephyr-latest/drivers/charger/
DKconfig.sbs_charger18 It provides reading which follow a simple sequence, thus allowing
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dtriggers.rst9 then commonly be inspected by reading registers to determine which event caused
/Zephyr-latest/samples/drivers/adc/adc_dt/boards/
Dlpcxpresso55s36.overlay22 * be connected to various voltages to observe the change in reading.

12345