Home
last modified time | relevance | path

Searched full:500 (Results 1 – 25 of 519) sorted by relevance

12345678910>>...21

/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/
Dtrain_hello_world_model.ipynb422 … `x` and `y` values from our training data to train the model. It runs for 500 _epochs_, with 64 p…
437 "history_1 = model_1.fit(x_train, y_train, epochs=500, batch_size=64,\n",
445 "Epoch 1/500\n",
447 "Epoch 2/500\n",
449 "Epoch 3/500\n",
451 "Epoch 4/500\n",
453 "Epoch 5/500\n",
455 "Epoch 6/500\n",
457 "Epoch 7/500\n",
459 "Epoch 8/500\n",
[all …]
/Zephyr-latest/tests/drivers/sensor/adltc2990/boards/
Dnative_sim.overlay13 pin-v1-voltage-divider-resistors = <500 1000>;
16 pin-v4-voltage-divider-resistors = <500 1000>;
67 pin-v1-voltage-divider-resistors = <500 1000>;
70 pin-v4-voltage-divider-resistors = <500 1000>;
81 pin-v1-voltage-divider-resistors = <500 1000>;
84 pin-v4-voltage-divider-resistors = <500 1000>;
93 pin-v1-voltage-divider-resistors = <500 1000>;
96 pin-v4-voltage-divider-resistors = <500 1000>;
/Zephyr-latest/drivers/i2s/
DKconfig.litex18 default 500
22 default 500
/Zephyr-latest/dts/bindings/mfd/
Dinfineon,tle9104.yaml42 default: 500
45 - 500
58 - 500
/Zephyr-latest/dts/bindings/sensor/
Dinvensense,icm42605.yaml35 - 500
53 - 500
80 - 500
Dst,ism330dhcx-common.yaml110 - 500 # +/- 500dps
114 enum: [125, 250, 500, 1000, 2000]
/Zephyr-latest/tests/subsys/logging/log_blocking/
Dtestcase.yaml11 - CONFIG_TEST_INPUT_LOG_RATE=500
20 - CONFIG_TEST_OUTPUT_LOG_RATE=500
/Zephyr-latest/tests/kernel/fpu_sharing/generic/
Dtestcase.yaml3 extra_args: PI_NUM_ITERATIONS=500
32 extra_args: PI_NUM_ITERATIONS=500
41 extra_args: PI_NUM_ITERATIONS=500
/Zephyr-latest/tests/subsys/zbus/runtime_observers_registration/src/
Dmain.c76 zassert_equal(0, zbus_chan_pub(&chan1, &sd, K_MSEC(500)), NULL); in ZTEST()
83 zassert_equal(0, zbus_chan_pub(&chan1, &sd, K_MSEC(500)), NULL); in ZTEST()
92 zassert_equal(0, zbus_chan_pub(&chan1, &sd, K_MSEC(500)), NULL); in ZTEST()
98 zassert_equal(0, zbus_chan_pub(&chan2, &sd, K_MSEC(500)), NULL); in ZTEST()
106 zassert_equal(0, zbus_chan_pub(&chan2, &sd, K_MSEC(500)), NULL); in ZTEST()
125 zassert_equal(0, zbus_chan_pub(&chan2, &sd, K_MSEC(500)), NULL); in ZTEST()
130 zassert_equal(-ENOMSG, zbus_chan_pub(&chan2, &sd, K_MSEC(500)), NULL); in ZTEST()
201 zassert_equal(0, zbus_chan_pub(&chan4, &sd, K_MSEC(500)), NULL); in ZTEST()
/Zephyr-latest/cmake/sca/eclair/ECL/
Ddb_generation.ecl23 strings_map("load_ecb",500,"",".+\\.ecb",0,setq(ecb,join_paths(data_dir,$0)),load(ecb),rename(ecb,j…
24 strings_map("load_ecb",500,"",".*",0)
/Zephyr-latest/samples/subsys/zbus/confirmed_channel/src/
Dmain.c48 zbus_chan_read(&confirmed_chan, &cm, K_MSEC(500)); in bar_sub1_task()
73 zbus_chan_read(&confirmed_chan, &cm, K_MSEC(500)); in bar_sub2_task()
99 zbus_chan_read(&confirmed_chan, &cm, K_MSEC(500)); in bar_sub3_task()
122 zbus_chan_pub(&confirmed_chan, cm, K_MSEC(500)); in pub_to_confirmed_channel()
/Zephyr-latest/boards/native/nrf_bsim/common/
Drunner_hooks.c39 NSI_TASK(open_dumps, PRE_BOOT_2, 500);
48 NSI_TASK(exit_hooks, ON_EXIT_PRE, 500);
/Zephyr-latest/samples/boards/microchip/mec15xxevb_assy6853/power_management/src/
Dpower_mgmt.h13 * For light sleep, the test sleeps in main thread for 500 ms longer than
16 * Similarly for deep sleep, the test sleeps in the main thread for 500 ms
/Zephyr-latest/tests/subsys/pm/power_mgmt_soc/src/
Dpower_mgmt.h13 * For light sleep, the test sleeps in main thread for 500 ms longer than
16 * Similarly for deep sleep, the test sleeps in the main thread for 500 ms
/Zephyr-latest/dts/bindings/input/
Dst,stmpe811.yaml46 - 500
56 As a general rule, 1-5 nF capacitors require around 500 us settling time, and 5-10 nF need
66 - 500
/Zephyr-latest/tests/bsim/bluetooth/ll/conn/src/
Dtest_empty.c20 bst_ticker_set_next_tick_absolute(500e3); in test_empty_init()
61 .test_descr = "demo empty test (it just fails after 500ms)",
/Zephyr-latest/tests/subsys/secure_storage/psa/its/
Doverlay-transform_custom.conf4 CONFIG_SECURE_STORAGE_ITS_MAX_DATA_SIZE=500
/Zephyr-latest/samples/boards/enjoydigital/litex/i2s/
Dprj.conf3 CONFIG_I2S_LITEX_RX_BLOCK_COUNT=500
/Zephyr-latest/samples/subsys/task_wdt/
Dprj.conf9 CONFIG_TASK_WDT_MIN_TIMEOUT=500
/Zephyr-latest/tests/kernel/common/
Dprj.conf5 CONFIG_BOOT_DELAY=500
/Zephyr-latest/drivers/flash/
DKconfig.nordic_qspi_nor57 default 500
61 a flash sector erase. The 500 ms default allows for
/Zephyr-latest/tests/drivers/input/gpio_kbd_matrix/boards/
Dnative_sim.overlay20 poll-timeout-ms = <500>;
31 poll-timeout-ms = <500>;
/Zephyr-latest/tests/crypto/tinycrypt/
Dtestcase.yaml12 timeout: 500
/Zephyr-latest/tests/subsys/lorawan/clock_sync/
Dtestcase.yaml13 timeout: 500
/Zephyr-latest/tests/drivers/tee/optee/
Dtestcase.yaml10 timeout: 500

12345678910>>...21