Home
last modified time | relevance | path

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

12345

/Zephyr-Core-3.7.0/drivers/sensor/bosch/bme280/
Dbme280_decoder.c61 static void bme280_convert_double_to_q31(double reading, int32_t shift, q31_t *out) in bme280_convert_double_to_q31() argument
63 reading = reading * pow(2, 31 - shift); in bme280_convert_double_to_q31()
65 int64_t reading_round = (reading < 0) ? (reading - 0.5) : (reading + 0.5); in bme280_convert_double_to_q31()
78 static void bme280_convert_signed_temp_raw_to_q31(int32_t reading, q31_t *out) in bme280_convert_signed_temp_raw_to_q31() argument
80 double temp_double = reading / 100.0; in bme280_convert_signed_temp_raw_to_q31()
85 static void bme280_convert_unsigned_pressure_raw_to_q31(uint32_t reading, q31_t *out) in bme280_convert_unsigned_pressure_raw_to_q31() argument
87 double press_double = (reading / 256.0) / 1000.0; /* Pa -> hPa */ in bme280_convert_unsigned_pressure_raw_to_q31()
92 static void bme280_convert_unsigned_humidity_raw_to_q31(uint32_t reading, q31_t *out) in bme280_convert_unsigned_humidity_raw_to_q31() argument
94 double hum_double = (reading / 1024.0); in bme280_convert_unsigned_humidity_raw_to_q31()
116 bme280_convert_signed_temp_raw_to_q31(edata->reading.comp_temp, in bme280_decoder_decode()
[all …]
Dbme280.c137 enum sensor_channel chan, struct bme280_reading *reading) in bme280_sample_fetch_helper() argument
178 reading->comp_temp = bme280_compensate_temp(dev_data, adc_temp); in bme280_sample_fetch_helper()
179 reading->comp_press = bme280_compensate_press(dev_data, adc_press); in bme280_sample_fetch_helper()
183 reading->comp_humidity = bme280_compensate_humidity(dev_data, adc_humidity); in bme280_sample_fetch_helper()
193 return bme280_sample_fetch_helper(dev, chan, &data->reading); in bme280_sample_fetch()
208 val->val1 = data->reading.comp_temp / 100; in bme280_channel_get()
209 val->val2 = data->reading.comp_temp % 100 * 10000; in bme280_channel_get()
217 val->val1 = (data->reading.comp_press >> 8) / 1000U; in bme280_channel_get()
218 val->val2 = (data->reading.comp_press >> 8) % 1000 * 1000U + in bme280_channel_get()
219 (((data->reading.comp_press & 0xff) * 1000U) >> 8); in bme280_channel_get()
[all …]
Dbme280.h196 struct bme280_reading reading; member
217 struct bme280_reading reading; member
229 struct bme280_reading *reading);
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
DKconfig.mcs38 control client will truncate the name when reading it.
47 client will truncate the name when reading it.
56 the media control client will truncate the title when reading it.
65 longer, the media control client will truncate the name when reading
94 is allocated when reading object content.
128 bool "Support reading Media Player Icon URL"
135 bool "Support reading Track Title"
138 This option enables support for reading Track Title.
147 bool "Support reading Track Duration"
150 This option enables support for reading Track Duration.
[all …]
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 …]
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/samples/sensor/mhz19b/
DREADME.rst48 sensor: co2 reading: 758
49 sensor: co2 reading: 759
50 sensor: co2 reading: 762
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.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.7.0/doc/hardware/peripherals/edac/
Dindex.rst7 while storing or reading data.
/Zephyr-Core-3.7.0/drivers/sensor/maxim/max17262/
DKconfig12 reading various sensor settings including voltage, current, temperature,
/Zephyr-Core-3.7.0/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-Core-3.7.0/drivers/sensor/maxim/max17055/
DKconfig12 reading various sensor settings including charge level percentage,
/Zephyr-Core-3.7.0/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()
Dcanopen_storage.c37 if (odf_arg->reading) { in canopen_odf_1010()
75 if (odf_arg->reading) { in canopen_odf_1011()
/Zephyr-Core-3.7.0/drivers/sensor/ams/ams_iAQcore/
DKconfig19 Number of retries when reading failed or device not ready.
/Zephyr-Core-3.7.0/.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-Core-3.7.0/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-Core-3.7.0/drivers/charger/
DKconfig.sbs_charger18 It provides reading which follow a simple sequence, thus allowing
/Zephyr-Core-3.7.0/doc/hardware/peripherals/sensor/
Dtriggers.rst9 then commonly be inspected by reading registers to determine which event caused
/Zephyr-Core-3.7.0/samples/drivers/adc/adc_dt/boards/
Dlpcxpresso55s36.overlay22 * be connected to various voltages to observe the change in reading.
/Zephyr-Core-3.7.0/samples/drivers/adc/adc_sequence/
DREADME.rst14 Notice how for the whole sequence reading, only one call to the :c:func:`adc_read` API is made.
52 ADC sequence reading [1]:

12345