Home
last modified time | relevance | path

Searched +full:1 +full:ms (Results 1 – 25 of 727) sorted by relevance

12345678910>>...30

/Zephyr-latest/dts/bindings/sensor/
Dti,ina3221.yaml16 The default of 1.1 ms is the power-on reset value of the device.
18 1 = 204 μs
21 4 = 1.1 ms (default)
22 5 = 2.116 ms
23 6 = 4.156 ms
24 7 = 8.244 ms
27 - 1
39 The default of 1.1 ms is the power-on reset value of the device.
41 1 = 204 μs
44 4 = 1.1 ms (default)
[all …]
Dti,ina219.yaml25 default: 1
29 1 = 32 V FSR
36 - 1
42 0 = 1 -> ±40 mV
43 1 = /2 -> ±80 mV
53 - 1
62 1 = 10 bit -> 148 µs
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
[all …]
Dbosch,bmp388.yaml16 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
58 1 sample, 16-bit, 2.64 Pa
66 - 1
[all …]
Dbosch,bmp390.yaml17 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
59 1 sample, 16-bit, 2.64 Pa
67 - 1
[all …]
Dsensirion,sts4x.yaml16 0 = low -> 1.6 ms
17 1 = med -> 4.5 ms
18 2 = high -> 8.3 ms
21 - 1
Dsensirion,sht4x.yaml18 0 = low -> 1.7 ms
19 1 = med -> 4.5 ms
20 2 = high -> 8.2 ms
23 - 1
Dvishay,vcnl36825t.yaml31 Measurement period of the sensors in ms.
34 - [10, 80] ms only if low power mode is inactive
35 - [80, 320] ms only in low power mode
37 Defaults to 40 ms which is supported in both normal and low-power mode.
41 default: "1"
42 enum: ["1", "2", "4", "8"]
57 default: 1
58 enum: [1, 2, 4, 8]
76 This allows to increase the measurement period up to 320 ms.
117 default: 1
[all …]
/Zephyr-latest/samples/drivers/jesd216/
DREADME.rst39 Support 1-1-1
40 Support 1-1-2: instr 3Bh, 0 mode clocks, 8 waits
41 Support 1-1-4: instr 6Bh, 0 mode clocks, 8 waits
42 Support 1-2-2: instr BBh, 0 mode clocks, 4 waits
43 Support 1-4-4: instr EBh, 2 mode clocks, 4 waits
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
49 Byte program: type 32 + 1 * B us, max 192 + 6 * B us
/Zephyr-latest/tests/boards/native_sim/cpu_wait/src/
Dmain.c25 uint32_t wait_times[] = {1, 30, 0, 121, 10000}; in ZTEST()
49 #define WASTED_TIME 1000 /* 1ms */
58 #define ONE_AND_HALF_TICKS (ONE_TICK_TIME + (ONE_TICK_TIME>>1))
59 #define TWO_AND_HALF_TICKS ((ONE_TICK_TIME<<1) + (ONE_TICK_TIME>>1))
70 K_SEM_DEFINE(start_sema, 0, 1);
71 K_SEM_DEFINE(end_sema, 0, 1);
92 k_sleep(Z_TIMEOUT_TICKS(1)); in thread_entry()
105 * For native_posix it works, with a tick of 10ms. In general this test will
115 k_sleep(Z_TIMEOUT_TICKS(1)); /* Wait until tick boundary */ in ZTEST()
119 k_busy_wait(TWO_TICKS_TIME + 1); in ZTEST()
[all …]
/Zephyr-latest/samples/sensor/sm351lt/
DREADME.rst48 #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/philosophers/
DREADME.rst60 Philosopher 1 [P: 2] HOLDING ONE FORK
61 Philosopher 2 [P: 1] EATING [ 1900 ms ]
62 Philosopher 3 [P: 0] THINKING [ 2500 ms ]
63 Philosopher 4 [C:-1] THINKING [ 2200 ms ]
64 Philosopher 5 [C:-2] THINKING [ 1700 ms ]
87 Thread 1 received signal SIGINT, Interrupt.
93 …* 1 Thread 537003160 (Name: idle 00, prio:40,useropts:1) arch_cpu_idle () at zephyr/mainl…
97 …3 Thread 537002808 (Name: Philosopher 4, prio:-1,useropts:4) 0x08001404 in arch_irq_unlock (key…
101 …5 Thread 537002456 (Name: Philosopher 2, prio:1,useropts:4) 0x08001404 in arch_irq_unlock (key…
103 …6 Thread 537002280 (Name: Philosopher 1, prio:2,useropts:4) 0x08001404 in arch_irq_unlock (key…
[all …]
/Zephyr-latest/drivers/watchdog/
DKconfig.stm3217 int "Value for IWDG timeout in ms"
20 range 1 26214
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
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/
DREADME.rst43 Philosopher 0 [C:-2] THINKING [ 500 ms ]
44 Philosopher 1 [C:-1] THINKING [ 375 ms ]
45 Philosopher 2 [P: 0] THINKING [ 575 ms ]
46 Philosopher 3 [P: 1] EATING [ 525 ms ]
47 Philosopher 4 [P: 2] THINKING [ 800 ms ]
48 Philosopher 5 [P: 3] EATING [ 625 ms ]
/Zephyr-latest/tests/drivers/input/gpio_kbd_matrix/boards/
Dnative_sim.overlay15 <&gpio0 1 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
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/tests/bsim/bluetooth/ll/conn/
DKconfig5 bool "Test 1 ms connection interval support"
7 Test 1 ms connection interval support.
/Zephyr-latest/subsys/shell/modules/kernel_service/
Dsleep.c16 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/tests/kernel/workq/work_queue/
DREADME.txt36 - Submitting work 1 from preempt thread
37 - Running test item 1
62 - Submitting delayed work 1 from preempt thread
69 - Running delayed test item 1
86 - Resubmitting delayed work with 1 ms
87 - Resubmitting delayed work with 1 ms
88 - Resubmitting delayed work with 1 ms
89 - Resubmitting delayed work with 1 ms
90 - Resubmitting delayed work with 1 ms
91 - Resubmitting delayed work with 1 ms
[all …]
/Zephyr-latest/drivers/dai/intel/dmic/
Ddmic.h16 #define DMIC_UNMUTE_RAMP_US 1000 /* 1 ms (in microseconds) */
17 #define DMIC_UNMUTE_CIC 1 /* Unmute CIC at 1 ms */
18 #define DMIC_UNMUTE_FIR 2 /* Unmute FIR at 2 ms */
44 #define DCCOMP_TC1 1
53 #define DMIC_HW_FIR_COEF_MAX ((1 << (DMIC_HW_BITS_FIR_COEF - 1)) - 1)
54 #define DMIC_HW_FIR_COEF_Q (DMIC_HW_BITS_FIR_COEF - 1)
60 #define DMIC_HW_FIR_GAIN_MAX ((1 << (DMIC_HW_BITS_FIR_GAIN - 1)) - 1)
65 /* Hardcoded log ramp parameters. The default ramp is 100 ms for 48 kHz
66 * and 200 ms for 16 kHz. The first parameter is the initial gain in
68 * The rate dependent ramp duration is provided by 1st order equation
[all …]
/Zephyr-latest/samples/posix/philosophers/
DREADME.rst31 Philosopher 1 [P: 2] HOLDING ONE FORK
32 Philosopher 2 [P: 1] EATING [ 1900 ms ]
33 Philosopher 3 [P: 0] THINKING [ 2500 ms ]
34 Philosopher 4 [C:-1] THINKING [ 2200 ms ]
35 Philosopher 5 [C:-2] THINKING [ 1700 ms ]
/Zephyr-latest/samples/shields/x_nucleo_iks02a1/microphone/src/
Dmain.c14 /*#define PCM_OUTPUT_IN_ASCII 1 */
22 K_MEM_SLAB_DEFINE(rx_mem_slab, PCM_BLK_SIZE_MS, NUM_MS, 1);
39 .req_num_chan = 1,
49 uint32_t ms; in main() local
72 for (ms = 0; ms < NUM_MS; ms++) { in main()
73 ret = dmic_read(mic_dev, 0, &rx_block[ms], &rx_size, 2000); in main()
110 z_impl_k_str_out(&pcm_l, 1); in main()
111 z_impl_k_str_out(&pcm_h, 1); in main()
/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/
DREADME.rst29 - Stop bits: 1
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]
57 [00:00:00.833,160] <inf> sync_rtc: Updated timestamp to synchronized RTC by 1)
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]
[all …]
/Zephyr-latest/drivers/timer/
DKconfig.gecko20 1. You won't be able to use the usual 0.1ms-granularity tickless
23 ~6 ms @ 1000 Hz (ULFRCO).
28 3. hw_cycles granularity will be equal to 1 BURTC clock, that is
29 ~31 us @ 32768 Hz or ~1 ms @ 1000 Hz. This reduces timing
/Zephyr-latest/samples/sensor/lsm6dso_i2c_on_i3c/
DREADME.rst52 * SCL is on pin 1
72 accel x:-0.650847 ms/2 y:-5.300102 ms/2 z:-8.163114 ms/2
74 trig_cnt:1
76 accel x:0.341575 ms/2 y:5.209773 ms/2 z:-7.938787 ms/2
/Zephyr-latest/dts/bindings/timer/
Dst,stm32-lptim.yaml25 default: 1
36 LPTIM global timeout is 64 seconds with an increment of 0.97 ms.
37 Using CONFIG_SYS_CLOCK_TICKS_PER_SEC = 4096, tick = 0.24 ms, LPTIM precision is 4 ticks.
38 Using CONFIG_SYS_CLOCK_TICKS_PER_SEC = 1024, tick = 0.97 ms, LPTIM precision is 1 ticks.
40 - 1
53 Valid range is [1, 256] and should be consistent with st,prescaler
/Zephyr-latest/tests/kernel/timer/timer_api/src/
Dtimer_convert.c50 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 …]

12345678910>>...30