/Zephyr-latest/include/zephyr/bluetooth/ |
D | byteorder.h | 26 /** @brief Encode 16-bit value into array values in little-endian format. 28 * Helper macro to encode 16-bit values into comma separated values. 34 * @return The comma separated values for the 16-bit value. 40 /** @brief Encode 24-bit value into array values in little-endian format. 42 * Helper macro to encode 24-bit values into comma separated values. 48 * @return The comma separated values for the 24-bit value. 54 /** @brief Encode 32-bit value into array values in little-endian format. 56 * Helper macro to encode 32-bit values into comma separated values. 62 * @return The comma separated values for the 32-bit value. 68 /** @brief Encode 40-bit value into array values in little-endian format. [all …]
|
/Zephyr-latest/samples/drivers/eeprom/src/ |
D | main.c | 42 struct perisistant_values values; in main() local 52 rc = eeprom_read(eeprom, EEPROM_SAMPLE_OFFSET, &values, sizeof(values)); in main() 58 if (values.magic != EEPROM_SAMPLE_MAGIC) { in main() 59 values.magic = EEPROM_SAMPLE_MAGIC; in main() 60 values.boot_count = 0; in main() 63 values.boot_count++; in main() 64 printk("Device booted %d times.\n", values.boot_count); in main() 66 rc = eeprom_write(eeprom, EEPROM_SAMPLE_OFFSET, &values, sizeof(values)); in main()
|
/Zephyr-latest/tests/cmake/sysbuild_snippets/sysbuild/test_module/ |
D | CMakeLists.txt | 8 …message(FATAL_ERROR "Values match (sysbuild and app): ${SB_CONFIG_TEST_FOO_VAL} and ${CONFIG_TEST_… 10 message(NOTICE "Values diverge (sysbuild and app)") 14 …message(NOTICE "Values match (sysbuild and snippet): ${SB_CONFIG_EXPECTED_SB_TEST_FOO_VAL} and ${S… 16 …message(FATAL_ERROR "Values diverge (sysbuild and snippet): ${SB_CONFIG_EXPECTED_SB_TEST_FOO_VAL} … 20 …message(NOTICE "Values match (app and snippet): ${SB_CONFIG_EXPECTED_APP_TEST_FOO_VAL} and ${CONFI… 22 …message(FATAL_ERROR "Values diverge (app and snippet): ${SB_CONFIG_EXPECTED_APP_TEST_FOO_VAL} and …
|
/Zephyr-latest/include/zephyr/drivers/gpio/ |
D | gpio_emul.h | 47 * @brief Modify the values of one or more emulated GPIO input @p pins 51 * @param values New values to assign to @p pins 57 gpio_port_value_t values); 64 * @param value New values to assign to @p pin 80 * @param values A pointer to where the value of @p pins will be stored 86 gpio_port_value_t *values); 100 gpio_port_value_t values; in gpio_emul_output_get() local 102 ret = gpio_emul_output_get_masked(port, BIT(pin), &values); in gpio_emul_output_get() 104 ret = (values & BIT(pin)) ? 1 : 0; in gpio_emul_output_get()
|
/Zephyr-latest/dts/bindings/display/ |
D | ilitek,ili9340.yaml | 35 Power control 1 (PWCTRL1) register values. 41 Power control 2 (PWCTRL2) register values. 47 VCOM control 1 (VMCTRL1) register values. 53 VCOM control 2 (VMCTRL2) register values. 75 Positive gamma correction (PGAMCTRL) register values. 97 Negative gamma correction (NGAMCTRL) register values.
|
D | ilitek,ili9488.yaml | 28 Power control 1 (PWCTRL1) register values. 34 Power control 2 (PWCTRL2) register values. 40 VCOM control (VMCTRL) register values. 62 Positive gamma correction (PGAMCTRL) register values. 84 Negative gamma correction (NGAMCTRL) register values.
|
D | ilitek,ili9342c.yaml | 56 Power control 1 (PWCTRL1) register values. 62 Power control 2 (PWCTRL2) register values. 68 Power control 3 (PWCTRL3) register values. 74 VCOM control 1 (VMCTRL1) register values. 96 Positive gamma correction (PGAMCTRL) register values. 118 Negative gamma correction (NGAMCTRL) register values.
|
D | ultrachip,uc81xx-common.yaml | 22 description: Booster Soft Start (BTST) values 36 to use the reset values from OTP instead of the values specified 42 - 'partial' - Partial refresh, defaults to the values in the 48 description: Power Setting (PWR) values
|
/Zephyr-latest/include/zephyr/drivers/mfd/ |
D | bd8lb600fs.h | 25 * @param[in] values values for outputs, one bit per output 29 int mfd_bd8lb600fs_set_outputs(const struct device *dev, uint32_t values); 44 * @param[out] old open load values 45 * @param[out] ocp_or_tsd over current protection or thermal shutdown values
|
/Zephyr-latest/tests/drivers/sensor/akm09918c/src/ |
D | main.c | 52 struct sensor_value values[3]; in test_fetch_magnetic_field() local 70 zassert_ok(sensor_channel_get(fixture->dev, SENSOR_CHAN_MAGN_XYZ, values)); in test_fetch_magnetic_field() 73 actual_ugauss = values[0].val1 * INT64_C(1000000) + values[0].val2; in test_fetch_magnetic_field() 79 actual_ugauss = values[1].val1 * INT64_C(1000000) + values[1].val2; in test_fetch_magnetic_field() 85 actual_ugauss = values[2].val1 * INT64_C(1000000) + values[2].val2; in test_fetch_magnetic_field()
|
/Zephyr-latest/drivers/sensor/tdk/icm42688/ |
D | icm42688_emul.h | 12 * @brief Set one or more register values 23 * @brief Get the values of one or more register values 27 * @param out Buffer to write the register values into
|
/Zephyr-latest/include/zephyr/sys/ |
D | time_units.h | 314 * print " * Converts time values in $hfrom to $hto.\n"; 353 * Converts time values in seconds to hardware cycles. 369 * Converts time values in seconds to hardware cycles. 385 * Converts time values in seconds to hardware cycles. 401 * Converts time values in seconds to hardware cycles. 417 * Converts time values in seconds to hardware cycles. 433 * Converts time values in seconds to hardware cycles. 449 * Converts time values in seconds to ticks. 465 * Converts time values in seconds to ticks. 481 * Converts time values in seconds to ticks. [all …]
|
/Zephyr-latest/drivers/sensor/asahi_kasei/akm09918c/ |
D | akm09918c_emul.h | 12 * @brief Set one or more register values 23 * @brief Get the values of one or more register values 27 * @param out Buffer to write the register values into
|
D | akm09918c_reg.h | 30 /* Who-I-Am register values */ 34 /* ST1 values */ 38 /* CNTL2 values */ 46 /* CNTL3 values */
|
/Zephyr-latest/drivers/sensor/infineon/tle9104/ |
D | tle9104_diagnostics.c | 24 result = tle9104_get_diagnostics(config->parent, data->values); in tle9104_diagnostics_sample_fetch() 47 for (size_t i = 0; i < ARRAY_SIZE(data->values); ++i) { in tle9104_diagnostics_channel_get() 48 if (data->values[i].off == TLE9104_OFFDIAG_OL) { in tle9104_diagnostics_channel_get() 54 for (size_t i = 0; i < ARRAY_SIZE(data->values); ++i) { in tle9104_diagnostics_channel_get() 55 if (data->values[i].on == TLE9104_ONDIAG_OCTIME || in tle9104_diagnostics_channel_get() 56 data->values[i].on == TLE9104_ONDIAG_OCOT) { in tle9104_diagnostics_channel_get()
|
/Zephyr-latest/subsys/sensing/ |
D | Kconfig | 45 Typical values are 6 53 Typical values are 4096 68 Typical values are 9 76 Typical values are 1024 86 Typical values are 8
|
/Zephyr-latest/tests/drivers/sensor/icm42688/src/ |
D | main.c | 92 struct sensor_value values[3]; in test_fetch_accel_with_range() local 102 sensor_g_to_ms2(accel_range_g, &values[0]); in test_fetch_accel_with_range() 104 &values[0])); in test_fetch_accel_with_range() 115 zassert_ok(sensor_channel_get(fixture->dev, SENSOR_CHAN_ACCEL_XYZ, values)); in test_fetch_accel_with_range() 118 actual_ug = sensor_ms2_to_ug(&values[0]); in test_fetch_accel_with_range() 123 actual_ug = sensor_ms2_to_ug(&values[1]); in test_fetch_accel_with_range() 128 actual_ug = sensor_ms2_to_ug(&values[2]); in test_fetch_accel_with_range() 136 /* Use (0.25, -0.33.., 0.91) * range for testing accel values */ in ZTEST_F() 154 struct sensor_value values[3]; in test_fetch_gyro_with_range() local 164 sensor_degrees_to_rad((scale_mdps / 1000) + (scale_mdps % 1000 == 0 ? 0 : 1), &values[0]); in test_fetch_gyro_with_range() [all …]
|
/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | veml6031.h | 76 * <tt>SENSOR_ATTR_LOWER_THRESH</tt> with 16-bit unsigned integer values. Both 81 * update of threshold window settings. To get the correct threshold values 99 * Use enum veml6031_it for attribute values. 105 * Use enum veml6031_div4 for attribute values. 111 * Use enum veml6031_gain for attribute values. 117 * Use enum veml6031_pers for attribute values. 127 * @brief Channel for raw ALS sensor values. 130 * sensor ALS register. It is useful for estimating good values for 146 * @brief Channel for IR sensor values.
|
/Zephyr-latest/drivers/sensor/melexis/mlx90394/ |
D | mlx90394_reg.h | 44 /* VALUES */ 45 /* STAT1 values RO */ 52 /* STAT2 values RO */ 59 /* Who-I-Am register values RO */ 66 /* CTRL1 values RW */ 82 /* CTRL2 values RW */ 101 /* CTRL3 values RW */ 113 /* CTRL4 values RW BIT(6) has to be always 0 so it is not included here */
|
/Zephyr-latest/dts/bindings/w1/ |
D | maxim,ds2477_85_common.yaml | 20 Only the following values are allowed: 39 Only the following values are allowed: 61 Only the following values are allowed: 75 Default slew for standard speed mode in ns. Only the following values are 88 Default slew for overdrive speed mode in ns. Only the following values are
|
/Zephyr-latest/tests/cmake/snippets/src/ |
D | main.c | 9 /* Initial test config values set by `prj.conf` */ 14 /* Test config values set by the `foo` snippet */ 18 /* Test config values set by the `bar` snippet */ 28 * When no snippet is applied, test that the config values in ZTEST() 29 * correspond to the initial values set by `prj.conf`. in ZTEST() 37 * config values correspond to the values set by the `foo` in ZTEST() 46 * config values correspond to the values set by the `bar` in ZTEST()
|
/Zephyr-latest/include/zephyr/dt-bindings/adc/ |
D | smartbond-adc.h | 12 /* Values for DT zephyr,input-positive */ 27 /* Values for DT zephyr,input-positive or input-negative */ 36 /* Values for DT zephyr,input-positive only */
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | Kconfig | 13 int "Number of expected values to use in test" 17 Controls the number of expected values to use in the generic sensor 21 sensor range is 0..100, the test will run 5 times with expected values
|
/Zephyr-latest/samples/boards/st/ccm/ |
D | README.rst | 18 values take up space in the FLASH image. 64 Checking initial variable values: ... PASSED 66 Initial variable values: 77 Variable values after writing: 94 values shown above. 110 Checking initial variable values: ... PASSED 112 Initial variable values: 123 Variable values after writing: 138 values from the last write. It is important to notice that this is not guaranteed,
|
/Zephyr-latest/samples/bluetooth/peripheral_ht/ |
D | README.rst | 5 Expose a Health Thermometer (HT) GATT Service generating dummy temperature values. 14 die temperature values. On other boards, it will generate dummy temperature 15 values.
|