Home
last modified time | relevance | path

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

1234

/Zephyr-Core-2.7.6/
Dwest.yml37 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/
Dnuvoton,npcx-miwu-int-map.yaml12 description: parent device node of miwu groups
29 groups:
32 description: groups shared the same interrupt
/Zephyr-Core-2.7.6/doc/guides/west/
Dmanifest.rst94 # 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 …]
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`.
Dbuilt-in.rst95 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/
Dlinker_script_common.cmake378 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/
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-2.7.6/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-2.7.6/subsys/bluetooth/mesh/
Dlpn.c265 * 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 …]
Daccess.c410 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 …]
Dlpn.h48 void bt_mesh_lpn_group_del(uint16_t *groups, size_t group_count);
Dnet.h158 /* Subscribed groups */
159 uint16_t groups[LPN_GROUPS]; member
165 /* Bit fields for tracking which groups the Friend knows about */
Dcfg_srv.c869 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/
Dnpcx9-miwus-int-map.dtsi14 map_miwu0_groups: map-miwu0-groups {
50 map_miwu2_groups: map-miwu2-groups {
/Zephyr-Core-2.7.6/subsys/bluetooth/
DKconfig.iso84 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/
Dtesting.c100 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/
Dtesting.h78 * @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/
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})
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/
Dzephyr_groups.h16 * from PERUSER to avoid collision with user defined groups.
/Zephyr-Core-2.7.6/include/stats/
Dstats.h12 * 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/
Dparse_syscalls.py54 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/
Dscatter_script.cmake106 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})
Dtarget.cmake51 -DGROUPS="$<TARGET_PROPERTY:linker,GROUPS>"
113 # look into changing to COMDAT groups.
/Zephyr-Core-2.7.6/scripts/ci/
Derrno.py27 errnos.append(m.groups())
/Zephyr-Core-2.7.6/boards/arm/rcar_h3ulcb/support/
Dopenocd.cfg74 # clocks, power management, security groups

1234