Home
last modified time | relevance | path

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

1234

/Zephyr-Core-3.7.0/doc/_extensions/zephyr/
Dapi_overview.py100 groups = []
105 groups.append(doxmlparser.compound.parse(file_name, True))
107 return groups
110 def generate_table(app, toplevel, groups): argument
129 visit_group(app, t, groups, rows)
148 groups = parse_xml_dir(doxygen_xml_dir)
152 for g in groups
156 for h in [j.get_compounddef()[0].get_innergroup() for j in groups]
161 app.builder.env.api_overview_table = generate_table(app, toplevel, groups)
/Zephyr-Core-3.7.0/boards/digilent/zybo/
Dzybo-pinctrl.dtsi12 groups = "uart1_10_grp";
17 groups = "uart1_10_grp";
/Zephyr-Core-3.7.0/doc/services/device_mgmt/smp_groups/
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-Core-3.7.0/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-Core-3.7.0/dts/arm/nuvoton/npcx/npcx7/
Dnpcx7-miwus-int-map.dtsi14 map_miwu0_groups: map-miwu0-groups {
30 map_miwu2_groups: map-miwu2-groups {
/Zephyr-Core-3.7.0/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 …]
Dlpn.h48 void bt_mesh_lpn_group_del(const uint16_t *groups, size_t group_count);
/Zephyr-Core-3.7.0/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-Core-3.7.0/dts/arm/nuvoton/npcx/npcx9/
Dnpcx9-miwus-int-map.dtsi14 map_miwu0_groups: map-miwu0-groups {
50 map_miwu2_groups: map-miwu2-groups {
/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Dtesting.c119 int bt_test_mesh_lpn_group_remove(uint16_t *groups, size_t groups_count) in bt_test_mesh_lpn_group_remove() argument
121 bt_mesh_lpn_group_del(groups, groups_count); in bt_test_mesh_lpn_group_remove()
/Zephyr-Core-3.7.0/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-Core-3.7.0/dts/arm/nuvoton/npcx/npcx4/
Dnpcx4-miwus-int-map.dtsi14 map_miwu0_groups: map-miwu0-groups {
50 map_miwu2_groups: map-miwu2-groups {
/Zephyr-Core-3.7.0/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 …]
Dconfig.rst161 - String, default empty. A comma-separated list of project groups to
162 enable and disable within the workspace. Prefix enabled groups with
163 ``+`` and disabled groups with ``-``. For example, the value
165 :ref:`west-manifest-groups`.
201 is active or not regardless of whether any or all of its groups are
203 groups inactive.)
207 to its groups (see :ref:`west-project-group-examples` for examples in
/Zephyr-Core-3.7.0/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-Core-3.7.0/subsys/mgmt/mcumgr/grp/zephyr_basic/
DKconfig7 Enables MCUmgr to processing of Zephyr specific groups.
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/
Dtesting.h90 int bt_test_mesh_lpn_group_remove(uint16_t *groups, size_t groups_count);
/Zephyr-Core-3.7.0/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-Core-3.7.0/include/zephyr/bluetooth/mesh/
Daccess.h439 .groups = (uint16_t []) BT_MESH_MODEL_GROUPS_UNASSIGNED(_grps), \
473 .groups = (uint16_t []) BT_MESH_MODEL_GROUPS_UNASSIGNED(_grps), \
520 .groups = (uint16_t []) BT_MESH_MODEL_GROUPS_UNASSIGNED(CONFIG_BT_MESH_MODEL_GROUP_COUNT), \
577 .groups = (uint16_t []) BT_MESH_MODEL_GROUPS_UNASSIGNED(CONFIG_BT_MESH_MODEL_GROUP_COUNT), \
917 uint16_t * const groups; member
/Zephyr-Core-3.7.0/scripts/ci/
Derrno.py27 errnos.append(m.groups())
/Zephyr-Core-3.7.0/tests/drivers/pinctrl/nrf/
Dapp.overlay17 /* Note: the groups are just meant for testing if properties and
/Zephyr-Core-3.7.0/scripts/build/
Dparse_syscalls.py55 items = [mo.groups()[0].strip() for mo in regex.finditer(contents)]
130 syscall_result = [(mo.groups(), fn, to_emit)
/Zephyr-Core-3.7.0/tests/drivers/can/host/pytest/
Dconftest.py48 chosen = m.groups()[0]
/Zephyr-Core-3.7.0/doc/project/
Dworking_groups.rst7 The TSC, at its discretion, may establish working groups or subcommittees to
22 :ref:`Collaborators <collaborator>`**; however, working groups may impose
71 - Working groups operate on a rough consensus basis. If the working group is
76 - Working groups shall keep track of discussions and record any votes,
/Zephyr-Core-3.7.0/scripts/utils/
Dmigrate_sys_init.py57 b, sys_init, arg, e = m.groups()

1234