Home
last modified time | relevance | path

Searched refs:group_type (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/scripts/west_commands/
Drun_common.py294 group_type = 'boards' if highest_entry.board is True else 'qualifiers'
300 if group_type == 'qualifiers':
302 for target in group[group_type]:
307 targets = group[group_type]
/Zephyr-latest/subsys/bluetooth/audio/
Dmpl.c575 const struct bt_uuid *group_type = BT_UUID_OTS_TYPE_GROUP; in add_parent_group_object() local
586 add_param.type.uuid_16.val = BT_UUID_16(group_type)->val; in add_parent_group_object()
603 const struct bt_uuid *group_type = BT_UUID_OTS_TYPE_GROUP; in add_group_object() local
621 add_param.type.uuid_16.val = BT_UUID_16(group_type)->val; in add_group_object()
/Zephyr-latest/cmake/linker/iar/
Dconfig_file_script.cmake108 get_property(group_type GLOBAL PROPERTY ${group}_OBJ_TYPE)
164 get_property(group_type GLOBAL PROPERTY ${group}_OBJ_TYPE)
168 if(${group_type} STREQUAL GROUP)