/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.mcs | 37 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 …]
|
D | Kconfig.tbs | 100 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/ |
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-latest/drivers/sensor/bosch/bme280/ |
D | bme280.c | 152 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 …]
|
D | bme280_decoder.c | 73 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()
|
D | bme280.h | 198 struct bme280_reading reading; member 219 struct bme280_reading reading; member 229 struct bme280_reading *reading);
|
/Zephyr-latest/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-latest/samples/sensor/mhz19b/ |
D | README.rst | 48 sensor: co2 reading: 758 49 sensor: co2 reading: 759 50 sensor: co2 reading: 762
|
/Zephyr-latest/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-latest/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-latest/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-latest/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-latest/subsys/bindesc/ |
D | Kconfig | 48 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/ |
D | index.rst | 7 while storing or reading data.
|
/Zephyr-latest/drivers/sensor/maxim/max17262/ |
D | Kconfig | 12 reading various sensor settings including voltage, current, temperature,
|
/Zephyr-latest/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-latest/drivers/sensor/maxim/max17055/ |
D | Kconfig | 12 reading various sensor settings including charge level percentage,
|
/Zephyr-latest/drivers/sensor/ams/ams_iAQcore/ |
D | Kconfig | 19 Number of retries when reading failed or device not ready.
|
/Zephyr-latest/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()
|
/Zephyr-latest/.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-latest/samples/subsys/bindesc/read_bindesc/ |
D | README.rst | 10 A simple sample of :ref:`binary descriptor <binary_descriptors>` definition and reading.
|
/Zephyr-latest/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-latest/drivers/charger/ |
D | Kconfig.sbs_charger | 18 It provides reading which follow a simple sequence, thus allowing
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | triggers.rst | 9 then commonly be inspected by reading registers to determine which event caused
|
/Zephyr-latest/samples/drivers/adc/adc_dt/boards/ |
D | lpcxpresso55s36.overlay | 22 * be connected to various voltages to observe the change in reading.
|