Home
last modified time | relevance | path

Searched full:targets (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/Zephyr-latest/drivers/i3c/
Di3c_handlers.c27 if (payload->targets.payloads != NULL) { in z_vrfy_i3c_do_ccc()
28 K_OOPS(K_SYSCALL_MEMORY_ARRAY_READ(payload->targets.payloads, in z_vrfy_i3c_do_ccc()
29 payload->targets.num_targets, in z_vrfy_i3c_do_ccc()
30 sizeof(*payload->targets.payloads))); in z_vrfy_i3c_do_ccc()
31 K_OOPS(K_SYSCALL_MEMORY_ARRAY_WRITE(payload->targets.payloads, in z_vrfy_i3c_do_ccc()
32 payload->targets.num_targets, in z_vrfy_i3c_do_ccc()
33 sizeof(*payload->targets.payloads))); in z_vrfy_i3c_do_ccc()
Di3c_ccc.c35 ccc_payload.targets.payloads = &ccc_tgt_payload; in i3c_ccc_do_getbcr()
36 ccc_payload.targets.num_targets = 1; in i3c_ccc_do_getbcr()
58 ccc_payload.targets.payloads = &ccc_tgt_payload; in i3c_ccc_do_getdcr()
59 ccc_payload.targets.num_targets = 1; in i3c_ccc_do_getdcr()
81 ccc_payload.targets.payloads = &ccc_tgt_payload; in i3c_ccc_do_getpid()
82 ccc_payload.targets.num_targets = 1; in i3c_ccc_do_getpid()
134 ccc_payload.targets.payloads = &ccc_tgt_payload; in i3c_ccc_do_rstact()
135 ccc_payload.targets.num_targets = 1; in i3c_ccc_do_rstact()
171 ccc_payload.targets.payloads = &ccc_tgt_payload; in i3c_ccc_do_setdasa()
172 ccc_payload.targets.num_targets = 1; in i3c_ccc_do_setdasa()
[all …]
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c66 .name = "{targets}", in test_args_parse()
67 .option = "targets", in test_args_parse()
68 .descript = "Number of targets to upgrade" in test_args_parse()
523 ASSERT_EQUAL(expected_status, dfd_srv.targets[i].status); in dist_dfu_start_and_confirm()
525 if (dfd_srv.targets[i].effect == BT_MESH_DFU_EFFECT_UNPROV) { in dist_dfu_start_and_confirm()
531 dfd_srv.targets[i].phase); in dist_dfu_start_and_confirm()
533 ASSERT_EQUAL(BT_MESH_DFU_PHASE_APPLYING, dfd_srv.targets[i].phase); in dist_dfu_start_and_confirm()
536 ASSERT_EQUAL(expected_phase, dfd_srv.targets[i].phase); in dist_dfu_start_and_confirm()
838 struct bt_mesh_dfu_target targets[7]; member
849 sys_slist_init(&dfu_cli_xfer.inputs.targets); in dfu_cli_inputs_prepare()
[all …]
Dtest_blob.c135 struct bt_mesh_blob_target targets[5]; member
363 sys_slist_init(&blob_cli_xfer.inputs.targets); in blob_cli_inputs_prepare()
367 uint16_t addr = blob_cli_xfer.targets[i].addr; in blob_cli_inputs_prepare()
369 memset(&blob_cli_xfer.targets[i], 0, sizeof(struct bt_mesh_blob_target)); in blob_cli_inputs_prepare()
370 blob_cli_xfer.targets[i].addr = addr; in blob_cli_inputs_prepare()
371 blob_cli_xfer.targets[i].pull = &blob_cli_xfer.pull[i]; in blob_cli_inputs_prepare()
373 sys_slist_append(&blob_cli_xfer.inputs.targets, &blob_cli_xfer.targets[i].n); in blob_cli_inputs_prepare()
383 ASSERT_TRUE(blob_cli_xfer.target_count < ARRAY_SIZE(blob_cli_xfer.targets)); in target_srv_add()
384 struct bt_mesh_blob_target *t = &blob_cli_xfer.targets[blob_cli_xfer.target_count]; in target_srv_add()
410 FAIL("Lost targets CB did not trigger for all expected lost targets"); in cli_caps_common_procedure()
[all …]
/Zephyr-latest/cmake/usage/
Dusage.cmake13 message("Cleaning targets:")
17 message("Kconfig targets:")
21 message("Other generic targets:")
26 …ge(" debugserver - Run \"west debugserver\" (or start GDB server on port 1234 for QEMU targets)")
38 message(" help - Display all build system targets")
42 message(" ${generator} ${verbose} [targets] verbose build")
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/dfu/
Ddfu_cli_all_targets_lost_on_metadata.sh8 # called when all targets are lost at this step.
17 -- -argstest targets=3
25 -- -argstest targets=3
Ddfu_cli_all_targets_lost_on_apply.sh8 # callback is called when all targets are lost at this step.
17 -- -argstest targets=3
25 -- -argstest targets=3
Ddfu_cli_all_targets_lost_on_caps_get.sh8 # and `ended` callback is called when all targets are lost at this step.
17 -- -argstest targets=3
25 -- -argstest targets=3
Ddfu_cli_all_targets_lost_on_update_get.sh8 # Firmware Update Get message and `ended` callback is called when all targets are lost at this step.
17 -- -argstest targets=3
25 -- -argstest targets=3
Ddfu_cli_all_targets_lost_on_verify.sh8 # callback is called when all targets are lost at this step.
17 -- -argstest targets=3
25 -- -argstest targets=3
Ddfu_dist_self_update.sh8 RunTest dfu_self_update dfu_dist_dfu_self_update -- -argstest targets=1
11 RunTest dfu_self_update_psa dfu_dist_dfu_self_update -- -argstest targets=1
Ddfu_dist_self_update_mult_targets.sh9 dfu_dist_dfu_self_update dfu_target_dfu_no_change -- -argstest targets=2
13 dfu_dist_dfu_self_update dfu_target_dfu_no_change -- -argstest targets=2
Ddfu_mixed.sh10 dfu_target_dfu_new_comp_rpr dfu_target_dfu_new_comp_no_rpr -- -argstest targets=4
14 dfu_target_dfu_new_comp_rpr dfu_target_dfu_new_comp_no_rpr -- -argstest targets=4
Ddfu_mixed_fail.sh10 dfu_target_dfu_new_comp_rpr dfu_target_dfu_new_comp_no_rpr -- -argstest targets=4 \
15 dfu_target_dfu_new_comp_rpr dfu_target_dfu_new_comp_no_rpr -- -argstest targets=4 \
/Zephyr-latest/doc/build/flashing/
Dconfiguration.rst9 configuring when commands are ran for groups of board targets. As an example: a multi-core SoC
32 Groups of board targets can be specified using the ``groups`` key which has a list of board
33 target sets. Board targets are regular expression matches, for ``soc.yml`` files each set of
34 board targets must be in a ``qualifiers`` key (only regular expression matches for board
36 files each set of board targets must be in a ``boards`` key, these are lists containing the
39 targets, or to ``last`` which will be ran once for the final image flash per set of board targets.
42 command will only be used once for any board targets which used the nRF5340 SoC application or
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob_cli.rst37 Inputs structure must at least be initialized with a list of targets, an application key and a time
42 static struct bt_mesh_blob_target targets[3] = {
52 sys_slist_init(&inputs.targets);
53 sys_slist_append(&inputs.targets, &targets[0].n);
54 sys_slist_append(&inputs.targets, &targets[1].n);
55 sys_slist_append(&inputs.targets, &targets[2].n);
/Zephyr-latest/tests/subsys/ipc/pbuf/
Dtestcase.yaml3 # For native(POSIX arch) targets, let's skip those which do not produce an executable
4 # (amp targets which need more images)
/Zephyr-latest/tests/drivers/i2c/i2c_emul/src/
Dtest_fowarding_common.cpp19 constexpr const struct device *targets[FORWARD_COUNT] = { variable
26 zassert_ok(i2c_target_register(targets[i], &emulated_target_config[i])); in i2c_emul_forwarding_setup()
47 zassert_ok(i2c_target_unregister(targets[i], &emulated_target_config[i])); in i2c_emul_forwarding_teardown()
59 int rc = i2c_write(targets[0], &data, 1, emulated_target_config[0].address + 1); in ZTEST()
/Zephyr-latest/samples/psa/its/
DREADME.rst21 * :ref:`tfm`, for ``*/ns`` :term:`board targets<board target>`.
22 * The :ref:`secure storage subsystem <secure_storage>`, for the other board targets.
36 For board targets with TF-M:
47 For board targets without TF-M.
/Zephyr-latest/boards/amd/kv260_r5/support/
Dxsdb.cfg10 targets -set -nocase -filter {name =~ "*R5*#0"}
17 targets -set -nocase -filter {name =~ "*R5*#0"}
/Zephyr-latest/samples/psa/persistent_key/
DREADME.rst19 * :ref:`tfm`, for ``*/ns`` :term:`board targets<board target>`.
20 * The :ref:`secure storage subsystem <secure_storage>`, for the other board targets.
34 For board targets with TF-M:
45 For board targets without TF-M.
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/common/
Di2c_virtual.c19 sys_slist_t targets; member
34 SYS_SLIST_FOR_EACH_NODE(&data->targets, node) { in find_address()
47 /* Attach I2C targets */
63 sys_slist_append(&data->targets, &config->node); in i2c_virtual_target_register()
78 if (!sys_slist_find_and_remove(&data->targets, &config->node)) { in i2c_virtual_target_unregister()
218 sys_slist_init(&data->targets); in i2c_virtual_init()
/Zephyr-latest/scripts/schemas/
Dsoc-schema.yml100 grouping of board targets. This is to allow for future image program cycles to not
107 of west flash for a given set of flash runners and board targets.
132 A grouping of board targets which the command should apply to. Can
143 two board targets even if they both match.
/Zephyr-latest/doc/develop/west/
Dwithout-west.rst81 Running build system targets like ``ninja flash``, ``ninja debug``,
85 those targets will fail. You can of course still flash and debug using
89 If you want to use these build system targets but do not want to
122 specifically run one of these build system targets with a command
126 flash``. This is because these build system targets depend on an
/Zephyr-latest/samples/sysbuild/hello_world/
DREADME.rst2 :name: Hello World for multiple board targets using Sysbuild
4 Run a hello world sample on multiple board targets
10 targets with :ref:`sysbuild`. This sample can be useful to test, for example,

12345678910>>...12