Home
last modified time | relevance | path

Searched full:scope (Results 1 – 25 of 148) sorted by relevance

123456

/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/
Dfixtures.py22 @pytest.fixture(scope='session')
29 @pytest.fixture(scope='session')
43 if dut_scope := config.getoption("--dut-scope", None):
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/doc/_extensions/zephyr/domain/static/js/
Dcodesample-livesearch.js47 const lists = section.querySelectorAll(":scope > ul.code-sample-list");
48 const childSections = section.querySelectorAll(":scope > section");
96 ":scope > h2, :scope > h3, :scope > h4, :scope > h5, :scope > h6"
/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')
/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/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
164 Begin enforcement on a limited scope of the code base. Initially, this would be
165 the safety certification scope. For rules easily applied across codebase, we
166 should not limit compliance to initial scope. This step requires tooling,
277 #. On the main branch, the safety scope of the project should be identified, which typically
280 (`Quality`_) and safety processes within this scope. The Safety Architect works alongside the
285 fall within the safety scope, the safety architect should ideally be involved in the discussions
286 and decisions of minor changes in the safety scope to be able to react to safety-relevant
[all …]
Dsafety_requirements.rst10 …route 3s <https://docs.zephyrproject.org/latest/safety/safety_overview.html#general-safety-scope>`_
24 Scope subsection
27 The scope of the requirements covers the KERNEL functionalities.
/Zephyr-latest/arch/x86/
Dgen_mmu.py40 with respect to the scope of top-level paging structure entries.
133 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)
[all …]
/Zephyr-latest/tests/drivers/interrupt_controller/intc_plic/
DKconfig8 Declare some intc_plic.c functions in the global scope for verification.
/Zephyr-latest/doc/build/dts/
Dintro-scope-purpose.rst1 .. _devicetree-scope-purpose:
3 Scope and purpose
Dintro.rst17 intro-scope-purpose.rst
/Zephyr-latest/tests/drivers/can/host/pytest/
Dconftest.py24 @pytest.fixture(name='context', scope='session')
38 @pytest.fixture(name='chosen', scope='module')
/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/midi/
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/subsys/dap/
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/bluetooth/hci_usb/
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/cmake/modules/
Dextensions.cmake383 # Set the output variable in the parent scope
456 # within the scope of the caller.
494 # following zephyr_library_* calls are executed within the scope of the
773 # This is a macro because set_ifndef() works at parent scope.
774 # If this were a function, that would be this function's scope,
1730 # This updates the provided outvar in parent scope (callers scope)
1999 function(target_sources_ifdef feature_toggle target scope item)
2001 target_sources(${target} ${scope} ${item} ${ARGN})
2005 function(target_compile_definitions_ifdef feature_toggle target scope item)
2007 target_compile_definitions(${target} ${scope} ${item} ${ARGN})
[all …]
Dyaml.cmake172 # EXISTS : Check if the YAML context exists in the current scope
217 zephyr_set(FILE ${ARG_YAML_FILE} SCOPE ${ARG_YAML_NAME})
219 zephyr_set(GENEX FALSE SCOPE ${ARG_YAML_NAME})
220 zephyr_set(JSON "{}" SCOPE ${ARG_YAML_NAME})
229 # the same YAML scope name.
241 zephyr_set(FILE ${ARG_YAML_FILE} SCOPE ${ARG_YAML_NAME})
256 zephyr_set(GENEX FALSE SCOPE ${ARG_YAML_NAME})
257 zephyr_set(JSON "${json_load_out}" SCOPE ${ARG_YAML_NAME})
371 zephyr_set(GENEX TRUE SCOPE ${ARG_YAML_NAME})
432 zephyr_set(JSON "${json_content}" SCOPE ${ARG_YAML_NAME})
[all …]
/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/samples/subsys/usb/dfu-next/
DKconfig32 # device stack. The scope of these options is limited to USB samples in project
/Zephyr-latest/tests/bluetooth/common/testlib/include/testlib/
Daddr.h29 * scope this was called from, due to the use of a compound literal.

123456