Home
last modified time | relevance | path

Searched +full:100 +full:msec (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/tests/kernel/workq/work_queue/
DKconfig7 int "Test item working time, msec."
8 default 100
11 int "Test item submission interval, msec."
/Zephyr-latest/samples/drivers/led/pwm/src/
Dmain.c25 #define MAX_BRIGHTNESS 100
90 "on: " STRINGIFY(CONFIG_BLINK_DELAY_SHORT) " msec, " in run_led_test()
91 "off: " STRINGIFY(CONFIG_BLINK_DELAY_SHORT) " msec"); in run_led_test()
101 "on: " STRINGIFY(CONFIG_BLINK_DELAY_LONG) " msec, " in run_led_test()
102 "off: " STRINGIFY(CONFIG_BLINK_DELAY_LONG) " msec"); in run_led_test()
105 "on: " STRINGIFY(CONFIG_BLINK_DELAY_LONG) " msec, " in run_led_test()
106 "off: " STRINGIFY(CONFIG_BLINK_DELAY_LONG) " msec"); in run_led_test()
/Zephyr-latest/samples/drivers/misc/ft800/src/
Dmain.c17 /* sleep time in msec */
18 #define SLEEPTIME 100
/Zephyr-latest/dts/bindings/pwm/
Dinfineon,xmc4xxx-ccu8-pwm.yaml40 channel-deadtime-high = <0 0 0 0 PWM_MSEC(100) 0 0 0>;
41 channel-deadtime-low = <0 0 0 0 PWM_MSEC(100) 0 0 0>;
46 This will configure channel 4 with a 100msec deadtime on the high
/Zephyr-latest/tests/kernel/sched/deadline/src/
Dmain.c16 #define MSEC_TO_CYCLES(msec) (int)(((uint64_t)(msec) * \ argument
102 k_sleep(K_MSEC(100)); in ZTEST()
164 k_sleep(K_MSEC(100)); in ZTEST()
200 0, K_MSEC(100)); in ZTEST()
214 k_sleep(K_MSEC(100)); in ZTEST()
/Zephyr-latest/lib/posix/options/
DKconfig.timer85 int "Time to wait for timer availability (in msec) in POSIX application"
86 default 100
/Zephyr-latest/samples/drivers/misc/grove_display/src/
Dmain.c20 /* sleep time in msec */
21 #define SLEEPTIME 100
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_suspend.c194 * with a 100ms interval.
199 .transmits = 1500 / 100,
200 .interval = 100,
299 k_sleep(K_MSEC(100)); in dut_pub_common()
320 k_sleep(K_MSEC(100)); in dut_pub_common()
352 * advertise pb gatt service with 100 msec (ext adv) or 1000msec (legacy adv) interval. in dut_gatt_common()
Dtest_advertiser.c409 * The node should advertise pb gatt service with 100 msec interval. in test_tx_proxy_mixin()
444 gatt_param.transmits = 1500 / 100; in test_rx_proxy_mixin()
445 gatt_param.interval = 100; in test_rx_proxy_mixin()
/Zephyr-latest/drivers/peci/
Dpeci_mchp_xec.c30 /* 100 us */
31 #define PECI_IDLE_DELAY 100u
37 #define PECI_RX_BUF_FILL_WAIT_RETRY 100u
287 /* In worst case, overall timeout will be 1msec (100 * 10usec) */ in peci_xec_write()
288 uint8_t wait_timeout_cnt = 100; in peci_xec_write()
326 /* Worst case timeout will be 1msec (100 * 10usec) */ in peci_xec_read()
/Zephyr-latest/subsys/tracing/sysview/
DSYSVIEW_Zephyr.txt102 95 k_sleep msec=%u ms | Returns %u
103 96 k_msleep msec=%u ms | Returns %u
108 100 k_thread_abort
/Zephyr-latest/samples/subsys/nvs/src/
Dmain.c55 /* 1000 msec = 1 sec */
56 #define SLEEP_TIME 100
/Zephyr-latest/drivers/display/
Ddisplay_rm68200.c204 /* Per datasheet, it is necessary to wait 5msec after releasing reset */ in rm68200_init()
1015 k_sleep(K_MSEC(100)); in rm68200_init()
/Zephyr-latest/doc/releases/
Drelease-notes-1.14.rst179 * :github:`17401` - LwM2M: requires that CONFIG_NET_IPV* be enabled (can't use 100% offloaded IP st…
377 * :github:`17401` - LwM2M: requires that CONFIG_NET_IPV\* be enabled (can't use 100% offloaded IP s…
547 - The core kernel is now 100% free of use of the global irq_lock on
905 - Enhanced radio utilization (99% on continuous 100ms scan)
906 - Latency resilience: Approx 100uS vs 10uS, 10x improvement
2153 * :github:`9708` - tests/kernel/tickless/tickless_concept fails on nRF5x with 1000msec boot delay
2219 * :github:`7817` - Confusing macros: SECONDS vs K_SECONDS, MSEC vs K_MSEC