Home
last modified time | relevance | path

Searched refs:passed (Results 1 – 25 of 191) sorted by relevance

12345678

/Zephyr-latest/samples/drivers/memc/
DREADME.rst41 Check (0/8191) passed!
42 Check (1/8191) passed!
44 Check (8190/8191) passed!
45 Check (8191/8191) passed!
/Zephyr-latest/modules/trusted-firmware-m/
DKconfig.tfm.partitions16 to be passed to the TF-M build system. Look at 'config_default.cmake'
27 to be passed to the TF-M build system. Look at 'config_default.cmake'
38 to be passed to the TF-M build system. Look at 'config_default.cmake'
50 to be passed to the TF-M build system. Look at 'config_default.cmake'
61 to be passed to the TF-M build system. Look at 'config_default.cmake'
73 to be passed to the TF-M build system. Look at 'config_default.cmake'
/Zephyr-latest/tests/kernel/threads/tls/src/
Dmain.c153 bool passed; in start_tls_test() local
174 passed = true; in start_tls_test()
179 passed = false; in start_tls_test()
183 zassert_true(passed, "Test failed"); in start_tls_test()
/Zephyr-latest/doc/develop/sca/
Dcodechecker.rst47 - Arguments passed to the ``analyze`` command directly. (e.g. ``--timeout;360``)
51 - A JSON or YAML file with configuration options passed to all commands.
61 - Arguments passed to the ``parse`` command directly. (e.g. ``--verbose;debug``)
67 - Arguments passed to the ``store`` command directly. Implies ``CODECHECKER_STORE``.
75 These parameters can be passed on the command line, or be set as environment variables.
/Zephyr-latest/cmake/
Dcfb.cmake22 ${ARGN} # Extra arguments are passed to gen_cfb_font_header.py
35 # Any additional arguments are passed on to
52 # Any additional arguments are passed on to
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob_flash.rst14 It must be initialized by calling :c:func:`bt_mesh_blob_flash_rd_init` before being passed to the
22 It must be initialized by calling :c:func:`bt_mesh_blob_flash_rd_init` before being passed to the
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/
Dplugin_test.py59 result.assert_outcomes(passed=1, failed=0, errors=0, skipped=0)
/Zephyr-latest/boards/native/common/extra_args/
DKconfig8 Extra command line options/arguments which will be handled like if they were passed to the
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/boards/
Dwl_32_hse.overlay10 * It applies to the stm32wl where the hse prescaler is 1 and by-passed
Dwl_pll_48_hse_32.overlay10 * It applies to the stm32wl where the hse prescaler is 2 and by-passed
/Zephyr-latest/scripts/coccinelle/
Dms_timeout.cocci20 // Match identifier passed as timeout
83 // Match identifier passed as timeout
141 // Match identifier passed as timeout
/Zephyr-latest/cmake/compiler/gcc/
Dtarget_x86.cmake21 # In order to use division, `--divide` needs to be passed to
/Zephyr-latest/cmake/sca/sparse/
Dsparse.template8 # argument to be passed to sparse is 2nd argument after `--`.
/Zephyr-latest/scripts/tests/twister/pytest_integration/
Dtest_harness_pytest.py174 result.assert_outcomes(passed=2)
272 result.assert_outcomes(passed=1)
298 result.assert_outcomes(passed=0)
/Zephyr-latest/lib/posix/options/getopt/
DREADME12 [Shell users would like to parse options passed to the command handler.]
27 and a pointer to that structure is passed as an additional parameter
/Zephyr-latest/tests/drivers/watchdog/wdt_error_cases/
DREADME.txt10 both error code and assertion fail set test result as passed.
41 2. There are three watchdog flags that can be passed to wdt_install_timeout():
67 6. There are two watchdog options that can be passed to wdt_setup():
/Zephyr-latest/samples/sensor/sensor_shell/
DREADME.rst44 Optionally, a single channel name or index can be passed to be printed out. The
64 A valid sensor device name should be passed otherwise you will get an
/Zephyr-latest/subsys/bindesc/
DKconfig.build_time80 Format of the build time string. This value is passed to cmake's string(TIMESTAMP ...)
94 Format of the build date string. This value is passed to cmake's string(TIMESTAMP ...)
106 Format of the build time string. This value is passed to cmake's string(TIMESTAMP ...)
/Zephyr-latest/drivers/dma/
DKconfig.nxp_sof_host_dma21 int "Alignment (in bytes) required for memory regions passed to this driver"
/Zephyr-latest/drivers/entropy/
DKconfig.npcx22 generated internally and passed to the conditioning component.
/Zephyr-latest/tests/arch/arm/arm_tz_wrap_func/src/
DREADME.txt10 - The arguments are passed to the wrapped function.
/Zephyr-latest/doc/kernel/usermode/
Dsyscalls.rst40 passed in have been validated if it was invoked from user mode.
43 and does validation of all the arguments passed in.
66 * Array arguments must be passed in as pointers, not arrays. For example,
201 passed as arguments to system call, are C casted to ``uintptr_t`` which matches
204 64-bit parameters are split into lower and higher part and passed as two consecutive
217 passed via registers is limited to six for all architectures.
218 Additional arguments will need to be passed in an array in the source memory
262 passed in. This includes:
265 ensure that the semaphore object passed in is a valid semaphore and that
268 * Any memory buffers passed in from user mode. Checks must be made that the
[all …]
Dmpu_userspace.rst22 passed-in parameters are all validated. The user mode thread is then elevated
/Zephyr-latest/cmake/linker/ld/
Dlinker_flags.cmake28 # If -no-pie is passed to old binutils <= 2.36, it is parsed
/Zephyr-latest/drivers/ipm/
DKconfig.intel_adsp48 message are passed in the cAVS IDR/TDR register pair instead

12345678