Home
last modified time | relevance | path

Searched refs:incl (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.5.0/scripts/west_commands/zspdx/
Dgetincludes.py24 includes = ["-I" + incl.path for incl in tcg.includes]
/Zephyr-Core-3.5.0/arch/x86/core/ia32/
Dexcstub.S138 incl _thread_offset_to_excNestCount(%edx)
Dintstub.S127 incl _kernel_offset_to_nested(%ecx)
/Zephyr-Core-3.5.0/arch/x86/core/intel64/
Dlocore.S156 incl %ebx
728 incl ___cpu_t_nested_OFFSET(%rsi)
/Zephyr-Core-3.5.0/doc/project/
Dproject_roles.rst292 * Boards (incl relevant samples, tests), SoCs (incl DTS)
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dgatt.c1833 struct bt_gatt_attr *incl = attr->user_data; in bt_gatt_attr_read_included() local
1834 uint16_t handle = bt_gatt_attr_get_handle(incl); in bt_gatt_attr_read_included()
1835 struct bt_uuid *uuid = incl->user_data; in bt_gatt_attr_read_included()
3933 struct gatt_incl *incl = (void *)data->value; in parse_include() local
3945 value.start_handle = sys_le16_to_cpu(incl->start_handle); in parse_include()
3946 value.end_handle = sys_le16_to_cpu(incl->end_handle); in parse_include()
3951 u.u16.val = sys_le16_to_cpu(incl->uuid16); in parse_include()
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-1.9.rst96 * ARC: Added support for EMSK EM7D v2.2 version (incl. MPU)