Home
last modified time | relevance | path

Searched refs:Any (Results 1 – 25 of 110) sorted by relevance

12345

/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
D_private.py9 from typing import Any, Callable
11 def _slice_helper(node: Any, # avoids a circular import with dtlib argument
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/
D__init__.py13 from typing import Any
22 def setup(app: Sphinx) -> dict[str, Any]:
/Zephyr-latest/modules/trusted-firmware-m/
DKconfig.tfm.partitions18 parameter. Any dependencies between the various TFM_PARTITION_*
29 parameter. Any dependencies between the various TFM_PARTITION_*
40 parameter. Any dependencies between the various TFM_PARTITION_*
52 parameter. Any dependencies between the various TFM_PARTITION_*
63 parameter. Any dependencies between the various TFM_PARTITION_*
75 parameter. Any dependencies between the various TFM_PARTITION_*
/Zephyr-latest/scripts/release/
Dlist_devicetree_bindings_changes.py9 from typing import Any, Callable, Dict, List, Optional, Set, Union
87 start: Any
88 end: Any
93 start: Any
94 end: Any
99 start: Any
100 end: Any
348 start_fn: Callable[[str], Any], argument
349 end_fn: Callable[[str], Any],
350 change_constructor: Callable[[str, Any, Any], BindingChange]
/Zephyr-latest/boards/native/nrf_bsim/
DKconfig74 Any NRF simulated SOC with BabbleSim, based on the POSIX arch
81 Any NRF52 simulated SOC with BabbleSim, based on the POSIX arch
88 Any NRF53 simulated SOC with BabbleSim, based on the POSIX arch
95 Any NRF54L simulated SOC with BabbleSim, based on the POSIX arch
/Zephyr-latest/doc/_extensions/zephyr/
Dmanifest_projects_table.py30 from typing import Any
134 def setup(app: Sphinx) -> dict[str, Any]:
Dlink-roles.py11 from typing import Any, Final
67 options: dict[str, Any] | None = None,
Dexternal_content.py39 from typing import Any
164 def setup(app: Sphinx) -> dict[str, Any]:
Ddoxybridge.py9 from typing import Any
65 def run(self, **kwargs: Any) -> None: argument
218 def setup(app: Sphinx) -> dict[str, Any]:
Dapi_overview.py5 from typing import Any
166 def setup(app) -> dict[str, Any]:
Ddoxyrunner.py52 from typing import Any
382 def setup(app: Sphinx) -> dict[str, Any]:
/Zephyr-latest/submanifests/
DREADME.txt1 This directory can contain additional west manifest files. Any files
/Zephyr-latest/drivers/interrupt_controller/
DKconfig.npcx19 Workaround the issue "MIWU Any Edge Trigger Condition"
/Zephyr-latest/cmake/
Dcfb.cmake35 # Any additional arguments are passed on to
52 # Any additional arguments are passed on to
/Zephyr-latest/doc/kernel/services/data_passing/
Dlifos.rst17 Any number of LIFOs can be defined (limited only by available RAM). Each LIFO is
37 data queues. Any attempt to re-add a LIFO data item to a queue before
48 Any number of threads may wait on an empty LIFO simultaneously.
Dfifos.rst17 Any number of FIFOs can be defined (limited only by available RAM). Each FIFO is
37 data queues. Any attempt to re-add a FIFO data item to a queue before
48 Any number of threads may wait on an empty FIFO simultaneously.
Dstacks.rst17 Any number of stacks can be defined (limited only by available RAM). Each stack
44 Any number of threads may wait on an empty stack simultaneously.
/Zephyr-latest/samples/drivers/eeprom/
DREADME.rst28 be activated. Any board with Arduino headers can for example build the sample
/Zephyr-latest/samples/drivers/i2c/rtio_loopback/
DREADME.rst32 Any board which meets the requirements must use an overlay to specify which
/Zephyr-latest/doc/_extensions/zephyr/domain/
D__init__.py34 from typing import Any
344 def run(self, **kwargs: Any) -> None: argument
395 def run(self, **kwargs: Any) -> None: argument
476 def run(self, **kwargs: Any) -> None: argument
729 initial_data: dict[str, Any] = {
930 app: Sphinx, pagename: str, templatename: str, context: dict[str, Any], doctree: nodes.Node argument
/Zephyr-latest/doc/project/
Dissues.rst9 Any changes that originate from a tracked feature or issue should contain a
/Zephyr-latest/doc/kernel/services/other/
Datomic.rst17 Any number of atomic variables can be defined (limited only by available RAM).
98 to guarantee a reliable picture across contexts. Any
/Zephyr-latest/samples/drivers/espi/
DREADME.rst23 Any pins required for minimum eSPI handshake should be configured.
/Zephyr-latest/doc/kernel/services/synchronization/
Dsemaphores.rst16 Any number of semaphores can be defined (limited only by available RAM). Each
36 Any number of threads may wait on an unavailable semaphore simultaneously.
/Zephyr-latest/subsys/bindesc/
DKconfig70 Any descriptor that exceeds this size will be ignored.

12345