Home
last modified time | relevance | path

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

1234567

/Zephyr-Core-3.4.0/
Dwest.yml36 groups:
43 groups:
50 groups:
57 groups:
64 groups:
71 groups:
78 groups:
85 groups:
92 groups:
99 groups:
[all …]
/Zephyr-Core-3.4.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.4.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.4.0/boards/arm/zybo/
Dzybo-pinctrl.dtsi12 groups = "uart1_10_grp";
17 groups = "uart1_10_grp";
/Zephyr-Core-3.4.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.4.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.4.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.4.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.4.0/doc/services/device_mgmt/smp_groups/
Dsmp_group_2.rst19 | ``1`` | List groups |
104 | "fields" | this is map of entries within groups that consists|
115 Statistics: list of groups
118 The command is used to obtain list of groups of statistics that are gathered
119 on a device. This is a list of names as given to groups with
122 may be considered optional as it is known during compilation what groups will
125 Statistics: list of groups request argument
141 Statistics: list of groups response argument
180 | | array may be empty if there are no groups |
/Zephyr-Core-3.4.0/include/zephyr/mgmt/mcumgr/mgmt/
Dmgmt.h42 * MCUmgr groups. The first 64 groups are reserved for system level mcumgr
76 /** User groups defined from 64 onwards */
79 /** Zephyr-specific groups decrease from PERUSER to avoid collision with upstream and
80 * user-defined groups.
/Zephyr-Core-3.4.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.4.0/subsys/mgmt/mcumgr/grp/zephyr_basic/
DKconfig7 Enables MCUmgr to processing of Zephyr specific groups.
/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/
Dlpn.c283 * Friendship is created, in case lpn->groups doesn't get in clear_friendship()
723 for (i = 0; i < ARRAY_SIZE(lpn->groups); i++) { in lpn_group_add()
724 if (lpn->groups[i] == group) { in lpn_group_add()
729 if (!free_slot && lpn->groups[i] == BT_MESH_ADDR_UNASSIGNED) { in lpn_group_add()
730 free_slot = &lpn->groups[i]; in lpn_group_add()
748 for (i = 0; i < ARRAY_SIZE(lpn->groups); i++) { in lpn_group_del()
749 if (lpn->groups[i] == group) { in lpn_group_del()
755 lpn->groups[i] = BT_MESH_ADDR_UNASSIGNED; in lpn_group_del()
800 for (i = 0, g = 0; i < ARRAY_SIZE(lpn->groups); i++) { in sub_update()
801 if (lpn->groups[i] == BT_MESH_ADDR_UNASSIGNED) { in sub_update()
[all …]
Dlpn.h48 void bt_mesh_lpn_group_del(uint16_t *groups, size_t group_count);
/Zephyr-Core-3.4.0/doc/services/device_mgmt/
Dindex.rst18 SMP Groups
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:
148 | | an application specific management groups. |
151 The payload for above groups, except for user groups (``64`` and above) is
184 Specifications of management groups supported by Zephyr
/Zephyr-Core-3.4.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.4.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.4.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.4.0/subsys/bluetooth/
DKconfig.iso120 int "Maximum number of Connected Isochronous Groups (CIGs) to support"
131 int "Maximum number of Broadcast Isochronous Groups (BIGs) to support"
/Zephyr-Core-3.4.0/subsys/mgmt/mcumgr/smp/
DKconfig66 be expected to be decoded within different command groups.
67 SMP commands/groups that provide no CBOR encoded payload
/Zephyr-Core-3.4.0/dts/bindings/gpio/
Dite,it8xxx2-gpio-v2.yaml23 The WUC groups internal and external inputs, and asserts
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf5_ppi_resources.h118 * 2 adjacent PPIs (9 & 10) and 2 adjacent PPI groups are used for this wiring;
128 * 2 adjacent PPI groups are used for this wiring. 'index' must be 0 or 1.
192 /* The 2 adjacent PPI groups used for implementing SW_SWITCH_TIMER-based

1234567