/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_10.rst | 14 | ``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 …]
|
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-latest/doc/_extensions/zephyr/ |
D | api_overview.py | 102 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/ |
D | zybo-pinctrl.dtsi | 12 groups = "uart1_10_grp"; 17 groups = "uart1_10_grp";
|
/Zephyr-latest/soc/mediatek/mt8xxx/ |
D | soc.c | 97 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/ |
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-latest/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-latest/subsys/mgmt/mcumgr/grp/enum_mgmt/ |
D | Kconfig | 20 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/ |
D | lpn.c | 733 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 …]
|
D | testing.c | 115 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()
|
D | lpn.h | 48 void bt_mesh_lpn_group_del(const uint16_t *groups, size_t group_count);
|
D | testing.h | 73 int bt_mesh_test_lpn_group_remove(uint16_t *groups, size_t groups_count);
|
/Zephyr-latest/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-latest/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-latest/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
|
/Zephyr-latest/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-latest/tests/subsys/mgmt/mcumgr/enum_mgmt/src/ |
D | smp_test_util.h | 29 uint16_t *buffer_size, uint16_t *groups, uint8_t groups_size);
|
D | smp_test_util.c | 90 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/ |
D | manifest.rst | 94 # 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/ |
D | configuration.rst | 9 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/ |
D | Kconfig | 7 Enables MCUmgr to processing of Zephyr specific groups.
|
/Zephyr-latest/scripts/ci/ |
D | errno.py | 27 errnos.append(m.groups())
|
/Zephyr-latest/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-latest/include/zephyr/bluetooth/mesh/ |
D | access.h | 443 .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/ |
D | app.overlay | 17 /* Note: the groups are just meant for testing if properties and
|