/Zephyr-Core-3.5.0/doc/services/device_mgmt/smp_groups/ |
D | smp_group_2.rst | 19 | ``1`` | List groups | 119 | "fields" | this is map of entries within groups that consists of pairs where the | 135 Statistics: list of groups 138 The command is used to obtain list of groups of statistics that are gathered 139 on a device. This is a list of names as given to groups with 142 may be considered optional as it is known during compilation what groups will 145 Statistics: list of groups request argument 161 Statistics: list of groups response argument 216 | | there are no groups. |
|
/Zephyr-Core-3.5.0/boards/arm/zybo/ |
D | zybo-pinctrl.dtsi | 12 groups = "uart1_10_grp"; 17 groups = "uart1_10_grp";
|
/Zephyr-Core-3.5.0/dts/arm/nuvoton/npcx/ |
D | npcx-miwus-int-map.dtsi | 10 map_miwu0_groups: map-miwu0-groups { 26 map_miwu1_groups: map-miwu1-groups { 72 map_miwu2_groups: map-miwu2-groups {
|
/Zephyr-Core-3.5.0/dts/arm/nuvoton/npcx/npcx7/ |
D | npcx7-miwus-int-map.dtsi | 14 map_miwu0_groups: map-miwu0-groups { 30 map_miwu2_groups: map-miwu2-groups {
|
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/ |
D | lpn.c | 735 for (i = 0; i < ARRAY_SIZE(lpn->groups); i++) { in lpn_group_add() 736 if (lpn->groups[i] == group) { in lpn_group_add() 741 if (!free_slot && lpn->groups[i] == BT_MESH_ADDR_UNASSIGNED) { in lpn_group_add() 742 free_slot = &lpn->groups[i]; in lpn_group_add() 760 for (i = 0; i < ARRAY_SIZE(lpn->groups); i++) { in lpn_group_del() 761 if (lpn->groups[i] == group) { in lpn_group_del() 767 lpn->groups[i] = BT_MESH_ADDR_UNASSIGNED; in lpn_group_del() 812 for (i = 0, g = 0; i < ARRAY_SIZE(lpn->groups); i++) { in sub_update() 813 if (lpn->groups[i] == BT_MESH_ADDR_UNASSIGNED) { in sub_update() 832 req.addr_list[g++] = sys_cpu_to_be16(lpn->groups[i]); in sub_update() [all …]
|
D | lpn.h | 48 void bt_mesh_lpn_group_del(const uint16_t *groups, size_t group_count);
|
D | access.c | 1090 if (mod->groups[i] == addr) { in model_group_get() 1091 return &mod->groups[i]; in model_group_get() 1777 size_t size = mod->groups_cnt * sizeof(mod->groups[0]); in mod_set_sub() 1781 (void)memset(mod->groups, 0, size); in mod_set_sub() 1788 len = read_cb(cb_arg, mod->groups, size); in mod_set_sub() 1794 LOG_HEXDUMP_DBG(mod->groups, len, "val"); in mod_set_sub() 1796 LOG_DBG("Decoded %zu subscribed group addresses for model", len / sizeof(mod->groups[0])); in mod_set_sub() 1806 if (BT_MESH_ADDR_IS_VIRTUAL(mod->groups[i])) { in mod_set_sub() 1812 mod->uuids[j] = bt_mesh_va_uuid_get(mod->groups[i], NULL, NULL); in mod_set_sub() 2078 uint16_t groups[CONFIG_BT_MESH_MODEL_GROUP_COUNT]; in store_pending_mod_sub() local [all …]
|
/Zephyr-Core-3.5.0/cmake/linker/ |
D | linker_script_common.cmake | 382 get_property(groups GLOBAL PROPERTY ${GET_OBJECT}_GROUPS) 383 foreach(group ${groups}) 397 get_property(groups GLOBAL PROPERTY ${GET_OBJECT}_${vma}_GROUPS) 398 foreach(group ${groups}) 409 get_property(groups GLOBAL PROPERTY ${GET_OBJECT}_GROUPS) 410 list(APPEND out ${groups}) 412 foreach(group ${groups}) 420 get_property(groups GLOBAL PROPERTY ${GET_OBJECT}_${vma}_GROUPS) 421 list(APPEND out ${groups}) 423 foreach(group ${groups}) [all …]
|
/Zephyr-Core-3.5.0/subsys/bluetooth/host/ |
D | testing.c | 112 int bt_test_mesh_lpn_group_remove(uint16_t *groups, size_t groups_count) in bt_test_mesh_lpn_group_remove() argument 114 bt_mesh_lpn_group_del(groups, groups_count); in bt_test_mesh_lpn_group_remove()
|
/Zephyr-Core-3.5.0/dts/arm/nuvoton/npcx/npcx9/ |
D | npcx9-miwus-int-map.dtsi | 14 map_miwu0_groups: map-miwu0-groups { 50 map_miwu2_groups: map-miwu2-groups {
|
/Zephyr-Core-3.5.0/doc/services/device_mgmt/ |
D | smp_protocol.rst | 110 The SMP protocol supports predefined common groups and allows user defined 111 groups. The following table presents a list of common groups: 147 | | an application specific management groups. | 150 The payload for above groups, except for user groups (``64`` and above) is 211 Specifications of management groups supported by Zephyr
|
D | mcumgr_handlers.rst | 11 :c:enum:`mcumgr_group_t` contains the management groups available in Zephyr with their 55 :c:enum:`MGMT_GROUP_ID_PERUSER`, which is the start group ID for user-defined groups, note that 56 group IDs need to be unique so other custom groups should use different values, a central index 73 :c:enum:`MGMT_EVT_GRP_USER_CUSTOM_START`, which is the start event ID for user-defined groups, 74 note that event IDs need to be unique so other custom groups should use different values, a
|
/Zephyr-Core-3.5.0/dts/arm/nuvoton/npcx/npcx4/ |
D | npcx4-miwus-int-map.dtsi | 14 map_miwu0_groups: map-miwu0-groups { 50 map_miwu2_groups: map-miwu2-groups {
|
/Zephyr-Core-3.5.0/doc/develop/west/ |
D | manifest.rst | 94 # a list of project groups to enable or disable 286 * - ``groups`` 287 - Optional, a list of groups the project belongs to. See 288 :ref:`west-manifest-groups` for details. 471 - ``manifest: group-filter:``, and ``groups:`` in ``projects:`` 472 (:ref:`west-manifest-groups`) 510 See :ref:`west-manifest-groups`. 527 a project inactive using its ``groups:`` are ignored. That is, if a regular 529 project's groups have no effect on whether it is active or inactive. 533 2. Otherwise, if a project has groups, and they are all disabled, then the [all …]
|
D | config.rst | 143 - String, default empty. A comma-separated list of project groups to 144 enable and disable within the workspace. Prefix enabled groups with 145 ``+`` and disabled groups with ``-``. For example, the value 147 :ref:`west-manifest-groups`. 183 is active or not regardless of whether any or all of its groups are 185 groups inactive.) 189 to its groups (see :ref:`west-project-group-examples` for examples in
|
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/grp/zephyr_basic/ |
D | Kconfig | 7 Enables MCUmgr to processing of Zephyr specific groups.
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/ |
D | testing.h | 87 int bt_test_mesh_lpn_group_remove(uint16_t *groups, size_t groups_count);
|
/Zephyr-Core-3.5.0/cmake/linker/ld/ |
D | ld_script.cmake | 123 get_property(groups GLOBAL PROPERTY ${STRING_OBJECT}_GROUPS) 124 foreach(group ${groups}) 148 get_property(groups GLOBAL PROPERTY ${STRING_OBJECT}_${vma}_GROUPS) 149 foreach(group ${groups}) 329 set(groups) variable 330 get_objects(LIST groups OBJECT ${REGION_OBJECT} TYPE GROUP) 331 foreach(group ${groups})
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/mesh/ |
D | access.h | 431 .groups = (uint16_t []) BT_MESH_MODEL_GROUPS_UNASSIGNED(_grps), \ 465 .groups = (uint16_t []) BT_MESH_MODEL_GROUPS_UNASSIGNED(_grps), \ 511 .groups = (uint16_t []) BT_MESH_MODEL_GROUPS_UNASSIGNED(CONFIG_BT_MESH_MODEL_GROUP_COUNT), \ 566 .groups = (uint16_t []) BT_MESH_MODEL_GROUPS_UNASSIGNED(CONFIG_BT_MESH_MODEL_GROUP_COUNT), \ 893 uint16_t * const groups; member
|
/Zephyr-Core-3.5.0/scripts/ci/ |
D | errno.py | 27 errnos.append(m.groups())
|
/Zephyr-Core-3.5.0/tests/drivers/pinctrl/nrf/ |
D | app.overlay | 17 /* Note: the groups are just meant for testing if properties and
|
/Zephyr-Core-3.5.0/scripts/build/ |
D | parse_syscalls.py | 55 items = [mo.groups()[0].strip() for mo in regex.finditer(contents)] 127 syscall_result = [(mo.groups(), fn, to_emit)
|
/Zephyr-Core-3.5.0/scripts/utils/ |
D | migrate_sys_init.py | 57 b, sys_init, arg, e = m.groups()
|
/Zephyr-Core-3.5.0/tests/drivers/pinctrl/gd32/boards/ |
D | gd32f450i_eval.overlay | 16 /* Note: the groups are just meant for testing if properties and
|
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/smp/ |
D | Kconfig | 74 be expected to be decoded within different command groups. 75 SMP commands/groups that provide no CBOR encoded payload 130 be encoded within different comm&& groups.
|