Home
last modified time | relevance | path

Searched full:60 (Results 1 – 25 of 631) sorted by relevance

12345678910>>...26

/Zephyr-Core-3.6.0/tests/net/traffic_class/
Dprj.conf19 CONFIG_NET_PKT_TX_COUNT=60
20 CONFIG_NET_PKT_RX_COUNT=60
21 CONFIG_NET_BUF_RX_COUNT=60
22 CONFIG_NET_BUF_TX_COUNT=60
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/ll/edtt/hci_test_app/
Dprj_tst_llcp.conf11 CONFIG_BT_BUF_ACL_RX_SIZE=60
12 CONFIG_BT_BUF_ACL_TX_SIZE=60
22 CONFIG_BT_CTLR_DATA_LENGTH_MAX=60
Dprj_dut_llcp.conf13 CONFIG_BT_BUF_ACL_RX_SIZE=60
14 CONFIG_BT_BUF_ACL_TX_SIZE=60
24 CONFIG_BT_CTLR_DATA_LENGTH_MAX=60
/Zephyr-Core-3.6.0/doc/hardware/emulator/img/
Darch.svg460 60 L 60 93.63" fill="none" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="stroke"…
/Zephyr-Core-3.6.0/lib/libc/minimal/source/time/
Dgmtime.c64 * --03-01, which is 59 in a common year and 60 in a leap in time_civil_from_days()
92 result->tm_hour = rem / 60U / 60U; in gmtime_r()
93 rem -= result->tm_hour * 60 * 60; in gmtime_r()
94 result->tm_min = rem / 60; in gmtime_r()
95 result->tm_sec = rem - result->tm_min * 60; in gmtime_r()
/Zephyr-Core-3.6.0/boards/shields/waveshare_epaper/
Dwaveshare_epaper_gdeh0213b72.overlay34 80 60 40 00 00 00 00
35 10 60 20 00 00 00 00
36 80 60 40 00 00 00 00
37 10 60 20 00 00 00 00
/Zephyr-Core-3.6.0/samples/sensor/dht/src/
Dmain.c22 s = now % 60U; in now_str()
23 now /= 60U; in now_str()
24 min = now % 60U; in now_str()
25 now /= 60U; in now_str()
/Zephyr-Core-3.6.0/tests/kernel/timer/cycle64/src/
Dmain.c21 int m = s / 60; in msg()
22 int h = m / 60; in msg()
26 m %= 60; in msg()
27 s %= 60; in msg()
/Zephyr-Core-3.6.0/.github/workflows/
Dstale_issue.yml15 than) 60 days with no activity. Remove the stale label or add a comment saying that you
19 than) 60 days with no activity. Remove the stale label or add a comment saying that you
22 days-before-stale: 60
/Zephyr-Core-3.6.0/samples/boards/nrf/battery/src/
Dmain.c44 s = now % 60U; in now_str()
45 now /= 60U; in now_str()
46 min = now % 60U; in now_str()
47 now /= 60U; in now_str()
/Zephyr-Core-3.6.0/doc/services/pm/images/
Dcentral_method.svg360" cy="160" rx="60" ry="60" fill="#f8cecc" stroke="#b85450" pointer-events="all"/><g transform="t…
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/ll/throughput/tests_scripts/
Dgatt_write.sh9 EXECUTE_TIMEOUT=60
20 -D=2 -sim_length=60e6 $@
/Zephyr-Core-3.6.0/soc/arm/infineon_cat1/psoc6/
DKconfig.series7 bool "Infineon PSoC™ 60 series MCU(Value Line)"
10 Enable support for Infineon PSoC™ 60 MCU series
/Zephyr-Core-3.6.0/samples/sensor/isl29035/src/
Dmain.c37 s = now % 60U; in now_str()
38 now /= 60U; in now_str()
39 min = now % 60U; in now_str()
40 now /= 60U; in now_str()
/Zephyr-Core-3.6.0/samples/sensor/mpu6050/src/
Dmain.c22 s = now % 60U; in now_str()
23 now /= 60U; in now_str()
24 min = now % 60U; in now_str()
25 now /= 60U; in now_str()
/Zephyr-Core-3.6.0/tests/lib/cpp/libcxx/
Dtestcase.yaml19 timeout: 60
30 timeout: 60
/Zephyr-Core-3.6.0/samples/modules/tflite-micro/magic_wand/train/
Dtrain_test.py50 cnn_data = np.random.rand(60, 128, 3, 1)
51 lstm_data = np.random.rand(60, 128, 3)
58 self.assertEqual(cnn_prob.shape, (60, 4))
59 self.assertEqual(lstm_prob.shape, (60, 4))
/Zephyr-Core-3.6.0/drivers/dma/
Ddma_iproc_pax_v2.h82 uint64_t type : 4; /*type:60:63*/
90 uint64_t type : 4; /*type:60:63*/
98 uint64_t type : 4; /*type:60:63*/
105 uint64_t type : 4;/*descriptor type 63:60*/
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/id/settings/test_scripts/
Dsettings.sh19 -D=1 -sim_length=60e6
28 -D=1 -sim_length=60e6
/Zephyr-Core-3.6.0/drivers/rtc/
DKconfig.pcf852333 second up to a maximum of 60 pulses. When correction values greater than 60 pulses are
/Zephyr-Core-3.6.0/samples/sensor/icm42605/src/
Dmain.c22 s = now % 60U; in now_str()
23 now /= 60U; in now_str()
24 min = now % 60U; in now_str()
25 now /= 60U; in now_str()
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/security/security_changed_callback/test_scripts/
Dsecurity_changed_callback.sh22 -D=2 -sim_length=60e6
33 -D=2 -sim_length=60e6
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/audio/test_scripts/
Dgmap_broadcast_ac_12.sh9 EXECUTE_TIMEOUT=60
28 -D=2 -sim_length=60e6 ${@:2}
Dgmap_broadcast_ac_13.sh9 EXECUTE_TIMEOUT=60
28 -D=2 -sim_length=60e6 ${@:2}
Dgmap_broadcast_ac_14.sh9 EXECUTE_TIMEOUT=60
28 -D=2 -sim_length=60e6 ${@:2}

12345678910>>...26