Searched full:measured (Results 1 – 25 of 106) sorted by relevance
12345
/Zephyr-latest/drivers/clock_control/ |
D | Kconfig.rpi_pico | 15 bool "Use measured frequency for ring oscillator" 17 Instead of the dts value, use the value measured by
|
/Zephyr-latest/tests/benchmarks/sched_queues/ |
D | README.rst | 17 By default, these tests show the minimum, maximum, and averages of the measured 18 times. However, if the verbose option is enabled then the set of measured 26 Alternative output with ``CONFIG_BENCHMARK_RECORDING=y`` is to show the measured
|
/Zephyr-latest/samples/boards/nordic/battery/ |
D | README.rst | 14 ``voltage-divider`` then the voltage is measured using that divider. An 48 configuration involving a regulator the measured voltage will be 51 The sample provides discharge curves that map from a measured voltage to 54 from a standard alkaline battery. Curves can be measured, or estimated
|
/Zephyr-latest/dts/bindings/sensor/ |
D | st,stm32-temp-cal-common.yaml | 17 description: Temperature at which TS_CAL1 has been measured (TS_CAL2_TEMP) 25 measured
|
D | st,stm32-temp-cal.yaml | 24 description: Temperature at which TS_CAL2 has been measured (TS_CAL2_TEMP)
|
D | st,stm32-vref.yaml | 15 Device engineering bytes address containing the factory-measured
|
D | ti,tmag5170.yaml | 87 The maximum and minimum values that can be measured on X axis. 100 The maximum and minimum values that can be measured on Y axis. 113 The maximum and minimum values that can be measured on Z axis.
|
D | raspberrrypi,pico-temp.yaml | 21 The temperature calculates from the Vbe voltage measured by the sensor
|
D | ti,ina23x-common.yaml | 25 so that low maximum currents can be measured with enough resolution.
|
D | espressif,esp32-temp.yaml | 17 calculation of the output temperature from the measured value.
|
/Zephyr-latest/tests/benchmarks/wait_queues/ |
D | README.rst | 16 By default, these tests show the minimum, maximum, and averages of the measured 24 Alternative output with ``CONFIG_BENCHMARK_RECORDING=y`` is to show the measured
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | Kconfig.ipso | 16 minimum/maximum measured values and the minimum/maximum range 17 that can be measured by the temperature sensor. 293 minimum/maximum measured values and the minimum/maximum range 294 that can be measured by the sensor. 326 minimum/maximum measured values and the minimum/maximum range 327 that can be measured by the sensor.
|
/Zephyr-latest/samples/boards/nordic/battery/src/ |
D | battery.h | 40 /** Calculate the estimated battery level based on a measured voltage. 42 * @param batt_mV a measured battery voltage level.
|
D | battery.c | 46 * the battery is measured through a voltage divider; 211 /* Measured voltage above highest point, cap at maximum. */ in battery_level_pptt() 214 /* Go down to the last point at or below the measured voltage. */ in battery_level_pptt()
|
/Zephyr-latest/include/zephyr/drivers/adc/ |
D | current_sense_shunt.h | 34 * @brief Calculates the actual amperage from the measured voltage 37 * @param[in,out] v_to_i Pointer to the measured voltage in millivolts on input, and the
|
D | voltage_divider.h | 36 * @brief Calculates the actual voltage from the measured voltage 39 * @param[in,out] v_to_v Pointer to the measured voltage on input, and the
|
D | current_sense_amplifier.h | 41 * @brief Calculates the actual amperage from the measured voltage 44 * @param[in,out] v_to_i Pointer to the measured voltage in millivolts on input, and the
|
D | adc_npcx_threshold.h | 20 /* Sets relation between measured value and assetion threshold value.*/ 22 /* Sets the threshold value to which measured data is compared. */
|
/Zephyr-latest/soc/nxp/kinetis/k6x/ |
D | README.txt | 10 CONFIG_SRAM_SIZE=64 # Measured in kB
|
/Zephyr-latest/include/zephyr/timing/ |
D | timing.h | 94 * @param start Pointer to counter at start of a measured execution. 95 * @param end Pointer to counter at stop of a measured execution. 210 * @param start Pointer to counter at start of a measured execution. 211 * @param end Pointer to counter at stop of a measured execution. 314 * @param start Pointer to counter at start of a measured execution. 315 * @param end Pointer to counter at stop of a measured execution.
|
/Zephyr-latest/drivers/sensor/ti/ina226/ |
D | Kconfig | 20 This is the actual shunt voltage measured which is scaled within the
|
/Zephyr-latest/drivers/sensor/maxim/max30101/ |
D | Kconfig | 105 measured LED current for each part can vary significantly due to the 119 measured LED current for each part can vary significantly due to the 133 actual measured LED current for each part can vary significantly due
|
/Zephyr-latest/include/zephyr/drivers/usb_c/ |
D | usbc_vbus.h | 59 * @brief Reads and returns VBUS measured in mV 62 * @param meas pointer where the measured VBUS voltage is stored
|
/Zephyr-latest/subsys/net/lib/tls_credentials/ |
D | Kconfig.shell | 15 int "Size of buffer used for storing and retrieving credentials, measured in bytes."
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | sar_cfg.rst | 146 segments of a segmented message. The interval is measured in milliseconds. 177 unacknowledged segments of a segmented message to a unicast address. The interval step is measured 193 address. The increment is measured in milliseconds. 216 segmented message to a multicast address. The interval is measured in milliseconds. 243 transmission of an acknowledgment message after receiving a new segment. The increment is measured 279 is measured in milliseconds.
|
12345