Home
last modified time | relevance | path

Searched refs:after (Results 1 – 25 of 761) sorted by relevance

12345678910>>...31

/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/
DREADME.txt25 Load and store OK after 0 (high) + 84 (low) tests
26 Load and store OK after 100 (high) + 11926 (low) tests
27 Load and store OK after 200 (high) + 23767 (low) tests
28 Load and store OK after 300 (high) + 35607 (low) tests
29 Load and store OK after 400 (high) + 47448 (low) tests
30 Load and store OK after 500 (high) + 59287 (low) tests
34 complex product calculation OK after 50 (high) + 63297 (low) tests (computed -160)
35 complex product calculation OK after 150 (high) + 188138 (low) tests (computed -160)
36 complex product calculation OK after 250 (high) + 312972 (low) tests (computed -160)
37 complex product calculation OK after 350 (high) + 437806 (low) tests (computed -160)
[all …]
/Zephyr-latest/boards/amd/kv260_r5/support/
Dxsdb.cfg9 after 2000
13 after 1000
15 after 1000
18 after 2000
/Zephyr-latest/tests/kernel/fpu_sharing/generic/
DREADME.txt60 Load and store OK after 0 (high) + 63 (low) tests
61 Load and store OK after 100 (high) + 6540 (low) tests
62 Load and store OK after 200 (high) + 12965 (low) tests
63 Load and store OK after 300 (high) + 19366 (low) tests
64 Load and store OK after 400 (high) + 25756 (low) tests
65 Load and store OK after 500 (high) + 32128 (low) tests
69 Pi calculation OK after 50 (high) + 10 (low) tests (computed 3.141598)
70 Pi calculation OK after 150 (high) + 31 (low) tests (computed 3.141598)
71 Pi calculation OK after 250 (high) + 51 (low) tests (computed 3.141598)
72 Pi calculation OK after 350 (high) + 72 (low) tests (computed 3.141598)
[all …]
/Zephyr-latest/tests/ztest/fail/
DKconfig8 bool "Add a failed assert in the after phase"
14 bool "Add a failed assume in the after phase"
20 bool "Add a call to ztest_test_pass() in the after phase"
32 default "ERROR: cannot fail in test phase 'after()', bailing" if ZTEST_FAIL_TEST_ASSERT_AFTER
34 default "ERROR: cannot skip in test phase 'after()', bailing" if ZTEST_FAIL_TEST_ASSUME_AFTER
36 default "ERROR: cannot pass in test phase 'after()', bailing" if ZTEST_FAIL_TEST_PASS_AFTER
DREADME.rst13 - ``ztest_test_fail()`` during either the ``after`` or ``teardown`` phase of the test suite
14 - ``ztest_test_skip()`` during either the ``after`` or ``teardown`` phase of the test suite
15 - ``ztest_test_pass()`` during either the ``after`` or ``teardown`` phase of the test suite
/Zephyr-latest/tests/posix/single_process/src/
Dmain.c18 static void after(void *arg) in after() function
23 ZTEST_SUITE(posix_single_process, NULL, NULL, before, after, NULL);
/Zephyr-latest/samples/subsys/zbus/priority_boost/
DREADME.rst67 I: 0 -> T1: prio after 5
76 I: 1 -> T1: prio after 5
84 I: 2 -> T1: prio after 5
91 I: 3 -> T1: prio after 5
97 I: 4 -> T1: prio after 5
103 I: 5 -> T1: prio after 5
111 I: 6 -> T1: prio after 5
150 I: 0 -> T1: prio after 5
159 I: 1 -> T1: prio after 5
166 I: 2 -> T1: prio after 5
[all …]
/Zephyr-latest/doc/connectivity/usb/pd/
Ducds.rst41 :start-after: usbc.rst usbc-port start
50 :start-after: usbc.rst vbus-voltage-divider-adc start
60 :start-after: usbc.rst port data object start
68 :start-after: usbc.rst callbacks start
76 :start-after: usbc.rst check start
84 :start-after: usbc.rst notify start
92 :start-after: usbc.rst register start
100 :start-after: usbc.rst user data start
108 :start-after: usbc.rst usbc start
131 :start-after: usbc.rst usbc-port start
[all …]
/Zephyr-latest/tests/lib/hash_map/src/
D_main.c25 static void after(void *arg) in after() function
33 ZTEST_SUITE(hash_map, NULL, setup, NULL, after, NULL);
/Zephyr-latest/boards/nxp/lpcxpresso54114/
Dboard.cmake8 board_runner_args(jlink "--device=LPC54114J256_M4" "--reset-after-load")
10 board_runner_args(jlink "--device=LPC54114J256_M0" "--reset-after-load")
/Zephyr-latest/doc/connectivity/bluetooth/shell/classic/
Da2dp.rst13 …* Source or Sink configure the stream to create the stream after discover remote's endpoints. usin…
78 <after a2dp connect>
83 <after a2dp configure of source side>
87 <after a2dp establish of source side>
90 <after a2dp start of source side>
93 <after a2dp send_media of source side>
96 <after a2dp suspend of source side>
99 <after a2dp release of source side>
/Zephyr-latest/cmake/modules/
DFindDeprecated.cmake22 # # This code has been deprecated after Zephyr x.y
42 # This code was deprecated after Zephyr v3.1.0
58 # This code was deprecated after Zephyr v3.3.0
68 # This code was deprecated after Zephyr v3.2.0
85 " To add sources after find_package() use:\n"
91 # This code was deprecated after Zephyr v3.4.0
103 # This code was deprecated after Zephyr v4.0.0
119 # This code was deprecated after Zephyr v4.0.0
135 # This code was deprecated after Zephyr v4.0.0
156 # This code was deprecated after Zephyr v3.5.0
/Zephyr-latest/boards/digilent/arty_a7/
Dboard.cmake5 board_runner_args(jlink "--device=Cortex-M1" "--reset-after-load")
8 board_runner_args(jlink "--device=Cortex-M3" "--reset-after-load")
/Zephyr-latest/tests/net/socket/socketpair/src/
D_main.c37 static void after(void *arg) in after() function
49 ZTEST_SUITE(net_socketpair, NULL, setup, before, after, NULL);
/Zephyr-latest/drivers/flash/
DKconfig.nxp_s3237 bool "Verify memory after erased"
39 Verify contents of memory after erased.
42 bool "Verify memory after written"
44 Verify contents of memory after written.
/Zephyr-latest/subsys/usb/device/class/dfu/
DKconfig26 itself from the bus after the DFU_DETACH request. Select this
51 bool "Reboot after download"
54 When enabled the device will automatically reboot after a download
58 bool "Mark slot 1 as permanent after download"
/Zephyr-latest/cmake/sca/sparse/
Dsparse.template6 # First argument after `--` is the real compiler, but that is defined in REAL_CC
8 # argument to be passed to sparse is 2nd argument after `--`.
/Zephyr-latest/tests/subsys/logging/log_custom_header/src/
Dlog_custom_header.c90 static void after(void *notused) in after() function
95 ZTEST_SUITE(log_custom_header, NULL, setup, before, after, NULL);
/Zephyr-latest/boards/makerdiary/nrf52840_mdk_usb_dongle/
DKconfig.defconfig12 # must be linked after Nordic MBR, that is factory-programmed on the board.
16 # correctly, after Nordic MBR.
/Zephyr-latest/cmake/compiler/icx/
Dcompiler_flags.cmake4 # Remove after testing that -Wshadow works
/Zephyr-latest/drivers/serial/
DKconfig.intel_lw25 and deassert RTS after the character is polled out.
28 Then use CMD_POLL_DEASSERT_RTS to resume normal operation after polling.
/Zephyr-latest/drivers/lora/
DKconfig.rylrxxx34 int "timeout when waiting for response from radio serial interface after send cmd"
37 …mber of milliseconds before timing out when waiting for acknowledgment from radio after sending cmd
/Zephyr-latest/boards/nordic/nrf52840dongle/
DKconfig.defconfig10 # must be linked after Nordic MBR, that is factory-programmed on the board.
14 # correctly, after Nordic MBR.
/Zephyr-latest/tests/subsys/sd/sdio/
DREADME.txt6 after initialization, as most registers present on the card will be vendor
18 for this card after initialization.
/Zephyr-latest/tests/kernel/mutex/mutex_api/
DKconfig5 int "Wait time (in ticks) after thread creation"

12345678910>>...31