Home
last modified time | relevance | path

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

12345678910>>...31

/Zephyr-latest/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-latest/boards/tdk/robokit1/
DKconfig.defconfig7 default 60
11 default 60
15 default 60
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/hci_test_app/
Dprj_tst_llcp.conf10 CONFIG_BT_BUF_ACL_RX_SIZE=60
11 CONFIG_BT_BUF_ACL_TX_SIZE=60
19 CONFIG_BT_CTLR_DATA_LENGTH_MAX=60
Dprj_dut_llcp.conf12 CONFIG_BT_BUF_ACL_RX_SIZE=60
13 CONFIG_BT_BUF_ACL_TX_SIZE=60
21 CONFIG_BT_CTLR_DATA_LENGTH_MAX=60
/Zephyr-latest/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-latest/lib/libc/common/source/time/
Dgmtime_r.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-latest/boards/shields/waveshare_epaper/
Dwaveshare_epaper_gdeh0213b72.overlay38 80 60 40 00 00 00 00
39 10 60 20 00 00 00 00
40 80 60 40 00 00 00 00
41 10 60 20 00 00 00 00
/Zephyr-latest/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-latest/.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-latest/dts/bindings/adc/
Dlltc,ltc2451.yaml13 default: 60
16 - 60
/Zephyr-latest/tests/drivers/gnss/gnss_api/
DKconfig28 default 60
32 default 60
/Zephyr-latest/samples/boards/nordic/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-latest/boards/nxp/rd_rw612_bga/
DKconfig.defconfig16 # 1KB limit per descriptor, we need 60
18 default 60
/Zephyr-latest/doc/services/pm/images/
Dcentral_method.svg360" cy="160" rx="60" ry="60" fill="#f8cecc" stroke="#b85450" pointer-events="all"/><g transform="t…
/Zephyr-latest/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-latest/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-latest/tests/lib/cpp/libcxx/
Dtestcase.yaml19 timeout: 60
30 timeout: 60
/Zephyr-latest/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-latest/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-latest/samples/sensor/6dof_motion_drdy/src/
Dmain.c47 s = now % 60U; in now_str()
48 now /= 60U; in now_str()
49 min = now % 60U; in now_str()
50 now /= 60U; in now_str()
/Zephyr-latest/tests/bsim/bluetooth/host/id/settings/test_scripts/
Dsettings.sh18 -D=1 -sim_length=60e6
27 -D=1 -sim_length=60e6
/Zephyr-latest/drivers/rtc/
DKconfig.pcf852333 second up to a maximum of 60 pulses. When correction values greater than 60 pulses are
/Zephyr-latest/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-latest/tests/bsim/bluetooth/host/security/security_changed_callback/test_scripts/
Dsecurity_changed_callback.sh22 -D=2 -sim_length=60e6
34 -D=2 -sim_length=60e6
/Zephyr-latest/tests/bsim/bluetooth/audio/test_scripts/
Dgmap_broadcast_ac_12.sh9 EXECUTE_TIMEOUT=60
28 -D=2 -sim_length=60e6 ${@:2}

12345678910>>...31