Searched full:measure (Results 1 – 25 of 131) sorted by relevance
123456
/Zephyr-latest/drivers/usb_c/vbus/ |
D | usbc_vbus_tcpci.c | 28 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,
|
D | Kconfig.usbc_vbus_adc | 11 Measure VBUS with an ADC through a voltage divider
|
D | Kconfig.usbc_vbus_tcpci | 12 Measure VBUS using the TCPC chip compliant to TCPCI
|
/Zephyr-latest/dts/bindings/sensor/ |
D | espressif,esp32-temp.yaml | 20 - 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
|
D | sensirion,shtcx.yaml | 18 measure-mode = "normal"; 28 measure-mode:
|
/Zephyr-latest/drivers/clock_control/ |
D | Kconfig.stm32 | 63 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/ |
D | meas.h | 19 * @brief Measure the voltage on VBUS 28 * @brief Measure the current on VBUS
|
/Zephyr-latest/drivers/sensor/nxp/nxp_tempmon/ |
D | nxp_tempmon.c | 43 /* 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/ |
D | channels.rst | 7 a sensor device can measure. 10 the same physical property (e.g. acceleration); or because they can measure
|
/Zephyr-latest/samples/userspace/syscall_perf/ |
D | README.rst | 4 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/ |
D | prj.conf | 5 # Switch these between DUMB/SCALABLE (and SCHED_MULTIQ) to measure
|
/Zephyr-latest/scripts/native_simulator/native/src/include/ |
D | native_rtc.h | 39 * @param clock_type Which clock to measure from 48 * @param clock_type Which clock to measure from
|
/Zephyr-latest/boards/native/native_posix/ |
D | native_rtc.h | 40 * @param clock_type Which clock to measure from 49 * @param clock_type Which clock to measure from
|
/Zephyr-latest/samples/boards/nordic/battery/ |
D | sample.yaml | 2 name: Measure battery voltage
|
/Zephyr-latest/tests/benchmarks/latency_measure/ |
D | Kconfig | 4 mainmenu "Latency Measure Benchmark"
|
/Zephyr-latest/tests/benchmarks/latency_measure/src/ |
D | int_to_thread.c | 11 * @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/ |
D | Kconfig | 61 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/ |
D | zephyr,usb-c-vbus-adc.yaml | 5 This device is used to measure VBUS on a Type-C Port and to
|
D | zephyr,usb-c-vbus-tcpci.yaml | 5 This device is used to measure VBUS on a Type-C Port and to
|
/Zephyr-latest/tests/bluetooth/tester/boards/ |
D | nrf54l15dk_nrf54l15_cpuapp.conf | 5 # Enable the option below to measure stack usage
|
D | nrf52840dk_nrf52840.conf | 5 # Enable the option below to measure stack usage
|
D | nrf54h20dk_nrf54h20_cpuapp.conf | 5 # Enable the option below to measure stack usage
|
D | nrf5340_audio_dk_nrf5340_cpuapp.conf | 5 # Enable the option below to measure stack usage
|
D | nrf5340dk_nrf5340_cpuapp.conf | 5 # Enable the option below to measure stack usage
|
/Zephyr-latest/tests/benchmarks/footprints/src/ |
D | heap.c | 10 * @brief Measure time
|
123456