Home
last modified time | relevance | path

Searched full:check (Results 1 – 25 of 2482) sorted by relevance

12345678910>>...100

/Zephyr-latest/samples/tfm_integration/tfm_psa_test/
DREADME.rst67 TEST: 401 | DESCRIPTION: UID not found check
71 [Check 1] Call get API for UID 6 which is not set
72 [Check 2] Call get_info API for UID 6 which is not set
73 [Check 3] Call remove API for UID 6 which is not set
74 [Check 4] Call get API for UID 6 which is removed
75 [Check 5] Call get_info API for UID 6 which is removed
76 [Check 6] Call remove API for UID 6 which is removed
78 [Check 7] Call get API for different UID 5
79 [Check 8] Call get_info API for different UID 5
80 [Check 9] Call remove API for different UID 5
[all …]
/Zephyr-latest/soc/nordic/
Dvalidate_enabled_instances.c30 * The build assertions below check if conflicting peripheral instances are not
34 #define CHECK(idx) \ macro
45 ". Check nodes with status \"okay\" in zephyr.dts."
50 BUILD_ASSERT(CHECK(0), MSG(0));
52 BUILD_ASSERT(CHECK(1), MSG(1));
53 BUILD_ASSERT(CHECK(2), MSG(2));
54 BUILD_ASSERT(CHECK(3), MSG(3));
55 BUILD_ASSERT(CHECK(00), MSG(00));
56 BUILD_ASSERT(CHECK(20), MSG(20));
57 BUILD_ASSERT(CHECK(21), MSG(21));
[all …]
/Zephyr-latest/soc/nuvoton/npcx/common/
Dregisters.c10 /* CDCG register structure check */
17 /* PMC register structure check */
23 /* SCFG register structure check */
29 /* GLUE register structure check */
36 /* UART register structure check */
42 /* GPIO register structure check */
46 /* PWM register structure check */
52 /* ADC register structure check */
58 /* TWD register structure check */
64 /* ESPI register structure check */
[all …]
/Zephyr-latest/tests/misc/iterable_sections/src/
Dmain.c24 /* declare in random order to check that the linker is sorting by name */
35 /* declare in random order to check that the linker is sorting by custom name */
41 /* declare in random order to check that the linker is sorting numerically */
67 zassert_equal(out, RAM_EXPECT, "Check value incorrect (got: 0x%08x)", out); in ZTEST()
70 "ram1.i check bit incorrect (got: 0x%x)", ram1.i); in ZTEST()
72 "ram2.i check bit incorrect (got: 0x%x)", ram2.i); in ZTEST()
74 "ram3.i check bit incorrect (got: 0x%x)", ram3.i); in ZTEST()
76 "ram4.i check bit incorrect (got: 0x%x)", ram4.i); in ZTEST()
83 zassert_equal(out, RAM_EXPECT, "Check value incorrect (got: 0x%08x)", out); in ZTEST()
90 zassert_equal(out, RAM_EXPECT, "Check value incorrect (got: 0x%x)", out); in ZTEST()
[all …]
/Zephyr-latest/.github/workflows/
Dbsim-tests.yaml93 - name: Check common triggering files
95 id: check-common-files
112 - name: Check if Bluethooth files changed
114 id: check-bluetooth-files
121 - name: Check if Networking files changed
123 id: check-networking-files
134 - name: Check if UART files changed
136 id: check-uart-files
145 steps.check-bluetooth-files.outputs.any_modified == 'true'
146 || steps.check-networking-files.outputs.any_modified == 'true'
[all …]
Dbackport_issue_check.yml1 name: Backport Issue Check
15 name: Backport Issue Check
17 group: backport-issue-check-${{ github.ref }}
23 - name: Check out source code
/Zephyr-latest/include/zephyr/shell/
Dshell_string_conv.h17 /** @brief String to long conversion with error check.
20 * to avoid err check bloating. Passed err reference should be initialized
34 /** @brief String to unsigned long conversion with error check.
37 * to avoid err check bloating. Passed err reference should be initialized
51 /** @brief String to unsigned long long conversion with error check.
54 * to avoid err check bloating. Passed err reference should be initialized
68 /** @brief String to boolean conversion with error check.
71 * to avoid err check bloating. Passed err reference should be initialized
/Zephyr-latest/tests/subsys/mem_mgmt/mem_attr/src/
Dmain.c20 * Check the data in the regions in ZTEST()
42 * Check the input sanitization in ZTEST()
48 * Check a buffer with the correct properties in ZTEST()
57 * Check partial attributes in ZTEST()
63 * Check a buffer with the wrong attribute in ZTEST()
69 * Check a buffer outsize the regions in ZTEST()
75 * Check a buffer too big for the region in ZTEST()
81 * Check a buffer in a disabled region in ZTEST()
/Zephyr-latest/subsys/storage/flash_map/
DKconfig33 bool "Flash check functions"
35 If enabled, there will be available the backend to check flash
48 prompt "Crypto backend for the flash check functions"
56 Use the PSA API to perform the integrity check.
63 Use the Mbed TLS library to perform the integrity check.
/Zephyr-latest/arch/xtensa/include/
Dxtensa_stack.h23 * @brief Check if memory region is within correct stack boundaries.
25 * Check if the memory region [@a addr, (@a addr + @a sz)) is within
34 * @param addr Beginning address of memory region to check.
35 * @param sz Size of memory region to check. Can be zero.
44 * @brief Check if frame pointer is within correct stack boundaries.
46 * Check if the frame pointer and its associated BSA (base save area) are
/Zephyr-latest/tests/kernel/poll/src/
Dtest_poll_fail.c19 * as parameter to check if a error will be met.
37 * as parameter to check if a error will be met.
53 * as parameter to check if a error will be met.
75 * as parameter to check if a error will be met.
97 * as parameter to check if a error will be met.
119 * as parameter to check if a error will be met.
142 * parameter to check if a error will be met.
158 * as parameter to check if a error will be met.
178 * unread results as parameter to check if a error
202 * unread signaled as parameter to check if a error
[all …]
/Zephyr-latest/tests/crypto/tinycrypt/src/
Dctr_prng.c324 /**TESTPOINT: Check if init works*/ in test_prng_vector()
329 /**TESTPOINT: Check if generate works*/ in test_prng_vector()
334 /**TESTPOINT: Check if generate works*/ in test_prng_vector()
339 /**TESTPOINT: Check results*/ in test_prng_vector()
340 zassert_false(rc, "expected value different - check failed"); in test_prng_vector()
361 /**TESTPOINT: Check if init works*/ in ZTEST()
369 /**TESTPOINT: Check if generate works*/ in ZTEST()
375 /**TESTPOINT: Check if generate works*/ in ZTEST()
391 /**TESTPOINT: Check if generate works again*/ in ZTEST()
404 /**TESTPOINT: Check if reseed works*/ in ZTEST()
[all …]
/Zephyr-latest/tests/kernel/threads/thread_apis/src/
Dtest_threads_spawn.c19 /* checkpoint: check parameter 1, 2, 3 */ in thread_entry_params()
27 /* checkpoint: check priority */ in thread_entry_priority()
40 * @brief Check the parameters passed to thread entry function
43 * semaphore to a thread entry function. Check for the correctness
61 * current thread and check its behavior.
78 * @details Create a user thread with delay and check if the
91 /* checkpoint: check spawn thread not execute */ in ZTEST_USER()
93 /* checkpoint: check spawn thread executed */ in ZTEST_USER()
121 /* checkpoint: check spawn thread not execute */ in ZTEST()
123 /* checkpoint: check spawn thread executed */ in ZTEST()
/Zephyr-latest/tests/crypto/mbedtls/
DCMakeLists.txt7 set(output_file ${PROJECT_BINARY_DIR}/mbedtls-check.timestamp)
10 COMMENT "Check Mbed TLS auto-generated files"
12 ${PYTHON_EXECUTABLE} ${ZEPHYR_BASE}/modules/mbedtls/create_psa_files.py --check
/Zephyr-latest/drivers/entropy/
DKconfig.stm3257 bool "Runtime clock configuration check"
60 Enables a check on RNG clock configuration. Correct clock
61 configuration depends on STM32 series. Check reference manual if an
63 This check assumes CED (Clock Error Detected) bit is enabled (when
64 available, CED is enabeld by default). Disable this check if CED is
/Zephyr-latest/tests/subsys/input/api/
Dtestcase.yaml12 # There is a check to see if it is no longer able to push more
16 # check. So limit this to 1 CPU only so this check's assumption
/Zephyr-latest/drivers/sensor/bosch/bmi160/
Demul_bmi160.h18 * @brief Check if I2C messages are touching a given register (R or W)
22 * @param[in] reg The register to check for
46 * @brief Check if I2C messages are reading a specific register.
50 * @param[in] reg The register to check for
64 * @brief Check if I2C messages are writing to a specific register.
68 * @param[in] reg The register to check for
/Zephyr-latest/soc/ite/ec/common/
Dcheck_regs.c10 /* SMFI register structure check */
27 /* EC2I register structure check */
35 /* KBC register structure check */
44 /* PMC register structure check */
56 /* eSPI slave register structure check */
74 /* eSPI vw register structure check */
80 /* eSPI Queue 0 registers structure check */
84 /* eSPI Queue 1 registers structure check */
89 /* GPIO register structure check */
111 /* GCTRL register structure check */
[all …]
/Zephyr-latest/tests/boards/nrf/coresight_stm/pytest/
Dtest_stm.py72 Check that benchamrk results are lower than limits provided in 'constraints'.
106 for check in cfg:
107 observed_str = re.search(cfg[check]["regex"], output).group(1)
108 assert observed_str is not None, f"Timing for {check} NOT found"
109 # check value
111 threshold = cfg[check]["expected"] * (1 + constraints.tolerance)
114 ), f"{core}: Timing for {check} - {observed} us exceeds {threshold} us"
239 # check results on Application core
242 # check results on Radio core
246 # check results on PPR core
[all …]
/Zephyr-latest/tests/drivers/smbus/smbus_api/src/
Dtest_smbus.c69 zassert_equal(ret, -ENOSYS, "Check for ENOSYS failed"); in ZTEST()
77 zassert_equal(ret, -ENOSYS, "Check for ENOSYS failed"); in ZTEST()
85 zassert_equal(ret, -ENOSYS, "Check for ENOSYS failed"); in ZTEST()
114 zassert_equal(ret, -ENOSYS, "Check for ENOSYS failed"); in ZTEST()
122 zassert_equal(ret, -ENOSYS, "Check for ENOSYS failed"); in ZTEST()
130 zassert_equal(ret, -ENOSYS, "Check for ENOSYS failed"); in ZTEST()
149 zassert_equal(ret, -EINVAL, "Wrong parameter check failed"); in ZTEST_USER()
153 zassert_equal(ret, -EINVAL, "Wrong parameter check failed"); in ZTEST_USER()
156 zassert_equal(ret, -EINVAL, "Wrong parameter check failed"); in ZTEST_USER()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Ddfu_srv.rst40 Transfer check
43 The transfer check is an optional pre-transfer check the application can perform on incoming
44 firmware image metadata. The Firmware Update Server performs the transfer check by calling the
45 :c:member:`check <bt_mesh_dfu_srv_cb.check>` callback.
47 The result of the transfer check is a pass/fail status return and the expected
58 unprovisioned, this should be communicated through the effect parameter of the metadata check.
124 applied. If the metadata check indicated that the device would become unprovisioned, the Target node
125 is not required to respond to this check.
/Zephyr-latest/samples/net/sockets/tcp/
DREADME.rst2 :name: TCP sample for TTCN-3 based sanity check
10 This application is used together with the TTCN-3 based sanity check
13 Building, Running and executing TTCN-3 based Sanity Check for TCP
33 Compile and run the TCP sanity check `net-test-suites`_:
/Zephyr-latest/tests/drivers/flash/negative_tests/src/
Dmain.c91 /* Check error returned when erasing memory at wrong address (too low) */ in ZTEST()
95 /* Check error returned when erasing memory at wrong address (too high) */ in ZTEST()
99 /* Check error returned when erasing unaligned memory or too large chunk of memory */ in ZTEST()
124 /* Check error returned when filling memory at wrong address (too low) */ in ZTEST()
128 /* Check error returned when filling memory at wrong address (too high) */ in ZTEST()
132 /* Check error returned when filling unaligned memory */ in ZTEST()
158 /* Check error returned when flatten memory at wrong address (too low) */ in ZTEST()
162 /* Check error returned when flatten memory at wrong address (too high) */ in ZTEST()
166 /* Check error returned when flatten unaligned memory */ in ZTEST()
193 /* Check error returned when reading from a wrong address (too low) */ in ZTEST()
[all …]
/Zephyr-latest/tests/subsys/tracing/tracing_api/src/
Dmain.c25 /* Check flags */
67 /* Check the output data. */ in tracing_backends_output()
109 * firstly, and called tracing APIs one by one directly, check if the
187 zassert_true(tracing_api_found, "Failded to check output from backend"); in ZTEST()
188 zassert_true(tracing_api_not_found == false, "Failded to check output from backend"); in ZTEST()
197 * check the output for the backend.
207 zassert_true(sync_string_format_found == true, "Failed to check output from backend"); in ZTEST()
215 * check the output for the self-designed uart backend.
233 zassert_true(data_format_found == true, "Failed to check output from backend"); in ZTEST()
237 zassert_true(raw_data_format_found == true, "Failed to check output from backend"); in ZTEST()
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dll_feat.c40 /* Check if Bit_Number is not controlled by the Host */ in ll_set_host_feature()
47 /* Check if the Controller has an established ACL */ in ll_set_host_feature()
50 /* Check if any connection contexts where allocated */ in ll_set_host_feature()
54 /* Check if there are established connections */ in ll_set_host_feature()

12345678910>>...100