/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: 34 default: 100 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: [all …]
|
D | analog-axis.yaml | 16 poll-period-ms = <15>; 20 in-min = <100>; 31 poll-period-ms: 36 milliseconds. Defaults to 15ms if unspecified.
|
/Zephyr-latest/dts/bindings/sensor/ |
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 36 - "100"
|
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 37 - "100"
|
D | ti,ina219.yaml | 17 example: 100 -> ~3A 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 [all …]
|
/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. 44 implementation which assumes 100 kbps I2C configuration. This value 48 special-command-delay-ms: 52 Delay in milliseconds (defaults to 50ms if not set) after a special command was sent. 54 implementation which assumes 100 kbps I2C configuration. This value
|
/Zephyr-latest/tests/subsys/input/longpress/boards/ |
D | native_sim.overlay | 20 long-delay-ms = <100>; 28 long-delay-ms = <100>;
|
/Zephyr-latest/drivers/watchdog/ |
D | Kconfig.stm32 | 17 int "Value for IWDG timeout in ms" 19 default 100 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/tests/posix/common/src/ |
D | mutex.c | 13 #define SLEEP_MS 100 21 /* Sleep for maximum 300 ms as main thread is sleeping for 100 ms */ in normal_mutex_entry() 164 #define TIMEDLOCK_TIMEOUT_DELAY_MS 100 166 BUILD_ASSERT(TIMEDLOCK_TIMEOUT_DELAY_MS >= 100, "TIMEDLOCK_TIMEOUT_DELAY_MS too small"); 170 static void timespec_add_ms(struct timespec *ts, uint32_t ms) in timespec_add_ms() argument 174 ts->tv_nsec += ms * NSEC_PER_MSEC; in timespec_add_ms() 199 printk("Expecting timedlock with timeout of %d ms to fail\n", TIMEDLOCK_TIMEOUT_MS); in ZTEST() 206 printk("Expecting timedlock with timeout of %d ms to succeed after 100ms\n", in ZTEST()
|
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | Kconfig | 49 bool "100ns" 61 bool "100us" 65 bool "1ms" 67 bool "1.5ms" 69 bool "10ms" 71 bool "25ms" 73 bool "100ms" 75 bool "250ms"
|
/Zephyr-latest/subsys/task_wdt/ |
D | Kconfig | 19 range 2 100 33 int "Minimum timeout for task watchdog (ms)" 35 default 100 47 int "Additional delay for hardware watchdog (ms)"
|
/Zephyr-latest/drivers/stepper/adi_tmc/ |
D | Kconfig.tmc_rampgen_template | 16 int "$(module-str) poll ramp status interval in ms" 18 default 100 20 The interval in ms to poll the ramp status on TMC.
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | Kconfig | 114 bool "100ns" 126 bool "100us" 130 bool "1ms" 132 bool "1.5ms" 134 bool "10ms" 136 bool "25ms" 138 bool "100ms" 140 bool "250ms"
|
/Zephyr-latest/samples/boards/espressif/light_sleep/ |
D | README.rst | 28 and a 100nF capacitor to ground for debouncing. 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/subsys/mgmt/mcumgr/smp_client/ |
D | Kconfig | 25 int "SMP command re-send period in ms" 26 range 100 1000 29 The time (in ms) which the SMP client will wait for a response before re-sending
|
/Zephyr-latest/tests/kernel/sched/wraparound/src/ |
D | main.c | 24 static const uint32_t timeout_ticks = 300; /* 3 seconds @ 100Hz tick */ in ZTEST() 25 static const uint32_t wakeup_ticks = 10; /* 100 ms @ 100Hz tick */ in ZTEST()
|
/Zephyr-latest/drivers/sensor/ltrf216a/ |
D | ltrf216a.c | 32 * - Modifying Resolution (using default 100ms) 33 * - Modifying Measurement Rate (using default 100ms) 127 * 0.45 -> 45 / 100, multiplied by 1000000 for millilux in ltrf216a_channel_get() 128 * gain 3 (default), integration time 100ms=1 in ltrf216a_channel_get()
|
/Zephyr-latest/drivers/dai/intel/dmic/ |
D | dmic.h | 16 #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 */ 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 70 * E.g. 100 ms @ 48 kHz, 200 ms @ 16 kHz 71 * y48 = 100; y16 = 200; 80 #define LOGRAMP_TIME_OFFS_Q0 250 /* offs = Offset for line slope in ms */ 83 #define LOGRAMP_TIME_MIN_MS 10 /* Min. 10 ms */
|
/Zephyr-latest/samples/net/sockets/coap_download/ |
D | README.rst | 82 [00:00:00.180,000] <inf> coap_download: CoAP response, result_code=69, offset=0, len=100 83 [00:00:00.180,000] <inf> coap_download: CoAP download done, got 100 bytes in 70 ms 85 [00:00:00.300,000] <inf> coap_download: CoAP response, result_code=69, offset=0, len=100 86 [00:00:00.300,000] <inf> coap_download: CoAP download done, got 100 bytes in 120 ms
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.gecko | 27 int "Carrier check timeout period (ms)" 29 range 100 30000
|
/Zephyr-latest/samples/drivers/espi/src/ |
D | espi_oob_handler.h | 26 /* 100ms */ 27 #define MAX_OOB_TIMEOUT 100ul
|
/Zephyr-latest/tests/lib/c_lib/thrd/src/ |
D | mtx.c | 86 #define TIMEDLOCK_TIMEOUT_DELAY_MS 100 88 BUILD_ASSERT(TIMEDLOCK_TIMEOUT_DELAY_MS >= 100, "TIMEDLOCK_TIMEOUT_DELAY_MS too small"); 114 printk("Expecting timedlock with timeout of %d ms to fail\n", TIMEDLOCK_TIMEOUT_MS); in ZTEST() 121 printk("Expecting timedlock with timeout of %d ms to succeed after 100ms\n", in ZTEST()
|
/Zephyr-latest/dts/bindings/stepper/adi/ |
D | adi,tmc5041.yaml | 36 stallguard-velocity-check-interval-ms=<100>; 50 vcoolthrs = <100>; 117 - stallguard-velocity-check-interval-ms
|
/Zephyr-latest/samples/drivers/ht16k33/src/ |
D | main.c | 52 k_sleep(K_MSEC(100)); in main() 56 LOG_INF("Blinking LEDs with a period of %d ms", i); in main() 62 for (i = 100; i >= 0; i -= 10) { in main() 68 LOG_INF("Turning all LEDs off and restoring 100%% brightness"); in main() 72 led_set_brightness(led, 0, 100); in main()
|
/Zephyr-latest/samples/basic/threads/ |
D | README.rst | 17 - ``blink0()`` controls ``led0`` and has a 100ms sleep cycle 18 - ``blink1()`` controls ``led1`` and has a 1000ms sleep cycle
|