/Zephyr-Core-3.4.0/samples/tfm_integration/tfm_psa_test/ |
D | README.rst | 67 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-Core-3.4.0/tests/misc/iterable_sections/src/ |
D | main.c | 24 /* 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 */ 61 zassert_equal(out, RAM_EXPECT, "Check value incorrect (got: 0x%08x)", out); in ZTEST() 64 "ram1.i check bit incorrect (got: 0x%x)", ram1.i); in ZTEST() 66 "ram2.i check bit incorrect (got: 0x%x)", ram2.i); in ZTEST() 68 "ram3.i check bit incorrect (got: 0x%x)", ram3.i); in ZTEST() 70 "ram4.i check bit incorrect (got: 0x%x)", ram4.i); in ZTEST() 77 zassert_equal(out, RAM_EXPECT, "Check value incorrect (got: 0x%08x)", out); in ZTEST() 84 zassert_equal(out, RAM_EXPECT, "Check value incorrect (got: 0x%x)", out); in ZTEST() [all …]
|
/Zephyr-Core-3.4.0/soc/arm/nuvoton_npcx/common/ |
D | registers.c | 10 /* 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-Core-3.4.0/soc/arm/nordic_nrf/ |
D | validate_enabled_instances.c | 29 * The build assertions below check if conflicting peripheral instances are not 33 #define CHECK(idx) \ macro 43 ". Check nodes with status \"okay\" in zephyr.dts." 48 BUILD_ASSERT(CHECK(0), MSG(0)); 50 BUILD_ASSERT(CHECK(1), MSG(1)); 51 BUILD_ASSERT(CHECK(2), MSG(2)); 52 BUILD_ASSERT(CHECK(3), MSG(3)); 58 "Check nodes with status \"okay\" in zephyr.dts.");
|
/Zephyr-Core-3.4.0/subsys/storage/flash_map/ |
D | Kconfig | 33 bool "Flash check functions" 35 If enabled, there will be available the backend to check flash 47 prompt "Crypto backend for the flash check functions" 55 Use TinyCrypt library to perform the integrity check. 64 Use MBEDTLS library to perform the integrity check.
|
/Zephyr-Core-3.4.0/include/zephyr/shell/ |
D | shell_string_conv.h | 17 /** @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-Core-3.4.0/tests/kernel/poll/src/ |
D | test_poll_fail.c | 19 * 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-Core-3.4.0/.github/workflows/ |
D | bsim-tests.yaml | 78 - name: Check common triggering files 80 id: check-common-files 91 - name: Check if Bluethooth files changed 93 id: check-bluetooth-files 100 - name: Check if Networking files changed 102 id: check-networking-files 115 steps.check-bluetooth-files.outputs.any_changed == 'true' 116 || steps.check-networking-files.outputs.any_changed == 'true' 117 || steps.check-common-files.outputs.any_changed == 'true' 129 …if: steps.check-bluetooth-files.outputs.any_changed == 'true' || steps.check-common-files.outputs.… [all …]
|
D | backport_issue_check.yml | 1 name: Backport Issue Check 10 name: Backport Issue Check 15 - name: Check out source code
|
/Zephyr-Core-3.4.0/tests/crypto/tinycrypt/src/ |
D | ctr_prng.c | 324 /**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-Core-3.4.0/doc/connectivity/bluetooth/api/mesh/ |
D | dfu_srv.rst | 28 Transfer check 31 …check is an optional pre-transfer check the application can perform on incoming firmware image met… 33 …check is a pass/fail status return and the expected :c:type:`bt_mesh_dfu_effect`. The DFU effect r… 64 …. If the metadata check indicated that the device would become unprovisioned, the Target node is n…
|
/Zephyr-Core-3.4.0/tests/kernel/threads/thread_apis/src/ |
D | test_threads_spawn.c | 19 /* 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-Core-3.4.0/drivers/entropy/ |
D | Kconfig.stm32 | 57 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-Core-3.4.0/soc/riscv/riscv-ite/common/ |
D | check_regs.c | 10 /* 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-Core-3.4.0/tests/posix/common/src/ |
D | pthread_key.c | 38 /* TESTPOINT: Check if thread's value is associated with key */ in thread_top() 45 /* TESTPOINT: Check if pthread_getspecific returns the same value in thread_top() 73 /* TESTPOINT: Check if thread's value is associated with keys */ in thread_func() 81 /* TESTPOINT: Check if pthread_getspecific returns the same in thread_func() 136 /* TESTPOINT: Check if key is created */ in ZTEST() 158 /* TESTPOINT: Check if threads are created successfully */ in ZTEST() 169 /* TESTPOINT: Check if key is deleted */ in ZTEST() 184 /* TESTPOINT: Check if keys are created successfully */ in ZTEST() 203 /*TESTPOINT: Check if thread is created successfully */ in ZTEST() 211 /* TESTPOINT: Check if keys are deleted */ in ZTEST()
|
/Zephyr-Core-3.4.0/tests/drivers/smbus/smbus_api/src/ |
D | test_smbus.c | 69 zassert_equal(ret, -ENOSYS, "Check for ENOSYS failed"); in ZTEST_USER() 77 zassert_equal(ret, -ENOSYS, "Check for ENOSYS failed"); in ZTEST_USER() 85 zassert_equal(ret, -ENOSYS, "Check for ENOSYS failed"); in ZTEST_USER() 114 zassert_equal(ret, -ENOSYS, "Check for ENOSYS failed"); in ZTEST_USER() 122 zassert_equal(ret, -ENOSYS, "Check for ENOSYS failed"); in ZTEST_USER() 130 zassert_equal(ret, -ENOSYS, "Check for ENOSYS failed"); in ZTEST_USER() 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-Core-3.4.0/samples/net/sockets/tcp/ |
D | README.rst | 3 TCP Sample for TTCN-3 based Sanity Check 9 This application is used together with the TTCN-3 based sanity check 12 Building, Running and executing TTCN-3 based Sanity Check for TCP 32 Compile and run the TCP sanity check `net-test-suites`_:
|
/Zephyr-Core-3.4.0/tests/subsys/tracing/tracing_api/src/ |
D | main.c | 25 /* 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-Core-3.4.0/subsys/bluetooth/controller/ll_sw/ |
D | ll_feat.c | 40 /* 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()
|
/Zephyr-Core-3.4.0/doc/hardware/peripherals/ |
D | bbram.rst | 9 - IBBR (invalid) state - check that the BBRAM is not corrupt. 10 - VSBY (voltage standby) state - check if the BBRAM is using standby voltage. 11 - VCC (active power) state - check if the BBRAM is on normal power.
|
/Zephyr-Core-3.4.0/tests/kernel/mp/src/ |
D | main.c | 55 * target executing function, etc. Then check if the function is running or 76 * -# In target function, check if the address is &cpu_arg and its content 79 * -# In main thread, check if the cpu_running equals to 1. 85 * - Successful if the check of step 4, 6 are all pass. 86 * - Failure if one of the check of step 4, 6 is failed.
|
/Zephyr-Core-3.4.0/scripts/kconfig/ |
D | lint.py | 47 for check in checks: 51 check() 55 # args.checks is set to a list of check functions to run 62 "-n", "--check-always-n", 71 "-u", "--check-unused", 84 C preprocessor magic can trip up this check.""") 87 "-m", "--check-pointless-menuconfigs", 95 "-d", "--check-defconfig-only-definition", 104 "-p", "--check-missing-config-prefix", 166 cwd=modpath, check=False) [all …]
|
/Zephyr-Core-3.4.0/samples/net/sockets/http_get/src/ |
D | http_get.c | 43 #define CHECK(r) { if (r == -1) { printf("Error: " #r "\n"); exit(1); } } macro 95 CHECK(sock); in main() 102 CHECK(setsockopt(sock, SOL_TLS, TLS_SEC_TAG_LIST, in main() 105 CHECK(setsockopt(sock, SOL_TLS, TLS_HOSTNAME, in main() 109 CHECK(connect(sock, res->ai_addr, res->ai_addrlen)); in main() 110 CHECK(send(sock, REQUEST, SSTRLEN(REQUEST), 0)); in main()
|
/Zephyr-Core-3.4.0/drivers/timer/ |
D | Kconfig.stm32_lptim | 48 bool "Override tick to freq ratio check" 55 To prevent misconfigurations, a dedicated check is implemented 57 This options allows to override this check
|
/Zephyr-Core-3.4.0/include/zephyr/usb_c/ |
D | usbc.h | 132 /** Check if Power Role Swap is allowed */ 134 /** Check if Data Role Swap to DFP is allowed */ 136 /** Check if Data Role Swap to UFP is allowed */ 138 /** Check if Sink is at default level */ 140 /** Check if should control VCONN */ 142 /** Check if Source Power Supply is at default level */ 196 * @brief Callback type used to check a policy 199 * @param policy_check policy to check 235 * @brief Callback type used to check if the sink power supply is at 260 * @brief Callback type used to check if Sink request is valid [all …]
|