/Zephyr-Core-3.7.0/drivers/sensor/bosch/bme280/ |
D | bme280_decoder.c | 61 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 …]
|
D | bme280.c | 137 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 …]
|
D | bme280.h | 196 struct bme280_reading reading; member 217 struct bme280_reading reading; member 229 struct bme280_reading *reading);
|
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/ |
D | Kconfig.mcs | 38 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 …]
|
D | Kconfig.tbs | 174 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/ |
D | Kconfig | 14 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/ |
D | Kconfig | 45 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/ |
D | README.rst | 48 sensor: co2 reading: 758 49 sensor: co2 reading: 759 50 sensor: co2 reading: 762
|
/Zephyr-Core-3.7.0/drivers/flash/ |
D | Kconfig.mcux | 26 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/ |
D | Kconfig | 19 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/ |
D | akm09918c_decoder.c | 43 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/ |
D | lcd_cli.rst | 11 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/ |
D | index.rst | 7 while storing or reading data.
|
/Zephyr-Core-3.7.0/drivers/sensor/maxim/max17262/ |
D | Kconfig | 12 reading various sensor settings including voltage, current, temperature,
|
/Zephyr-Core-3.7.0/soc/nuvoton/npcx/ |
D | Kconfig | 79 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/ |
D | Kconfig | 12 reading various sensor settings including charge level percentage,
|
/Zephyr-Core-3.7.0/modules/canopennode/ |
D | canopen_program.c | 85 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()
|
D | canopen_storage.c | 37 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/ |
D | Kconfig | 19 Number of retries when reading failed or device not ready.
|
/Zephyr-Core-3.7.0/.github/ISSUE_TEMPLATE/ |
D | 003_rfc-proposal.md | 31 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/ |
D | spi.c | 150 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/ |
D | Kconfig.sbs_charger | 18 It provides reading which follow a simple sequence, thus allowing
|
/Zephyr-Core-3.7.0/doc/hardware/peripherals/sensor/ |
D | triggers.rst | 9 then commonly be inspected by reading registers to determine which event caused
|
/Zephyr-Core-3.7.0/samples/drivers/adc/adc_dt/boards/ |
D | lpcxpresso55s36.overlay | 22 * be connected to various voltages to observe the change in reading.
|
/Zephyr-Core-3.7.0/samples/drivers/adc/adc_sequence/ |
D | README.rst | 14 Notice how for the whole sequence reading, only one call to the :c:func:`adc_read` API is made. 52 ADC sequence reading [1]:
|