/Zephyr-Core-3.5.0/ |
D | west.yml | 39 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/ |
D | optional.yaml | 10 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/ |
D | xlnx,pinctrl-zynq.yaml | 10 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 …]
|
D | nxp,imx-iomuxc.yaml | 8 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/ |
D | nuvoton,npcx-miwu-int-map.yaml | 12 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/ |
D | mgmt_defines.h | 46 * 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/ |
D | zybo-pinctrl.dtsi | 12 groups = "uart1_10_grp"; 17 groups = "uart1_10_grp";
|
/Zephyr-Core-3.5.0/doc/develop/west/ |
D | manifest.rst | 94 # 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 …]
|
D | config.rst | 143 - 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/ |
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-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/subsys/mgmt/mcumgr/smp/ |
D | Kconfig | 74 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/ |
D | npcx9-miwus-int-map.dtsi | 14 map_miwu0_groups: map-miwu0-groups { 50 map_miwu2_groups: map-miwu2-groups {
|
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/grp/zephyr_basic/ |
D | Kconfig | 7 Enables MCUmgr to processing of Zephyr specific groups.
|
/Zephyr-Core-3.5.0/doc/services/device_mgmt/smp_groups/ |
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-Core-3.5.0/subsys/bluetooth/mesh/ |
D | lpn.c | 290 * 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/ |
D | npcx4-miwus-int-map.dtsi | 14 map_miwu0_groups: map-miwu0-groups { 50 map_miwu2_groups: map-miwu2-groups {
|
/Zephyr-Core-3.5.0/subsys/bluetooth/host/ |
D | testing.c | 112 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/ |
D | testing.h | 82 * @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/ |
D | index.rst | 19 SMP Groups
|
D | mcumgr_handlers.rst | 11 :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/ |
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-Core-3.5.0/dts/bindings/gpio/ |
D | ite,it8xxx2-gpio-v2.yaml | 23 The WUC groups internal and external inputs, and asserts
|
/Zephyr-Core-3.5.0/subsys/bluetooth/ |
D | Kconfig.iso | 134 int "Maximum number of Connected Isochronous Groups (CIGs) to support" 145 int "Maximum number of Broadcast Isochronous Groups (BIGs) to support"
|