/Zephyr-Core-2.7.6/ |
D | west.yml | 37 groups: 42 groups: 47 groups: 52 groups: 57 groups: 62 groups: 68 groups: 73 groups: 78 groups: 83 groups: [all …]
|
/Zephyr-Core-2.7.6/dts/bindings/interrupt-controller/ |
D | nuvoton,npcx-miwu-int-map.yaml | 12 description: parent device node of miwu groups 29 groups: 32 description: groups shared the same interrupt
|
/Zephyr-Core-2.7.6/doc/guides/west/ |
D | manifest.rst | 94 # a list of project groups to enable or disable 282 * - ``groups`` 283 - Optional, a list of groups the project belongs to. See 284 :ref:`west-manifest-groups` for details. 426 See :ref:`west-manifest-groups`. 428 .. _west-manifest-groups: 430 Project Groups and Active Projects 433 You can use the ``groups`` and ``group-filter`` keys briefly described 434 :ref:`above <west-manifest-files>` to place projects into groups, and filter 435 which groups are enabled. These keys appear in the manifest like this: [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`.
|
D | built-in.rst | 95 If your manifest uses :ref:`project groups <west-manifest-groups>`, then 178 The ``--group-filter`` option can be used to change which project groups 180 See :ref:`west-manifest-groups` for details on the project group feature.
|
/Zephyr-Core-2.7.6/cmake/linker/ |
D | linker_script_common.cmake | 378 get_property(groups GLOBAL PROPERTY ${GET_OBJECT}_GROUPS) 379 foreach(group ${groups}) 393 get_property(groups GLOBAL PROPERTY ${GET_OBJECT}_${vma}_GROUPS) 394 foreach(group ${groups}) 405 get_property(groups GLOBAL PROPERTY ${GET_OBJECT}_GROUPS) 406 list(APPEND out ${groups}) 408 foreach(group ${groups}) 416 get_property(groups GLOBAL PROPERTY ${GET_OBJECT}_${vma}_GROUPS) 417 list(APPEND out ${groups}) 419 foreach(group ${groups}) [all …]
|
/Zephyr-Core-2.7.6/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-2.7.6/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-2.7.6/subsys/bluetooth/mesh/ |
D | lpn.c | 265 * Friendship is created, in case lpn->groups doesn't get in clear_friendship() 648 for (i = 0; i < ARRAY_SIZE(lpn->groups); i++) { in lpn_group_add() 649 if (lpn->groups[i] == group) { in lpn_group_add() 654 if (!free_slot && lpn->groups[i] == BT_MESH_ADDR_UNASSIGNED) { in lpn_group_add() 655 free_slot = &lpn->groups[i]; in lpn_group_add() 673 for (i = 0; i < ARRAY_SIZE(lpn->groups); i++) { in lpn_group_del() 674 if (lpn->groups[i] == group) { in lpn_group_del() 680 lpn->groups[i] = BT_MESH_ADDR_UNASSIGNED; in lpn_group_del() 725 for (i = 0, g = 0; i < ARRAY_SIZE(lpn->groups); i++) { in sub_update() 726 if (lpn->groups[i] == BT_MESH_ADDR_UNASSIGNED) { in sub_update() [all …]
|
D | access.c | 410 for (i = 0; i < ARRAY_SIZE(mod->groups); i++) { in model_group_get() 411 if (mod->groups[i] == addr) { in model_group_get() 412 return &mod->groups[i]; in model_group_get() 915 (void)memset(mod->groups, 0, sizeof(mod->groups)); in mod_set_sub() 922 len = read_cb(cb_arg, mod->groups, sizeof(mod->groups)); in mod_set_sub() 928 BT_HEXDUMP_DBG(mod->groups, len, "val"); in mod_set_sub() 931 len / sizeof(mod->groups[0])); in mod_set_sub() 1113 uint16_t groups[CONFIG_BT_MESH_MODEL_GROUP_COUNT]; in store_pending_mod_sub() local 1118 if (mod->groups[i] != BT_MESH_ADDR_UNASSIGNED) { in store_pending_mod_sub() 1119 groups[count++] = mod->groups[i]; in store_pending_mod_sub() [all …]
|
D | lpn.h | 48 void bt_mesh_lpn_group_del(uint16_t *groups, size_t group_count);
|
D | net.h | 158 /* Subscribed groups */ 159 uint16_t groups[LPN_GROUPS]; member 165 /* Bit fields for tracking which groups the Friend knows about */
|
D | cfg_srv.c | 869 for (i = 0, clear_count = 0; i < ARRAY_SIZE(mod->groups); i++) { in mod_sub_list_clear() 870 if (!BT_MESH_ADDR_IS_VIRTUAL(mod->groups[i])) { in mod_sub_list_clear() 871 if (mod->groups[i] != BT_MESH_ADDR_UNASSIGNED) { in mod_sub_list_clear() 872 mod->groups[i] = BT_MESH_ADDR_UNASSIGNED; in mod_sub_list_clear() 879 label_uuid = bt_mesh_va_label_get(mod->groups[i]); in mod_sub_list_clear() 881 mod->groups[i] = BT_MESH_ADDR_UNASSIGNED; in mod_sub_list_clear() 1151 bt_mesh_lpn_group_del(mod->groups, ARRAY_SIZE(mod->groups)); in mod_sub_clear_visitor() 1207 if (ARRAY_SIZE(mod->groups) > 0) { in mod_sub_overwrite() 1210 mod->groups[0] = sub_addr; in mod_sub_overwrite() 1298 for (i = 0; i < ARRAY_SIZE(mod->groups); i++) { in mod_sub_list_visitor() [all …]
|
/Zephyr-Core-2.7.6/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-2.7.6/subsys/bluetooth/ |
D | Kconfig.iso | 84 int "Maximum number of Connected Isochronous Groups (CIGs) to support" 95 int "Maximum number of Broadcast Isochronous Groups (BIGs) to support"
|
/Zephyr-Core-2.7.6/subsys/bluetooth/host/ |
D | testing.c | 100 int bt_test_mesh_lpn_group_remove(uint16_t *groups, size_t groups_count) in bt_test_mesh_lpn_group_remove() argument 102 bt_mesh_lpn_group_del(groups, groups_count); in bt_test_mesh_lpn_group_remove()
|
/Zephyr-Core-2.7.6/include/bluetooth/ |
D | testing.h | 78 * @param groups Group addresses 83 int bt_test_mesh_lpn_group_remove(uint16_t *groups, size_t groups_count);
|
/Zephyr-Core-2.7.6/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}) 328 set(groups) variable 329 get_objects(LIST groups OBJECT ${REGION_OBJECT} TYPE GROUP) 330 foreach(group ${groups})
|
/Zephyr-Core-2.7.6/include/mgmt/mcumgr/ |
D | zephyr_groups.h | 16 * from PERUSER to avoid collision with user defined groups.
|
/Zephyr-Core-2.7.6/include/stats/ |
D | stats.h | 12 * and usage monitoring. Statistics are organized into named "groups", with 188 * statistics groups. 225 * statistics groups. If the name is a 250 * statistics groups. If the name is a 325 * NULL if no more groups remain.
|
/Zephyr-Core-2.7.6/scripts/ |
D | parse_syscalls.py | 54 items = [mo.groups()[0].strip() for mo in regex.finditer(contents)] 83 syscall_result = [(mo.groups(), fn)
|
/Zephyr-Core-2.7.6/cmake/linker/armlink/ |
D | scatter_script.cmake | 106 get_property(groups GLOBAL PROPERTY ${REGION_OBJECT}_GROUP_LIST_ORDERED) 107 foreach(group ${groups}) 187 get_property(groups GLOBAL PROPERTY ${STRING_OBJECT}_GROUPS) 188 foreach(group ${groups}) 207 get_property(groups GLOBAL PROPERTY ${STRING_OBJECT}_${vma}_GROUPS) 208 foreach(group ${groups})
|
D | target.cmake | 51 -DGROUPS="$<TARGET_PROPERTY:linker,GROUPS>" 113 # look into changing to COMDAT groups.
|
/Zephyr-Core-2.7.6/scripts/ci/ |
D | errno.py | 27 errnos.append(m.groups())
|
/Zephyr-Core-2.7.6/boards/arm/rcar_h3ulcb/support/ |
D | openocd.cfg | 74 # clocks, power management, security groups
|