Home
last modified time | relevance | path

Searched full:after (Results 1 – 25 of 1989) sorted by relevance

12345678910>>...80

/Zephyr-Core-3.5.0/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.rst12 - ``ztest_test_fail()`` during either the ``after`` or ``teardown`` phase of the test suite
13 - ``ztest_test_skip()`` during either the ``after`` or ``teardown`` phase of the test suite
14 - ``ztest_test_pass()`` during either the ``after`` or ``teardown`` phase of the test suite
/Zephyr-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/cmake/modules/
DFindDeprecated.cmake22 # # This code has been deprecated after Zephyr x.y
42 # This code was deprecated after Zephyr v3.0.0
62 # This code was deprecated after Zephyr v3.1.0
78 # This code was deprecated after Zephyr v3.3.0
88 # This code was deprecated after Zephyr v3.2.0
105 " To add sources after find_package() use:\n"
111 # This code was deprecated after Zephyr v3.3.0
118 # This code was deprecated after Zephyr v3.4.0
/Zephyr-Core-3.5.0/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-Core-3.5.0/drivers/flash/
DKconfig.nxp_s3236 bool "Verify memory after erased"
38 Verify contents of memory after erased.
41 bool "Verify memory after written"
43 Verify contents of memory after written.
/Zephyr-Core-3.5.0/subsys/net/ip/
D6lo.h25 * @details After this IPv6 packet and next header(if UDP), headers
26 * are compressed as per RFC 6282. After header compression data
49 * @details After this IPv6 packet and next header(if UDP), headers
50 * are uncompressed as per RFC 6282. After header uncompression data
82 * @brief Return the header size difference after uncompression
/Zephyr-Core-3.5.0/tests/posix/eventfd/src/
D_main.c48 zassert_equal(ret, 0, "eventfd blocked after write"); in eventfd_poll_unset_common()
62 zassert_equal(ret, 1, "eventfd not blocked after read"); in eventfd_poll_unset_common()
81 zassert_equal(ret, 1, "eventfd is not blocked after read"); in eventfd_poll_set_common()
100 static void after(void *arg) in after() function
108 ZTEST_SUITE(eventfd, NULL, setup, before, after, NULL);
/Zephyr-Core-3.5.0/tests/subsys/fs/fat_fs_dual_drive/src/
Dtest_fat_file.c153 TC_PRINT("fs_seek failed after truncating file [%d]\n", res); in test_file_truncate()
165 TC_PRINT("Testing write after truncating\n"); in test_file_truncate()
168 TC_PRINT("Write failed after truncating\n"); in test_file_truncate()
174 TC_PRINT("fs_seek failed after writing to file [%d]\n", res); in test_file_truncate()
193 TC_PRINT("fs_seek failed after shrinking file [%d]\n", res); in test_file_truncate()
198 TC_PRINT("File size after shrinking by 5 bytes = %ld\n", in test_file_truncate()
201 TC_PRINT("File size after fs_truncate not as expected\n"); in test_file_truncate()
225 TC_PRINT("fs_seek failed after expanding file [%d]\n", res); in test_file_truncate()
230 TC_PRINT("File size after expanding by 10 bytes = %ld\n", in test_file_truncate()
233 TC_PRINT("File size after fs_truncate not as expected\n"); in test_file_truncate()
[all …]
/Zephyr-Core-3.5.0/subsys/testsuite/ztest/include/zephyr/
Dztest_error_hook.h29 /* @brief A hook after fatal error handler
36 * you want to do after fatal error handler.
59 /* @brief A hook after assert fault handler
66 * you want to do after assert handler.
/Zephyr-Core-3.5.0/boards/arm/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-Core-3.5.0/subsys/bluetooth/controller/util/
Ddbuf.h16 /* Last enqueued element. It will be used after buffer is swapped. */
81 * @brief Returns pointer to the current element, the one after last swap operation.
84 * Returned value always points to latest one, that was swapped after most recent call to
86 * is not called after last dbuf_latest_get call.
90 * @return Pointer to element after last buffer swap.
/Zephyr-Core-3.5.0/samples/net/sockets/echo/
DREADME.rst35 After the sample starts, it expects connections at 192.0.2.1, port 4242.
42 After a connection is made, the application will echo back any line sent
44 sockets, and thus can serve only one client connection at time. After the
80 After having connected to an Access Point using the sample Wi-Fi shell,
/Zephyr-Core-3.5.0/dts/bindings/sensor/
Dti,fdc2x1x.yaml58 The sensor performs conversion on Channel 0 to 1 by default after
76 The sensor performs continuous conversion on Channel 0 by default after
113 The sensor uses low-power activation mode by default after
131 The sensor uses the internal clock by default after power-on-reset.
145 The sensor uses normal current drive by default after power-on-reset.
163 The default output gain is 0 after power-on-reset.
193 The default offset value after power-on-reset is 0.
/Zephyr-Core-3.5.0/tests/boards/native_posix/cpu_wait/src/
Dmain.c90 * be given just after the previous tick boundary in thread_entry()
121 * WASTED_TIME us (1ms) right after 2*one_tick_time in ZTEST()
139 /* The thread should have used WASTED_TIME us (1ms) after in ZTEST()
159 /* The thread should have used WASTED_TIME us after 2*one_tick_time, in ZTEST()
177 /* The thread should have used WASTED_TIME us after 2*one_tick_time, in ZTEST()
230 /* Just after ONE_TICK_TIME (10ms) the timer interrupt has come, in ZTEST()
246 /* Just after ONE_TICK_TIME (10ms) the timer interrupt has come, in ZTEST()
247 * causing a delay of WASTED_TIME (1ms), after that, the k_busy_wait() in ZTEST()
263 /* Just after ONE_TICK_TIME (10ms) the timer interrupt has come, in ZTEST()
279 /* Just after ONE_TICK_TIME (10ms) the timer interrupt has come, in ZTEST()
/Zephyr-Core-3.5.0/include/zephyr/drivers/flash/
Dstm32_flash_api_extensions.h28 * desired RDP state. As an output the status after applying changes
36 * After calling, it's not possible to change option bytes (WP, RDP,
44 * After calling, it's not possible to perform basic operation like
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/tests_scripts/blob_mdls/
Dblob_srv_persistence.sh10 # Tests with -flash_rm clean up stored settings after them
33 # Test reaching suspended state and continuation after reboot on new procedure.
65 # Test reaching suspended state and continuation after reboot on new procedure.
/Zephyr-Core-3.5.0/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-Core-3.5.0/dts/bindings/espi/
Dmicrochip,xec-espi-saf.yaml30 description: timeout after last read to resume supended operations in 20 ns units
34 description: hold off poll after suspend in 20 ns units
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf5_resources.h20 * This is a default shortcut used to automatically disable Radio after end of PDU.
44 * This is a default shortcut used to automatically disable Radio after end of PDU.
60 * This is a default shortcut used to automatically disable Radio after end of PDU.
103 * In case there is a CTE in a PDU then EVENTS_PHYEND event is generated after the CTE.
121 * This is a default shortcut used to automatically disable Radio after end of PDU.
/Zephyr-Core-3.5.0/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-Core-3.5.0/boards/arm/nrf52840_mdk_usb_dongle/
DKconfig.defconfig15 # must be linked after Nordic MBR, that is factory-programmed on the board.
19 # correctly, after Nordic MBR.
/Zephyr-Core-3.5.0/boards/arm/arty/
Dboard.cmake5 board_runner_args(jlink "--device=Cortex-M1" "--reset-after-load")
11 board_runner_args(jlink "--device=Cortex-M3" "--reset-after-load")

12345678910>>...80