Home
last modified time | relevance | path

Searched refs:scope (Results 1 – 25 of 88) sorted by relevance

1234

/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/
Dfixtures.py22 @pytest.fixture(scope='session')
29 @pytest.fixture(scope='session')
48 @pytest.fixture(scope=determine_scope)
57 @pytest.fixture(scope=determine_scope)
68 @pytest.fixture(scope=determine_scope)
86 @pytest.fixture(scope='session')
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dconftest.py55 @pytest.fixture(scope='session')
68 @pytest.fixture(scope='session')
81 @pytest.fixture(scope='module')
96 @pytest.fixture(scope='module')
126 @pytest.fixture(scope='module')
171 @pytest.fixture(scope='module')
180 @pytest.fixture(scope='function')
186 @pytest.fixture(scope='module')
Dtest_portfolio.py54 @pytest.mark.parametrize(("configuration_C13"),[None], scope='function', indirect=['configuration_C…
/Zephyr-latest/arch/x86/
Dgen_mmu.py133 def align_check(base, size, scope=4096): argument
135 if (base % scope) != 0:
137 if (size % scope) != 0:
441 scope = 1 << self.levels[PD_LEVEL].addr_shift
443 if virt_base % scope != 0:
445 (virt_base, scope))
447 for addr in range(virt_base, virt_base + size, scope):
453 scope = 1 << self.levels[PD_LEVEL].addr_shift
455 mem_start = round_down(virt_base, scope)
456 mem_end = round_up(virt_base + size, scope)
[all …]
/Zephyr-latest/tests/subsys/debug/gdbstub/pytest/
Dtest_gdbstub.py44 @pytest.fixture(scope="module")
52 @pytest.fixture(scope="module")
64 @pytest.fixture(scope="module")
71 @pytest.fixture(scope="module")
/Zephyr-latest/tests/drivers/can/host/pytest/
Dconftest.py24 @pytest.fixture(name='context', scope='session')
38 @pytest.fixture(name='chosen', scope='module')
/Zephyr-latest/tests/drivers/interrupt_controller/intc_plic/
DKconfig8 Declare some intc_plic.c functions in the global scope for verification.
/Zephyr-latest/samples/subsys/usb/hid-keyboard/
DKconfig5 # device stack. The scope of these options is limited to USB samples in project
/Zephyr-latest/samples/subsys/usb/hid-mouse/
DKconfig5 # device stack. The scope of these options is limited to USB samples in project
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/
DKconfig5 # device stack. The scope of these options is limited to USB samples in project
/Zephyr-latest/samples/subsys/usb/webusb-next/
DKconfig5 # device stack. The scope of these options is limited to USB samples in project
/Zephyr-latest/samples/bluetooth/hci_usb/
DKconfig5 # device stack. The scope of these options is limited to USB samples in project
/Zephyr-latest/samples/subsys/usb/cdc_acm/
DKconfig5 # device stack. The scope of these options is limited to USB samples in project
/Zephyr-latest/samples/subsys/usb/console/
DKconfig5 # device stack. The scope of these options is limited to USB samples in project
/Zephyr-latest/doc/build/dts/
Dintro.rst17 intro-scope-purpose.rst
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/
DKconfig15 # device stack. The scope of these options is limited to USB samples in project
/Zephyr-latest/samples/net/zperf/
DKconfig26 # device stack. The scope of these options is limited to USB samples in project
/Zephyr-latest/cmake/modules/
Dextensions.cmake382 # Set the output variable in the parent scope
455 # within the scope of the caller.
493 # following zephyr_library_* calls are executed within the scope of the
772 # This is a macro because set_ifndef() works at parent scope.
773 # If this were a function, that would be this function's scope,
1734 # This updates the provided outvar in parent scope (callers scope)
2003 function(target_sources_ifdef feature_toggle target scope item)
2005 target_sources(${target} ${scope} ${item} ${ARGN})
2009 function(target_compile_definitions_ifdef feature_toggle target scope item)
2011 target_compile_definitions(${target} ${scope} ${item} ${ARGN})
[all …]
Dsnippets.cmake43 # parent scope. We'll set our outcome variables in the parent scope of
/Zephyr-latest/tests/kernel/mem_protect/demand_paging/mem_map/src/
Dmain.c99 static void print_paging_stats(struct k_mem_paging_stats_t *stats, const char *scope) in print_paging_stats() argument
101 printk("* Page Faults (%s):\n", scope); in print_paging_stats()
109 printk("* Eviction (%s):\n", scope); in print_paging_stats()
/Zephyr-latest/doc/safety/
Dsafety_overview.rst37 General safety scope
40 The general scope of the Safety Committee is to achieve a certification for the `IEC 61508
42 Systematic Capability (SC) 3 for a limited source scope (see certification scope TBD). Since the
237 #. On the main branch, the safety scope of the project should be identified, which typically
240 (`Quality`_) and safety processes within this scope. The Safety Architect works alongside the
245 fall within the safety scope, the safety architect should ideally be involved in the discussions
246 and decisions of minor changes in the safety scope to be able to react to safety-relevant
256 important change is found or implemented on the main branch in the safety scope, after the LTS
Dsafety_requirements.rst10 …route 3s <https://docs.zephyrproject.org/latest/safety/safety_overview.html#general-safety-scope>`_
27 The scope of the requirements covers the KERNEL functionalities.
/Zephyr-latest/samples/subsys/usb/common/
DKconfig.sample_usbd5 # using the new experimental USB device support. The scope of these options is
/Zephyr-latest/samples/subsys/usb/mass/
DKconfig73 # device stack. The scope of these options is limited to USB samples in project
/Zephyr-latest/include/zephyr/acpi/
Dacpi.h265 int acpi_drhd_get(enum AcpiDmarScopeType scope, ACPI_DMAR_DEVICE_SCOPE *dev_scope,

1234