| /Zephyr-latest/subsys/bluetooth/audio/ |
| D | Kconfig.mcs | 39 control client will truncate the name when reading it. 48 client will truncate the name when reading it. 57 the media control client will truncate the title when reading it. 66 longer, the media control client will truncate the name when reading 95 is allocated when reading object content. 129 bool "Support reading Media Player Icon URL" 136 bool "Support reading Track Title" 139 This option enables support for reading Track Title. 148 bool "Support reading Track Duration" 151 This option enables support for reading Track Duration. [all …]
|
| D | Kconfig.tbs | 113 bool "Support reading Bearer Provider Name" 116 This option enables support for reading Bearer Provider Name. 119 bool "Support reading Bearer UCI" 122 This option enables support for reading Bearer UCI. 125 bool "Support reading Bearer Technology" 128 This option enables support for reading Bearer Technology. 131 bool "Support reading Bearer URI Schemes Supported List" 134 This option enables support for reading Bearer URI Schemes Supported 138 bool "Support reading Bearer Signal Strength" 141 This option enables support for reading Bearer Signal Strength. [all …]
|
| /Zephyr-latest/drivers/sensor/asahi_kasei/akm09918c/ |
| D | akm09918c_async.c | 135 &(edata->reading), sizeof(edata->reading)); in akm09918_async_fetch() 166 if (FIELD_GET(AKM09918C_ST1_DRDY, edata->reading.st1) == 0) { in akm09918_complete_cb() 167 LOG_ERR("Data not ready, st1=0x%02x", edata->reading.st1); in akm09918_complete_cb() 172 edata->reading.data[0] = sys_le16_to_cpu(edata->reading.data[0]); in akm09918_complete_cb() 173 edata->reading.data[1] = sys_le16_to_cpu(edata->reading.data[1]); in akm09918_complete_cb() 174 edata->reading.data[2] = sys_le16_to_cpu(edata->reading.data[2]); in akm09918_complete_cb()
|
| 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() 73 akm09918c_convert_raw_to_q31(edata->reading.data[0], &out->readings[0].x); in akm09918c_decoder_decode() 74 akm09918c_convert_raw_to_q31(edata->reading.data[1], &out->readings[0].y); in akm09918c_decoder_decode() 75 akm09918c_convert_raw_to_q31(edata->reading.data[2], &out->readings[0].z); in akm09918c_decoder_decode()
|
| /Zephyr-latest/drivers/sensor/melexis/mlx90394/ |
| D | mlx90394_decoder.c | 43 static int mlx90394_convert_raw_magn_to_q31(int16_t reading, q31_t *out, in mlx90394_convert_raw_magn_to_q31() argument 49 intermediate = ((int64_t)reading * MLX90394_HIGH_SENSITIVITY_MICRO_GAUSS_PER_BIT) * in mlx90394_convert_raw_magn_to_q31() 53 intermediate = ((int64_t)reading * MLX90394_HIGH_RANGE_MICRO_GAUSS_PER_BIT) * in mlx90394_convert_raw_magn_to_q31() 61 static int mlx90394_convert_raw_temp_to_q31(int16_t reading, q31_t *out) in mlx90394_convert_raw_temp_to_q31() argument 64 int64_t intermediate = ((int64_t)reading * MLX90394_MICRO_CELSIUS_PER_BIT) * in mlx90394_convert_raw_temp_to_q31()
|
| /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 | 159 enum sensor_channel chan, struct bme280_reading *reading) in bme280_sample_fetch_helper() argument 207 reading->comp_temp = bme280_compensate_temp(dev_data, adc_temp); in bme280_sample_fetch_helper() 208 reading->comp_press = bme280_compensate_press(dev_data, adc_press); in bme280_sample_fetch_helper() 212 reading->comp_humidity = bme280_compensate_humidity(dev_data, adc_humidity); in bme280_sample_fetch_helper() 222 return bme280_sample_fetch_helper(dev, chan, &data->reading); in bme280_sample_fetch() 237 val->val1 = data->reading.comp_temp / 100; in bme280_channel_get() 238 val->val2 = data->reading.comp_temp % 100 * 10000; in bme280_channel_get() 246 val->val1 = (data->reading.comp_press >> 8) / 1000U; in bme280_channel_get() 247 val->val2 = (data->reading.comp_press >> 8) % 1000 * 1000U + in bme280_channel_get() 248 (((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 | 213 struct bme280_reading reading; member 234 struct bme280_reading reading; member 244 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/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/drivers/sensor/maxim/max17055/ |
| D | Kconfig | 12 reading various sensor settings including charge level percentage,
|
| /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/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
|