Home
last modified time | relevance | path

Searched refs:groups (Results 1 – 25 of 114) sorted by relevance

12345

/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_10.rst14 | ``0`` | Count of supported groups |
16 | ``1`` | List supported groups |
20 | ``3`` | Details on supported groups |
23 Count of supported groups command
26 Count of supported groups returns the total number of MCUmgr command groups that a device supports.
28 Count of supported groups request
44 Count of supported groups response
47 Count of supported groups response header fields:
95 | "count" | contains the total number of supported MCUmgr groups on the device. |
107 List supported groups command
[all …]
Dsmp_group_2.rst19 | ``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-latest/doc/_extensions/zephyr/
Dapi_overview.py102 groups = []
107 groups.append(doxmlparser.compound.parse(file_name, True))
109 return groups
112 def generate_table(app, toplevel, groups): argument
131 visit_group(app, t, groups, rows)
150 groups = parse_xml_dir(doxygen_xml_dir)
154 for g in groups
158 for h in [j.get_compounddef()[0].get_innergroup() for j in groups]
163 app.builder.env.api_overview_table = generate_table(app, toplevel, groups)
/Zephyr-latest/boards/digilent/zybo/
Dzybo-pinctrl.dtsi12 groups = "uart1_10_grp";
17 groups = "uart1_10_grp";
/Zephyr-latest/soc/mediatek/mt8xxx/
Dsoc.c97 struct intc64 groups[16]; /* set bit == "member of group" */ member
114 set_group_bit(&INTC.groups[i], irq, i == group); in mt8196_intc_set_irq_group()
127 for (int i = 0; i < ARRAY_SIZE(INTC.groups); i++) { in mt8196_intc_init()
128 INTC.groups[i] = zero; in mt8196_intc_init()
/Zephyr-latest/dts/arm/nuvoton/npcx/
Dnpcx-miwus-int-map.dtsi10 map_miwu0_groups: map-miwu0-groups {
26 map_miwu1_groups: map-miwu1-groups {
72 map_miwu2_groups: map-miwu2-groups {
/Zephyr-latest/dts/arm/nuvoton/npcx/npcx7/
Dnpcx7-miwus-int-map.dtsi14 map_miwu0_groups: map-miwu0-groups {
30 map_miwu2_groups: map-miwu2-groups {
/Zephyr-latest/subsys/mgmt/mcumgr/grp/enum_mgmt/
DKconfig20 for listing supported command groups.
29 Implements functionality for listing details about groups.
39 Will include the name of groups in the detail command response.
45 Will include the number of handlers of groups in the detail command response.
90 command groups.
/Zephyr-latest/subsys/bluetooth/mesh/
Dlpn.c733 for (i = 0; i < ARRAY_SIZE(lpn->groups); i++) { in lpn_group_add()
734 if (lpn->groups[i] == group) { in lpn_group_add()
739 if (!free_slot && lpn->groups[i] == BT_MESH_ADDR_UNASSIGNED) { in lpn_group_add()
740 free_slot = &lpn->groups[i]; in lpn_group_add()
758 for (i = 0; i < ARRAY_SIZE(lpn->groups); i++) { in lpn_group_del()
759 if (lpn->groups[i] == group) { in lpn_group_del()
765 lpn->groups[i] = BT_MESH_ADDR_UNASSIGNED; in lpn_group_del()
810 for (i = 0, g = 0; i < ARRAY_SIZE(lpn->groups); i++) { in sub_update()
811 if (lpn->groups[i] == BT_MESH_ADDR_UNASSIGNED) { in sub_update()
830 req.addr_list[g++] = sys_cpu_to_be16(lpn->groups[i]); in sub_update()
[all …]
Dtesting.c115 int bt_mesh_test_lpn_group_remove(uint16_t *groups, size_t groups_count) in bt_mesh_test_lpn_group_remove() argument
117 bt_mesh_lpn_group_del(groups, groups_count); in bt_mesh_test_lpn_group_remove()
Dlpn.h48 void bt_mesh_lpn_group_del(const uint16_t *groups, size_t group_count);
Dtesting.h73 int bt_mesh_test_lpn_group_remove(uint16_t *groups, size_t groups_count);
/Zephyr-latest/cmake/linker/
Dlinker_script_common.cmake382 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-latest/dts/arm/nuvoton/npcx/npcx9/
Dnpcx9-miwus-int-map.dtsi14 map_miwu0_groups: map-miwu0-groups {
50 map_miwu2_groups: map-miwu2-groups {
/Zephyr-latest/doc/services/device_mgmt/
Dsmp_protocol.rst110 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
/Zephyr-latest/dts/arm/nuvoton/npcx/npcx4/
Dnpcx4-miwus-int-map.dtsi14 map_miwu0_groups: map-miwu0-groups {
50 map_miwu2_groups: map-miwu2-groups {
/Zephyr-latest/tests/subsys/mgmt/mcumgr/enum_mgmt/src/
Dsmp_test_util.h29 uint16_t *buffer_size, uint16_t *groups, uint8_t groups_size);
Dsmp_test_util.c90 uint16_t *buffer_size, uint16_t *groups, uint8_t groups_size) in create_enum_mgmt_details_packet() argument
103 uint32_t group = (uint32_t)groups[i]; in create_enum_mgmt_details_packet()
/Zephyr-latest/doc/develop/west/
Dmanifest.rst94 # a list of project groups to enable or disable
294 * - ``groups``
295 - Optional, a list of groups the project belongs to. See
296 :ref:`west-manifest-groups` for details.
483 - ``manifest: group-filter:``, and ``groups:`` in ``projects:``
484 (:ref:`west-manifest-groups`)
526 See :ref:`west-manifest-groups`.
543 a project inactive using its ``groups:`` are ignored. That is, if a regular
545 project's groups have no effect on whether it is active or inactive.
549 2. Otherwise, if a project has groups, and they are all disabled, then the
[all …]
/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
54 groups:
64 groups:
75 groups:
/Zephyr-latest/subsys/mgmt/mcumgr/grp/zephyr_basic/
DKconfig7 Enables MCUmgr to processing of Zephyr specific groups.
/Zephyr-latest/scripts/ci/
Derrno.py27 errnos.append(m.groups())
/Zephyr-latest/cmake/linker/ld/
Dld_script.cmake123 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-latest/include/zephyr/bluetooth/mesh/
Daccess.h443 .groups = (uint16_t []) BT_MESH_MODEL_GROUPS_UNASSIGNED(_grps), \
477 .groups = (uint16_t []) BT_MESH_MODEL_GROUPS_UNASSIGNED(_grps), \
524 .groups = (uint16_t []) BT_MESH_MODEL_GROUPS_UNASSIGNED(CONFIG_BT_MESH_MODEL_GROUP_COUNT), \
581 .groups = (uint16_t []) BT_MESH_MODEL_GROUPS_UNASSIGNED(CONFIG_BT_MESH_MODEL_GROUP_COUNT), \
921 uint16_t * const groups; member
/Zephyr-latest/tests/drivers/pinctrl/nrf/
Dapp.overlay17 /* Note: the groups are just meant for testing if properties and

12345