Home
last modified time | relevance | path

Searched full:measure (Results 1 – 25 of 131) sorted by relevance

123456

/Zephyr-latest/drivers/usb_c/vbus/
Dusbc_vbus_tcpci.c28 uint16_t measure; in tcpci_measure() local
33 ret = tcpci_read_reg16(&cfg->i2c, TCPC_REG_VBUS_VOLTAGE, &measure); in tcpci_measure()
38 *vbus_meas = TCPC_REG_VBUS_VOLTAGE_VBUS(measure); in tcpci_measure()
45 int measure; in tcpci_check_level() local
48 ret = tcpci_measure(dev, &measure); in tcpci_check_level()
55 return (measure < PD_V_SAFE_0V_MAX_MV); in tcpci_check_level()
57 return (measure >= PD_V_SAFE_5V_MIN_MV); in tcpci_check_level()
59 return (measure < TC_V_SINK_DISCONNECT_MAX_MV); in tcpci_check_level()
84 .measure = tcpci_measure,
DKconfig.usbc_vbus_adc11 Measure VBUS with an ADC through a voltage divider
DKconfig.usbc_vbus_tcpci12 Measure VBUS using the TCPC chip compliant to TCPCI
/Zephyr-latest/dts/bindings/sensor/
Despressif,esp32-temp.yaml20 - 0 # measure range: 50°C ~ 125°C, error < 3°C
21 - 1 # measure range: 20°C ~ 100°C, error < 2°C
22 - 2 # measure range:-10°C ~ 80°C, error < 1°C
23 - 3 # measure range:-30°C ~ 50°C, error < 2°C
24 - 4 # measure range:-40°C ~ 20°C, error < 3°C
Dsensirion,shtcx.yaml18 measure-mode = "normal";
28 measure-mode:
/Zephyr-latest/drivers/clock_control/
DKconfig.stm3263 This property controls how much LSI periods are required for each measure.
64 Bigger window sizes increase accuracy of the measure, but increase the time
66 size makes each measure roughly 42µs slower in the worst case.
83 the amount of time specified in this property between each measure. This
90 measurements - the result of a single measure performed at boot will be
/Zephyr-latest/samples/boards/google/twinkie_v2/pda/src/
Dmeas.h19 * @brief Measure the voltage on VBUS
28 * @brief Measure the current on VBUS
/Zephyr-latest/drivers/sensor/nxp/nxp_tempmon/
Dnxp_tempmon.c43 /* Start the measure */ in nxp_tempmon_sample_fetch()
46 /* Wait until measure is ready */ in nxp_tempmon_sample_fetch()
52 /* Stop the measure */ in nxp_tempmon_sample_fetch()
89 /* Single measure with no repeat mode */ in nxp_tempmon_init()
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dchannels.rst7 a sensor device can measure.
10 the same physical property (e.g. acceleration); or because they can measure
/Zephyr-latest/samples/userspace/syscall_perf/
DREADME.rst4 Measure performance overhead of a system calls compared to direct function calls.
9 The goal of this sample application is to measure the performance loss when a
/Zephyr-latest/tests/benchmarks/sched/
Dprj.conf5 # Switch these between DUMB/SCALABLE (and SCHED_MULTIQ) to measure
/Zephyr-latest/scripts/native_simulator/native/src/include/
Dnative_rtc.h39 * @param clock_type Which clock to measure from
48 * @param clock_type Which clock to measure from
/Zephyr-latest/boards/native/native_posix/
Dnative_rtc.h40 * @param clock_type Which clock to measure from
49 * @param clock_type Which clock to measure from
/Zephyr-latest/samples/boards/nordic/battery/
Dsample.yaml2 name: Measure battery voltage
/Zephyr-latest/tests/benchmarks/latency_measure/
DKconfig4 mainmenu "Latency Measure Benchmark"
/Zephyr-latest/tests/benchmarks/latency_measure/src/
Dint_to_thread.c11 * @brief Measure time from ISR back to interrupted thread
34 * @brief Test ISR used to measure time to return to thread
51 * @brief Measure time to return from interrupt
53 * This function is used to measure the time it takes to return from an
/Zephyr-latest/tests/kernel/timer/timer_behavior/
DKconfig61 connected to a GPIO pin is used to measure time behaviour.
68 connected to a GPIO pin is used to measure time behaviour.
/Zephyr-latest/dts/bindings/usb-c/
Dzephyr,usb-c-vbus-adc.yaml5 This device is used to measure VBUS on a Type-C Port and to
Dzephyr,usb-c-vbus-tcpci.yaml5 This device is used to measure VBUS on a Type-C Port and to
/Zephyr-latest/tests/bluetooth/tester/boards/
Dnrf54l15dk_nrf54l15_cpuapp.conf5 # Enable the option below to measure stack usage
Dnrf52840dk_nrf52840.conf5 # Enable the option below to measure stack usage
Dnrf54h20dk_nrf54h20_cpuapp.conf5 # Enable the option below to measure stack usage
Dnrf5340_audio_dk_nrf5340_cpuapp.conf5 # Enable the option below to measure stack usage
Dnrf5340dk_nrf5340_cpuapp.conf5 # Enable the option below to measure stack usage
/Zephyr-latest/tests/benchmarks/footprints/src/
Dheap.c10 * @brief Measure time

123456