Searched full:sequential (Results 1 – 25 of 59) sorted by relevance
123
/Zephyr-latest/tests/drivers/disk/disk_performance/ |
D | README.txt | 11 * Sequential read test: This test performs sequential reads, first only over one 12 sector, than over multiple sequential sectors. 17 * Sequential write test: This test performs sequential writes, first only over 18 one sector, than over multiple sequential sectors.
|
/Zephyr-latest/dts/bindings/display/ |
D | solomon,ssd1306fb-common.yaml | 35 com-sequential: 37 description: Sequential COM pin configuration
|
/Zephyr-latest/dts/bindings/ipc/ |
D | nordic,nrf-ipct-common.yaml | 24 is <source_channel sink_domain_id sink_channel>. Units are sequential 39 is <sink_channel source_domain_id source_channel>. Units are sequential
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/ |
D | testcase.yaml | 2 bluetooth.host.att.sequential.tester:
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/dut/ |
D | testcase.yaml | 2 bluetooth.host.att.sequential.dut:
|
D | prj.conf | 7 CONFIG_BT_DEVICE_NAME="Sequential"
|
/Zephyr-latest/boards/shields/ssd1306/ |
D | ssd1306_128x32.overlay | 27 com-sequential;
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/dut/ |
D | prj.conf | 7 CONFIG_BT_DEVICE_NAME="Sequential"
|
/Zephyr-latest/tests/drivers/build_all/bbram/ |
D | i2c.dtsi | 7 * PLEASE KEEP REG ADDRESSES SEQUENTIAL *
|
/Zephyr-latest/tests/drivers/build_all/crypto/ |
D | i2c.dtsi | 7 * PLEASE KEEP REG ADDRESSES SEQUENTIAL *
|
/Zephyr-latest/tests/drivers/build_all/haptics/ |
D | i2c.dtsi | 7 * PLEASE KEEP REG ADDRESSES SEQUENTIAL *
|
/Zephyr-latest/tests/drivers/disk/disk_performance/src/ |
D | main.c | 38 /* Number of sequential reads to get an average speed */ 85 /* Helper function to time multiple sequential reads. Returns average time. */ 130 /* Now time long sequential read */ in ZTEST() 138 /* Helper function to time multiple sequential writes. Returns average time. */ 193 /* Now time long sequential write */ in ZTEST()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/dut/ |
D | prj.conf | 9 CONFIG_BT_DEVICE_NAME="Sequential"
|
/Zephyr-latest/tests/drivers/build_all/fuel_gauge/ |
D | i2c.dtsi | 7 * PLEASE KEEP REG ADDRESSES SEQUENTIAL *
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | train_test.py | 54 self.assertIsInstance(cnn, tf.keras.Sequential) 55 self.assertIsInstance(lstm, tf.keras.Sequential)
|
D | train.py | 52 model = tf.keras.Sequential([ 79 model = tf.keras.Sequential([
|
/Zephyr-latest/tests/drivers/build_all/stepper/ |
D | spi.dtsi | 6 * PLEASE KEEP REG ADDRESSES SEQUENTIAL *
|
/Zephyr-latest/tests/drivers/build_all/charger/ |
D | i2c.dtsi | 7 * PLEASE KEEP REG ADDRESSES SEQUENTIAL *
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | i3c.dtsi | 10 * PLEASE KEEP REG ADDRESSES SEQUENTIAL *
|
/Zephyr-latest/tests/drivers/build_all/regulator/ |
D | i2c.dtsi | 7 * PLEASE KEEP REG ADDRESSES SEQUENTIAL *
|
/Zephyr-latest/doc/services/input/ |
D | gpio-kbd.rst | 60 (happens automatically if the GPIO pins are sequential) 118 is a single GPIO API operation if the pins are sequential. 153 If the row GPIOs are sequential and on the same gpio controller, the driver
|
/Zephyr-latest/drivers/hwinfo/ |
D | hwinfo_sam.c | 74 /* Disable code loop optimization and sequential code optimization. */ in hwinfo_sam_init()
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | jobserver.py | 120 * If the flags contains -j1, go to sequential mode. 179 logger.info("Running in sequential mode (-j1)")
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/dut/src/ |
D | main.c | 258 LOG_DBG("Test start: ATT sequential protocol"); in test_procedure_0() 266 * Test Spec V.3 P.F 3.3.2 Sequential protocol in test_procedure_0()
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/ |
D | README.rst | 79 assigns sequential unicast addresses based on the number of elements
|
123