/Zephyr-latest/dts/bindings/input/ |
D | nintendo,nunchuk.yaml | 11 polling-interval-ms: 13 default: 50 15 Interval between two reads, in ms. The interval must be greater than 21 ms. Default to 50 ms.
|
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. [all …]
|
D | analog-axis.yaml | 16 poll-period-ms = <15>; 19 in-deadzone = <50>; 31 poll-period-ms: 36 milliseconds. Defaults to 15ms if unspecified.
|
/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: 50 default: 50 52 Delay in milliseconds (defaults to 50ms if not set) after a special command was sent.
|
/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 37 - "50"
|
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 38 - "50"
|
D | vishay,vcnl4040.yaml | 23 default: 50 24 # default of 50 mA is POR (0b000) for PS_MS[LED_I] register 27 - 50 77 description: ALS integration time in ms
|
D | vishay,vcnl36825t.yaml | 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. 50 enum: [25, 50] 76 This allows to increase the measurement period up to 320 ms.
|
/Zephyr-latest/samples/drivers/led/led_strip/ |
D | Kconfig | 7 int "Delay between LED updates in ms" 8 default 50 10 Delay between LED updates in ms.
|
/Zephyr-latest/tests/kernel/sched/schedule_api/src/ |
D | main.c | 16 void spin_for_ms(int ms) in spin_for_ms() argument 20 while (k_uptime_get_32() - t32 < ms) { in spin_for_ms() 24 Z_SPIN_DELAY(50); in spin_for_ms()
|
/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 63 00 36 50 16 9d f9 c0 64 fe cf ff ff ff ff ff ff
|
/Zephyr-latest/tests/drivers/build_all/auxdisplay/ |
D | i2c_devices.overlay | 33 command-delay-ms = <10>; 34 special-command-delay-ms = <50>;
|
/Zephyr-latest/samples/drivers/led/pwm/boards/ |
D | mec15xxevb_assy6853.overlay | 18 * Due to all the above we use 50 ms for DT PWM period. 27 pwms = <&bbled0 0 PWM_MSEC(50) PWM_POLARITY_NORMAL>; 30 pwms = <&bbled1 0 PWM_MSEC(50) PWM_POLARITY_NORMAL>; 33 pwms = <&bbled2 0 PWM_MSEC(50) PWM_POLARITY_NORMAL>;
|
D | mec172xevb_assy6906.overlay | 20 * Due to all the above we use 50 ms for DT PWM period. 29 pwms = <&bbled0 0 PWM_MSEC(50) PWM_POLARITY_NORMAL>; 32 pwms = <&bbled1 0 PWM_MSEC(50) PWM_POLARITY_NORMAL>; 35 pwms = <&bbled2 0 PWM_MSEC(50) PWM_POLARITY_NORMAL>; 38 pwms = <&bbled3 0 PWM_MSEC(50) PWM_POLARITY_NORMAL>;
|
/Zephyr-latest/dts/bindings/gpio/ |
D | adi,max22190-gpio.yaml | 37 filter-delays = <50 100 400 800 1600 3200 12800 20000>; // 1000 us == 1ms 107 default: [50, 50, 50, 50, 50, 50, 50, 50] 110 Used to setup filter delay. Values are set in us. Default value is 50 = 50 us. 111 Value : 50, 100, 400, 800, 1600, 3200, 12800, 20000
|
/Zephyr-latest/samples/sensor/i3g4250d/src/ |
D | main.c | 13 #define DISPLAY_INTERVAL_MS 50 45 printf("%u ms: x %f , y %f , z %f\n", in fetch_and_display() 65 printf("Start polling with an interval of %d ms\n", DISPLAY_INTERVAL_MS); in main()
|
/Zephyr-latest/samples/modules/lvgl/accelerometer_chart/ |
D | README.rst | 14 timer fetches the latest acceleration data from the sensor every 20 ms (default value) and updates 40 The default sampling rate is 50 Hz, and the default maximum number of points per series is 50.
|
/Zephyr-latest/tests/subsys/zbus/publish_stats/src/ |
D | main.c | 18 k_ticks_t clock_window = CONFIG_SYS_CLOCK_TICKS_PER_SEC / 20; /* Accept +- 50ms */ in ZTEST() 37 zassert_within(1000, zbus_chan_pub_stats_avg_period(&chan), 50); in ZTEST() 47 zassert_within(400, zbus_chan_pub_stats_avg_period(&chan), 50); in ZTEST() 76 zassert_within(500, zbus_chan_pub_stats_avg_period(&chan), 50); in ZTEST()
|
/Zephyr-latest/drivers/misc/grove_lcd_rgb/ |
D | grove_lcd_rgb.c | 120 LOG_DBG("clear, delay 20 ms"); in glcd_clear() 136 LOG_DBG("set display_state options, delay 5 ms"); in glcd_display_state_set() 204 LOG_DBG("set function options, delay 5 ms"); in glcd_function_set() 231 * - Wait for more than 30 ms AFTER VDD rises to 4.5v in glcd_initialize() 237 * - wait for 1.5 ms in glcd_initialize() 245 * VDD to power on, so pause a little here, 30 ms min, so we go 50 in glcd_initialize() 247 LOG_DBG("delay 50 ms while the VDD powers on"); in glcd_initialize() 248 k_sleep(K_MSEC(50)); in glcd_initialize()
|
/Zephyr-latest/drivers/auxdisplay/ |
D | auxdisplay_jhd1313.c | 138 LOG_DBG("Clear, delay 20 ms"); in auxdisplay_jhd1313_clear() 166 LOG_DBG("Set display_state options, delay 5 ms"); in auxdisplay_jhd1313_update_display_state() 242 LOG_DBG("Set function options, delay 5 ms"); in auxdisplay_jhd1313_function_set() 261 * - Wait for more than 30 ms AFTER VDD rises to 4.5v in auxdisplay_jhd1313_initialize() 267 * - wait for 1.5 ms in auxdisplay_jhd1313_initialize() 274 * VDD to power on, so pause a little here, 30 ms min, so we go 50 in auxdisplay_jhd1313_initialize() 276 LOG_DBG("Delay 50 ms while the VDD powers on"); in auxdisplay_jhd1313_initialize() 277 k_sleep(K_MSEC(50)); in auxdisplay_jhd1313_initialize()
|
/Zephyr-latest/tests/benchmarks/footprints/src/ |
D | timer.c | 13 #define PERIOD 50 48 static void busy_wait_ms(int32_t ms) in busy_wait_ms() argument 50 k_busy_wait(ms*1000); in busy_wait_ms()
|
/Zephyr-latest/samples/boards/espressif/light_sleep/src/ |
D | main.c | 26 #define LIGHT_SLP_EXTRA_DELAY (50UL) 91 printk("Returned from light sleep, reason: %s, t=%lld ms, slept for %lld ms\n", in main()
|
/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | tsl2591.h | 37 /* Sensor ADC Integration Time (in ms) 48 * 0, 1, 2, 3, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, or 60
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_access.c | 73 BT_MESH_PUB_TRANSMIT(4, 50), 95 200 /* retransmission interval */ + 50 /* margin */, 556 * M1 20ms tx(M1) 500ms in pub_delayable_check() 594 /* First message can be delayed up to 500ms, others for up to 50ms. */ in recv_delayable_check() 595 int32_t upper_delay = j == 0 ? 500 : 50; 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() 783 * least possible time, which is 50ms. This will let the access layer publish a message in tx_transmit() 784 * with 50ms retransmission interval. in tx_transmit()
|
/Zephyr-latest/drivers/sensor/aosong/dht20/ |
D | dht20.c | 44 /** 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() 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()
|