/Zephyr-latest/dts/bindings/input/ |
D | kbd-matrix-common.yaml | 19 poll-period-ms: 24 to never exit poll mode. Defaults to 5ms if unspecified. 26 stable-poll-period-ms: 30 stable, defaults to poll-period-ms value if unspecified. 32 poll-timeout-ms: 37 to 100ms if unspecified. 39 debounce-down-ms: 43 Debouncing time for a key press event. Defaults to 10ms if unspecified. 45 debounce-up-ms: 49 Debouncing time for a key release event. Defaults to 20ms if unspecified.
|
D | nintendo,nunchuk.yaml | 11 polling-interval-ms: 15 Interval between two reads, in ms. The interval must be greater than 21 ms. Default to 50 ms.
|
/Zephyr-latest/dts/bindings/sensor/ |
D | ti,ina219.yaml | 65 9 = 12 bit - 2 sample averaging -> 1.06 ms 66 10 = 12 bit - 4 sample averaging -> 2.13 ms 67 11 = 12 bit - 8 sample averaging -> 4.26 ms 68 12 = 12 bit - 16 sample averaging -> 8.51 ms 69 13 = 12 bit - 32 sample averaging -> 17.02 ms 70 14 = 12 bit - 64 sample averaging -> 34.05 ms 71 15 = 12 bit - 128 sample averaging -> 68.10 ms 101 9 = 12 bit - 2 sample averaging -> 1.06 ms 102 10 = 12 bit - 4 sample averaging -> 2.13 ms 103 11 = 12 bit - 8 sample averaging -> 4.26 ms [all …]
|
D | ti,ina3221.yaml | 16 The default of 1.1 ms is the power-on reset value of the device. 21 4 = 1.1 ms (default) 22 5 = 2.116 ms 23 6 = 4.156 ms 24 7 = 8.244 ms 39 The default of 1.1 ms is the power-on reset value of the device. 44 4 = 1.1 ms (default) 45 5 = 2.116 ms 46 6 = 4.156 ms 47 7 = 8.244 ms
|
D | bosch,bmp388.yaml | 16 200 - 200 - 5ms (default; chip reset value) 17 100 - 100 - 10ms 18 50 - 50 - 20ms 19 25 - 25 - 40ms 20 12.5 - 25/2 - 80ms 21 6.25 - 25/4 - 160ms 22 3.125 - 25/8 - 320ms 23 1.563 - 25/16 - 640ms
|
D | bosch,bmp390.yaml | 17 200 - 200 - 5ms (default; chip reset value) 18 100 - 100 - 10ms 19 50 - 50 - 20ms 20 25 - 25 - 40ms 21 12.5 - 25/2 - 80ms 22 6.25 - 25/4 - 160ms 23 3.125 - 25/8 - 320ms 24 1.563 - 25/16 - 640ms
|
D | sensirion,sts4x.yaml | 16 0 = low -> 1.6 ms 17 1 = med -> 4.5 ms 18 2 = high -> 8.3 ms
|
D | sensirion,sht4x.yaml | 18 0 = low -> 1.7 ms 19 1 = med -> 4.5 ms 20 2 = high -> 8.2 ms
|
/Zephyr-latest/tests/kernel/timer/timer_api/src/ |
D | timer_convert.c | 50 TESTFUNC(ms, cyc, floor, 32) 51 TESTFUNC(ms, cyc, floor, 64) 52 TESTFUNC(ms, cyc, near, 32) 53 TESTFUNC(ms, cyc, near, 64) 54 TESTFUNC(ms, cyc, ceil, 32) 55 TESTFUNC(ms, cyc, ceil, 64) 56 TESTFUNC(ms, ticks, floor, 32) 57 TESTFUNC(ms, ticks, floor, 64) 58 TESTFUNC(ms, ticks, near, 32) 59 TESTFUNC(ms, ticks, near, 64) [all …]
|
/Zephyr-latest/tests/ztest/busy_sim/src/ |
D | main.c | 12 uint32_t ms = 1000; in ZTEST() local 17 k_busy_wait(1000 * ms); in ZTEST() 20 zassert_true((t > (ms - delta)) && (t < (ms + delta))); in ZTEST() 25 k_busy_wait(1000 * ms); in ZTEST() 27 busy_ms = (3 * ms) / 2; in ZTEST() 39 k_busy_wait(1000 * ms); in ZTEST() 41 zassert_true((t > (ms - delta)) && (t < (ms + delta))); in ZTEST()
|
/Zephyr-latest/drivers/sensor/bosch/bme280/ |
D | Kconfig | 93 bool "0.5ms" 95 bool "62.5ms" 97 bool "125ms" 99 bool "250ms" 101 bool "500ms" 103 bool "1000ms" 105 bool "2000ms BMP280 / 10ms BME280" 107 bool "4000ms BMP280 / 20ms BME280"
|
/Zephyr-latest/tests/drivers/input/gpio_kbd_matrix/boards/ |
D | native_sim.overlay | 18 debounce-down-ms = <80>; 19 debounce-up-ms = <40>; 20 poll-timeout-ms = <500>; 29 debounce-down-ms = <40>; 30 debounce-up-ms = <80>; 31 poll-timeout-ms = <500>; 43 debounce-down-ms = <80>; 44 debounce-up-ms = <40>; 45 poll-timeout-ms = <0>;
|
/Zephyr-latest/samples/sensor/i3g4250d/ |
D | README.rst | 41 12 ms: x 2454.031430 , y 2336.015410 , z -1800.030108 42 22 ms: x -248.003106 , y -268.979704 , z 6.018390 43 32 ms: x -214.989906 , y -237.023468 , z 6.013926 44 41 ms: x -193.978308 , y -205.032232 , z 2.000356 45 51 ms: x -158.986716 , y -171.014568 , z 3.969998 46 60 ms: x -138.979582 , y -153.003326 , z 3.978748 47 70 ms: x -120.981554 , y -129.982800 , z -13.971422 48 80 ms: x -106.984060 , y -112.967272 , z -80.006572
|
/Zephyr-latest/samples/subsys/pm/latency/ |
D | sample.yaml | 20 - "<inf> app: Setting latency constraint: 30ms" 28 - "<inf> dev_test: Adding latency constraint: 20ms" 29 - "<inf> app: Latency constraint changed: 20ms" 36 - "<inf> app: Updating latency constraint: 10ms" 37 - "<inf> app: Latency constraint changed: 10ms" 38 - "<inf> dev_test: Latency constraint changed: 10ms" 42 - "<inf> app: Updating latency constraint: 30ms" 43 - "<inf> app: Latency constraint changed: 20ms" 44 - "<inf> dev_test: Latency constraint changed: 20ms" 47 - "<inf> app: Latency constraint changed: 30ms" [all …]
|
/Zephyr-latest/samples/boards/espressif/light_sleep/ |
D | README.rst | 45 about 500 ms, after the second wakeup from light sleep. The program has 53 Returned from light sleep, reason: timer, t=3344 ms, slept for 2001 ms 55 Returned from light sleep, reason: timer, t=5354 ms, slept for 2000 ms 57 Returned from light sleep, reason: pin, t=5885 ms, slept for 521 ms 60 Returned from light sleep, reason: timer, t=8765 ms, slept for 2000 ms 62 Returned from light sleep, reason: timer, t=10776 ms, slept for 2001 ms
|
/Zephyr-latest/dts/bindings/auxdisplay/ |
D | sparkfun,serlcd.yaml | 14 command-delay-ms = <10>; 15 special-command-delay-ms = <50>; 38 command-delay-ms: 42 Delay in milliseconds (defaults to 10ms if not set) after a normal command was sent. 48 special-command-delay-ms: 52 Delay in milliseconds (defaults to 50ms if not set) after a special command was sent.
|
/Zephyr-latest/tests/drivers/input/kbd_matrix/boards/ |
D | native_sim.overlay | 12 poll-period-ms = <5>; 13 debounce-down-ms = <40>; 14 debounce-up-ms = <80>; 15 poll-timeout-ms = <500>;
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 446 …"10/10 [==============================] - 1s 47ms/step - loss: 0.7289 - mae: 0.7120 - val_loss: 0.… 448 …"10/10 [==============================] - 0s 6ms/step - loss: 0.6329 - mae: 0.6488 - val_loss: 0.5… 450 …"10/10 [==============================] - 0s 6ms/step - loss: 0.5201 - mae: 0.5735 - val_loss: 0.5… 452 …"10/10 [==============================] - 0s 6ms/step - loss: 0.5057 - mae: 0.5760 - val_loss: 0.4… 454 …"10/10 [==============================] - 0s 5ms/step - loss: 0.4502 - mae: 0.5459 - val_loss: 0.4… 456 …"10/10 [==============================] - 0s 6ms/step - loss: 0.4168 - mae: 0.5332 - val_loss: 0.4… 458 …"10/10 [==============================] - 0s 6ms/step - loss: 0.4211 - mae: 0.5341 - val_loss: 0.4… 460 …"10/10 [==============================] - 0s 6ms/step - loss: 0.3988 - mae: 0.5287 - val_loss: 0.4… 462 …"10/10 [==============================] - 0s 5ms/step - loss: 0.3901 - mae: 0.5230 - val_loss: 0.4… 464 …"10/10 [==============================] - 0s 5ms/step - loss: 0.3804 - mae: 0.5179 - val_loss: 0.3… [all …]
|
/Zephyr-latest/samples/drivers/jesd216/ |
D | README.rst | 45 ET1: instr 20h for 4096 By; typ 48 ms, max 384 ms 46 ET2: instr 52h for 32768 By; typ 240 ms, max 1920 ms 47 ET3: instr D8h for 65536 By; typ 480 ms, max 3840 ms 48 Chip erase: typ 6144 ms, max 36864 ms
|
/Zephyr-latest/subsys/shell/modules/kernel_service/ |
D | sleep.c | 16 uint32_t ms; in cmd_kernel_sleep() local 19 ms = shell_strtoul(argv[1], 10, &err); in cmd_kernel_sleep() 22 k_msleep(ms); in cmd_kernel_sleep() 31 KERNEL_CMD_ARG_ADD(sleep, NULL, "ms", cmd_kernel_sleep, 2, 0);
|
/Zephyr-latest/samples/sensor/lsm6dso/ |
D | README.rst | 48 accel x:-0.650847 ms/2 y:-5.300102 ms/2 z:-8.163114 ms/2 52 accel x:0.341575 ms/2 y:5.209773 ms/2 z:-7.938787 ms/2
|
/Zephyr-latest/tests/boards/native_sim/cpu_wait/src/ |
D | main.c | 49 #define WASTED_TIME 1000 /* 1ms */ 105 * For native_posix it works, with a tick of 10ms. In general this test will 121 * WASTED_TIME us (1ms) right after 2*one_tick_time in ZTEST() 139 /* The thread should have used WASTED_TIME us (1ms) after in ZTEST() 213 * 10ms 230 /* Just after ONE_TICK_TIME (10ms) the timer interrupt has come, in ZTEST() 231 * causing a delay of WASTED_TIME (1ms), so the k_busy_wait() in ZTEST() 232 * returns immediately as it was waiting for 10.001 ms in ZTEST() 246 /* Just after ONE_TICK_TIME (10ms) the timer interrupt has come, in ZTEST() 247 * causing a delay of WASTED_TIME (1ms), after that, the k_busy_wait() in ZTEST() [all …]
|
/Zephyr-latest/samples/sensor/sm351lt/ |
D | README.rst | 48 #1 @ 6 ms: 1 49 #2 @ 2007 ms: 0 50 #3 @ 4009 ms: 0 51 #4 @ 6010 ms: 1 52 #5 @ 8012 ms: 1
|
/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/ |
D | README.rst | 39 [00:00:00.417,877] <inf> host: Perform sends for 1000 [ms] 40 [00:00:01.417,114] <inf> host: Sent 488385 [Bytes] over 1000 [ms] 41 [00:00:01.417,175] <inf> host: Wait 500ms. Let net core finish its sends 46 [00:00:01.924,896] <inf> host: Perform sends for 1000 [ms] 47 [00:00:02.924,194] <inf> host: Sent 489340 [Bytes] over 1000 [ms] 56 [00:00:00.006,439] <inf> remote: Perform sends for 1000 [ms] 58 [00:00:01.417,572] <inf> remote: Sent 235527 [Bytes] over 1000 [ms] 63 [00:00:00.006,378] <inf> remote: Perform sends for 1000 [ms] 64 [00:00:01.006,164] <inf> remote: Sent 236797 [Bytes] over 1000 [ms]
|
/Zephyr-latest/drivers/watchdog/ |
D | Kconfig.stm32 | 17 int "Value for IWDG timeout in ms" 22 Set initial timeout value for IWDG in ms if enabled at boot. 24 The min timeout supported is 1 ms. The max timeout depends on the 29 Limiting maximum timeout to a safe value of 26214 ms here, which was
|