/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/beacon/ |
D | beacon_interval.sh | 12 # SNB in 600s. And veify tx node doesnn't send SNB faster than 10s. 15 # 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. 18 # 2- rx node sends SNBs with 4s period for 600s and verifies that tx node doesn't send any 19 # SNB until 600s elapses.
|
/Zephyr-latest/dts/bindings/gpio/ |
D | adi,max14916-gpio.yaml | 114 false: To select regular blanking time (4ms, typ) for diagnostic fault bits, OWOff_ 116 true: To select long blanking time (8ms, typ) for diagnostic fault bits, OWOff_ 139 SYNCH watchdog timeout is 600ms (typ) if enabled. 169 3: Set open-wire and short-to-VDD detection current to 600μA (typ) 182 1: Enable SPI Watchdog Status, set SPI and SYNCH Watchdog Timeout to 200ms (typ) 183 2: Enable SPI Watchdog Status, set SPI and SYNCH Watchdog Timeout to 600ms (typ)
|
D | adi,max14906-gpio.yaml | 125 false: To select regular blanking time (4ms, typ) for diagnostic fault bits, OWOff_ 127 true: To select long blanking time (8ms, typ) for diagnostic fault bits, OWOff_ 150 SYNCH watchdog timeout is 600ms (typ) if enabled. 180 3: Set open-wire and short-to-VDD detection current to 600μA (typ) 193 1: Enable SPI Watchdog Status, set SPI and SYNCH Watchdog Timeout to 200ms (typ) 194 2: Enable SPI Watchdog Status, set SPI and SYNCH Watchdog Timeout to 600ms (typ)
|
/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | tsl2591.h | 37 /* Sensor ADC Integration Time (in ms) 40 * 100, 200, 300, 400, 500, or 600
|
/Zephyr-latest/dts/bindings/regulator/ |
D | adi,adp5360-regulator.yaml | 54 adi,soft-start-ms: 71 - 600
|
/Zephyr-latest/modules/nrf_wifi/bus/ |
D | rpu_hw_if.c | 242 /* Settling time for iovdd nRF7002 DK/EK - switch (TCK106AG): ~600us */ in rpu_pwron() 248 * to be 6ms (1ms + 1ms + 4ms). in rpu_pwron()
|
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/ |
D | README.rst | 76 …nf> iso_broadcast_receiver: BIGinfo received: num_bis 2, nse 1, interval 7 ms, bn 1, pto 0, irc 1,… 114 [00:00:11.149,597] <inf> iso_broadcast_broadcaster: Sending value 600
|
/Zephyr-latest/doc/_static/css/ |
D | custom.css | 44 font-weight: 600; 138 font-weight: 600; 928 display: -ms-flexbox; 930 -ms-flex-wrap: wrap; 933 -ms-flex-pack: center; 942 -ms-flex: 0 0 auto; 955 display: -ms-flexbox; 959 -ms-flex-direction: column; 962 -ms-flex-pack: center; 965 -ms-flex-align: center;
|
/Zephyr-latest/drivers/video/ |
D | ov2640.c | 153 #define SVGA_VSIZE (600) 465 OV2640_VIDEO_FORMAT_CAP(800, 600, VIDEO_PIX_FMT_RGB565), /* SVGA */ 475 OV2640_VIDEO_FORMAT_CAP(800, 600, VIDEO_PIX_FMT_JPEG), /* SVGA */ 497 /* If writing failed wait 5ms before next attempt */ in ov2640_write_reg() 520 /* If reading failed wait 5ms before next attempt */ in ov2640_read_reg()
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome.css | 322 font-weight: 600; 388 font-weight: 600; 467 animation: ease-out 150ms slideInMenu; 667 animation: ease-out 280ms slideInSearchResults; 753 animation: ease-out 280ms slideInSearchResultsMobile; 872 font-weight: 600; 924 font-weight: 600; 1050 font-weight: 600; 1059 font-weight: 600; 1661 font-weight: 600; [all …]
|
/Zephyr-latest/soc/nxp/imxrt/imxrt10xx/ |
D | lpm_rt1064.c | 228 /* CORE CLK to 600MHz, AHB, IPG to 150MHz, PERCLK to 75MHz */ in clock_full_power() 314 /* Enable RC OSC. It needs at least 4ms to be stable, so self tuning need to be enabled. */ in clock_lpm_init()
|
/Zephyr-latest/tests/kernel/mutex/mutex_api/src/ |
D | test_mutex_apis.c | 189 /* This thread will hold mutex for 600 ms, then release it */ in tThread_lock_with_time_period()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | beacon.c | 36 /* 3 transmissions, 20ms interval */ 39 /* 1 transmission, 20ms interval */ 283 if (time_diff < (600 * MSEC_PER_SEC) && in net_beacon_send()
|
D | access.c | 36 /* 20 - 50ms */ 38 /* 20 - 500ms */ 721 /* 1 step is 100 ms */ in bt_mesh_model_pub_period_get() 734 period = (mod->pub->period & BIT_MASK(6)) * 600U * MSEC_PER_SEC; in bt_mesh_model_pub_period_get() 2631 int32_t ms = bt_mesh_model_pub_period_get(mod); in commit_mod() local 2633 if (ms > 0) { in commit_mod() 2647 LOG_DBG("Starting publish timer (period %u ms, delay %u ms)", ms, random); in commit_mod() 2648 k_work_schedule(&mod->pub->timer, K_MSEC(ms + random)); in commit_mod()
|
/Zephyr-latest/doc/build/cmake/ |
D | build-build-phase-1.svg | 3 …ms-user-select: none; user-select: none}
.MJX_Assistive_MathML.MJX_Assistive_MathML_Block {wid…
|
/Zephyr-latest/drivers/adc/ |
D | adc_lmp90xxx.c | 602 LOG_DBG("sleeping for %d ms", delay); in lmp90xxx_adc_read_channel() 615 LOG_DBG("sleeping for 1 ms"); in lmp90xxx_adc_read_channel() 1049 v == 400 || v == 500 || v == 600 || v == 700 || \
|
/Zephyr-latest/doc/connectivity/bluetooth/img/ |
D | l2cap_k_frame_1.drawio.svg | 4 …ms+htvX7zBAQwZjZhMyoO9sgGCxsSn2IA000DEWVCL/rtXLUCkxFMAg653XZIUToUNdIzt6kz2uMrzvOG7/h0Soa7dX0x+eNBK…
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_beacon.c | 960 * Sending 2 SNB 20ms apart by only sending for even values of loop variable. in test_rx_secure_beacon_interval() 988 * an SNB after 600s, which is the maximum time for SNB interval. in test_rx_secure_beacon_interval() 999 ASSERT_TRUE(delta >= (600 * MSEC_PER_SEC)); in test_rx_secure_beacon_interval() 1748 k_sleep(K_SECONDS(600)); in test_rx_priv_net_id()
|
/Zephyr-latest/drivers/serial/ |
D | uart_nrfx_uarte.c | 260 (baudrate) == 600 ? 0x00027000 : \ 1277 * to the timeout, for example timeout is 50 ms and transmission of few bytes in rx_timeout() 1278 * takes less than 1ms). In that case if we compare against RX_TIMEOUT_DIV in rx_timeout()
|