Home
last modified time | relevance | path

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

123456789

/Zephyr-latest/samples/subsys/pm/latency/
Dsample.yaml20 - "<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/dts/bindings/input/
Dkbd-matrix-common.yaml19 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:
47 default: 20
[all …]
Despressif,esp32-touch-sensor.yaml20 debounce-interval-ms = <30>;
32 channel-sens = <20>;
43 debounce-interval-ms:
123 default: 20
126 If not specified defaults to 20.
Dadc-keys.yaml45 sample-period-ms:
47 default: 20
50 If not specified defaults to 20.
/Zephyr-latest/dts/bindings/sensor/
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
62 16 samples, 20-bit, 0.17 Pa
82 16 samples, 20-bit, .0003 C
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
63 16 samples, 20-bit, 0.17 Pa
83 16 samples, 20-bit, .0003 C
Dvishay,vcnl36825t.yaml29 enum: [10, 20, 40, 80, 160, 320]
31 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.
67 enum: [10, 12, 14, 16, 18, 20]
76 This allows to increase the measurement period up to 320 ms.
/Zephyr-latest/samples/drivers/jesd216/
DREADME.rst45 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
56 e5 20 f1 ff ff ff 7f 00 44 eb 08 6b 08 3b 04 bb
57 ee ff ff ff ff ff 00 ff ff ff 00 ff 0c 20 0f 52
/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 */
22 #define DMIC_HW_BITS_FIR_COEF 20
23 #define DMIC_HW_BITS_FIR_GAIN 20
36 #define DMIC_HW_FIR_DECIM_MAX 20 /* Note: Practical upper limit */
39 #define DMIC_HW_DUTY_MIN 20 /* Note: Practical min value */
63 #define DB2LIN_FIXED_OUTPUT_QY 20
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
[all …]
/Zephyr-latest/dts/bindings/auxdisplay/
Dsparkfun,serlcd.yaml14 command-delay-ms = <10>;
15 special-command-delay-ms = <50>;
29 - 20
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/bsim/bluetooth/mesh/tests_scripts/beacon/
Dbeacon_interval.sh15 # rx node sends two SNBs with 20ms period, verifies that tx node only sends SNB 10s later,
17 # sending SNB # in 20ms until it adapts again and starts to send in 10s.
/Zephyr-latest/drivers/sensor/bosch/bme280/
DKconfig93 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/subsys/bluetooth/audio/
DKconfig28 int "Delay for notification sending retried attempt in 1.25 ms units"
30 default 20
32 This option sets the time in 1.25 ms units before the stack will
/Zephyr-latest/samples/subsys/pm/latency/src/
Dtest.c25 LOG_INF("Latency constraint changed: %" PRId32 "ms", in on_latency_changed()
34 LOG_INF("Adding latency constraint: 20ms"); in dev_test_open()
/Zephyr-latest/drivers/sensor/aosong/dht20/
Ddht20.c44 /** Wait some time after reset sequence (in ms) */
47 /** Wait after power on (in ms) */
49 /** Wait during polling after power on (in ms) */
150 /* Wait 10ms after reset sequence */ in reset_sensor()
186 /* Extract 20 bits for humidity data */ in dht20_read_sample()
188 /* Extract 20 bits for temperature data */ in dht20_read_sample()
229 * measurements is 80ms in dht20_sample_fetch()
258 * DegCT = (S / 2^20) * 200 - 50 in dht20_temp_convert()
259 * uDegCT = (S * 1e6 * 200 - 50 * 1e6) / (1 << 20) in dht20_temp_convert()
261 micro_c = ((int64_t)raw * 1000000 * 200) / BIT(20) - 50 * 1000000; in dht20_temp_convert()
[all …]
/Zephyr-latest/subsys/modem/backends/
DKconfig29 default 20
36 (<UART receive_buf_size> / 2) / (<UART baud rate> / <UART bits per byte>) * <ms per sec>
37 By default (for the modem_cellular driver): (512 / 2) / (115200 / 10) * 1000 = 22,222 => 20
/Zephyr-latest/dts/bindings/bluetooth/
Dzephyr,bt-hci-spi.yaml21 reset-assert-duration-ms:
29 default: 20
36 The default of 20uS was chosen as the lowest delay that reliably eliminated double
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_access.c349 err = bt_mesh_cfg_cli_net_transmit_set(0, addr, BT_MESH_TRANSMIT(2, 20), &status); in common_configure()
350 if (err || status != BT_MESH_TRANSMIT(2, 20)) { in common_configure()
539 err = k_sem_take(&publish_sem, K_SECONDS(20)); in pub_delayable_check()
553 * longer than 500 - 20 + 10 (margin): in pub_delayable_check()
556 * M1 20ms tx(M1) 500ms in pub_delayable_check()
577 err = k_sem_take(&publish_sem, K_SECONDS(20)); in recv_delayable_check()
588 err = k_sem_take(&publish_sem, K_SECONDS(20)); in recv_delayable_check()
594 /* First message can be delayed up to 500ms, others for up to 50ms. */ in recv_delayable_check()
600 * M1 tx1(50ms/500ms) M2 tx2(20ms) in recv_delayable_check()
604 * M1 tx1(20ms) M2 tx2(50ms/500ms) in recv_delayable_check()
[all …]
/Zephyr-latest/subsys/task_wdt/
DKconfig33 int "Minimum timeout for task watchdog (ms)"
47 int "Additional delay for hardware watchdog (ms)"
49 default 20
/Zephyr-latest/samples/modules/lvgl/accelerometer_chart/
DREADME.rst14 timer fetches the latest acceleration data from the sensor every 20 ms (default value) and updates
43 custom value of 20 Hz):
49 :gen-args: -DCONFIG_SAMPLE_ACCEL_SAMPLING_RATE=20
/Zephyr-latest/tests/bsim/bluetooth/ll/conn/tests_scripts/
Dbasic_conn_split_1ms.sh8 # notification, using the split controller (ULL LLL) and 1ms connection
25 -D=2 -sim_length=20e6 $@
/Zephyr-latest/tests/kernel/mem_slab/mslab_concept/src/
Dtest_mslab_alloc_wait.c42 * same priority higher than first thread with delay 10ms and
43 * 20ms. Checks the behavior of alloc when requested by multiple
83 K_PRIO_PREEMPT(0), 0, K_MSEC(20)); in ZTEST()
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/advertiser/
Dproxy_mixin.sh11 # at approximately 100ms intervals.
17 # Set the allocated buffer's xmit parameters to BT_MESH_TRANSMIT(5, 20).
/Zephyr-latest/samples/subsys/debug/fuzz/
DREADME.rst31 Over 10-20 seconds or so (runtimes can be quite variable) you will see
59 …#418965 REDUCE cov: 165 ft: 166 corp: 15/400b lim: 4052 exec/s: 38087 rss: 31Mb L: 5/256 MS: 1 Era…
65 …#579131 NEW cov: 168 ft: 169 corp: 16/406b lim: 4096 exec/s: 38608 rss: 31Mb L: 6/256 MS: 1 Ins…
66 …#579432 NEW cov: 170 ft: 171 corp: 17/414b lim: 4096 exec/s: 38628 rss: 31Mb L: 8/256 MS: 1 Per…
67 …#579948 REDUCE cov: 170 ft: 171 corp: 17/413b lim: 4096 exec/s: 38663 rss: 31Mb L: 7/256 MS: 1 Era…
/Zephyr-latest/samples/basic/servo_motor/
DREADME.rst33 pwms = <&pwm0 1 PWM_MSEC(20) PWM_POLARITY_NORMAL>;
39 Note that a commonly used period value is 20 ms. See

123456789