/Zephyr-Core-3.4.0/ |
D | west.yml | 36 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/ |
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.4.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.4.0/boards/arm/zybo/ |
D | zybo-pinctrl.dtsi | 12 groups = "uart1_10_grp"; 17 groups = "uart1_10_grp";
|
/Zephyr-Core-3.4.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.4.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.4.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.4.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.4.0/doc/services/device_mgmt/smp_groups/ |
D | smp_group_2.rst | 19 | ``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/ |
D | mgmt.h | 42 * 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/ |
D | npcx9-miwus-int-map.dtsi | 14 map_miwu0_groups: map-miwu0-groups { 50 map_miwu2_groups: map-miwu2-groups {
|
/Zephyr-Core-3.4.0/subsys/mgmt/mcumgr/grp/zephyr_basic/ |
D | Kconfig | 7 Enables MCUmgr to processing of Zephyr specific groups.
|
/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/ |
D | lpn.c | 283 * 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 …]
|
D | lpn.h | 48 void bt_mesh_lpn_group_del(uint16_t *groups, size_t group_count);
|
/Zephyr-Core-3.4.0/doc/services/device_mgmt/ |
D | index.rst | 18 SMP Groups
|
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: 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/ |
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.4.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.4.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.4.0/subsys/bluetooth/ |
D | Kconfig.iso | 120 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/ |
D | Kconfig | 66 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/ |
D | ite,it8xxx2-gpio-v2.yaml | 23 The WUC groups internal and external inputs, and asserts
|
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio_nrf5_ppi_resources.h | 118 * 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
|