Home
last modified time | relevance | path

Searched full:groups (Results 1 – 25 of 164) sorted by relevance

1234567

/Zephyr-Core-3.5.0/
Dwest.yml39 groups:
46 groups:
53 groups:
60 groups:
67 groups:
74 groups:
81 groups:
88 groups:
95 groups:
102 groups:
[all …]
/Zephyr-Core-3.5.0/submanifests/
Doptional.yaml10 groups:
16 groups:
22 groups:
28 groups:
34 groups:
40 groups:
47 groups:
53 groups:
59 groups:
/Zephyr-Core-3.5.0/dts/bindings/pinctrl/
Dxlnx,pinctrl-zynq.yaml10 configurations in groups. Each group within the pinctrl node defines the pin multiplexing and
12 peripheral with the same configuration properties. Pins are selected either by named pin groups
13 (e.g. groups = "uart1_10_grp") or by named pins (e.g. pins = "MIO49") or a combination of
23 groups = "uart1_10_grp";
28 groups = "uart1_10_grp";
84 groups:
87 Specify list of pin groups to select for this configuration node.
89 Valid pin groups are "ethernet0_0_grp", "ethernet1_0_grp", "mdio0_0_grp," "mdio1_0_grp",
123 Pin groups are combined with pin names (see pins) to form the full list of pins to select.
131 Pin names are combined with pin groups (see groups) to form the full list of pins to
[all …]
Dnxp,imx-iomuxc.yaml8 compatible string to define pin groups.
11 selections, but should instead edit the pinctrl groups for their board.
/Zephyr-Core-3.5.0/dts/bindings/interrupt-controller/
Dnuvoton,npcx-miwu-int-map.yaml12 description: parent device node of miwu groups
29 groups:
31 description: groups shared the same interrupt
/Zephyr-Core-3.5.0/include/zephyr/mgmt/mcumgr/mgmt/
Dmgmt_defines.h46 * MCUmgr groups. The first 64 groups are reserved for system level mcumgr
80 /** User groups defined from 64 onwards */
83 /** Zephyr-specific groups decrease from PERUSER to avoid collision with upstream and
84 * user-defined groups.
/Zephyr-Core-3.5.0/boards/arm/zybo/
Dzybo-pinctrl.dtsi12 groups = "uart1_10_grp";
17 groups = "uart1_10_grp";
/Zephyr-Core-3.5.0/doc/develop/west/
Dmanifest.rst94 # 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 …]
Dconfig.rst143 - 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/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.5.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.5.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.5.0/subsys/mgmt/mcumgr/smp/
DKconfig74 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.
/Zephyr-Core-3.5.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.5.0/subsys/mgmt/mcumgr/grp/zephyr_basic/
DKconfig7 Enables MCUmgr to processing of Zephyr specific groups.
/Zephyr-Core-3.5.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.5.0/subsys/bluetooth/mesh/
Dlpn.c290 * Friendship is created, in case lpn->groups doesn't get in clear_friendship()
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()
[all …]
/Zephyr-Core-3.5.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.5.0/subsys/bluetooth/host/
Dtesting.c112 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/include/zephyr/bluetooth/
Dtesting.h82 * @param groups Group addresses
87 int bt_test_mesh_lpn_group_remove(uint16_t *groups, size_t groups_count);
/Zephyr-Core-3.5.0/doc/services/device_mgmt/
Dindex.rst19 SMP Groups
Dmcumgr_handlers.rst11 :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/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.5.0/dts/bindings/gpio/
Dite,it8xxx2-gpio-v2.yaml23 The WUC groups internal and external inputs, and asserts
/Zephyr-Core-3.5.0/subsys/bluetooth/
DKconfig.iso134 int "Maximum number of Connected Isochronous Groups (CIGs) to support"
145 int "Maximum number of Broadcast Isochronous Groups (BIGs) to support"

1234567