/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | _private.py | 9 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__.py | 13 from typing import Any 22 def setup(app: Sphinx) -> dict[str, Any]:
|
/Zephyr-latest/modules/trusted-firmware-m/ |
D | Kconfig.tfm.partitions | 18 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/ |
D | list_devicetree_bindings_changes.py | 9 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/ |
D | Kconfig | 74 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/ |
D | manifest_projects_table.py | 30 from typing import Any 134 def setup(app: Sphinx) -> dict[str, Any]:
|
D | link-roles.py | 11 from typing import Any, Final 67 options: dict[str, Any] | None = None,
|
D | external_content.py | 39 from typing import Any 164 def setup(app: Sphinx) -> dict[str, Any]:
|
D | doxybridge.py | 9 from typing import Any 65 def run(self, **kwargs: Any) -> None: argument 218 def setup(app: Sphinx) -> dict[str, Any]:
|
D | api_overview.py | 5 from typing import Any 166 def setup(app) -> dict[str, Any]:
|
D | doxyrunner.py | 52 from typing import Any 382 def setup(app: Sphinx) -> dict[str, Any]:
|
/Zephyr-latest/submanifests/ |
D | README.txt | 1 This directory can contain additional west manifest files. Any files
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.npcx | 19 Workaround the issue "MIWU Any Edge Trigger Condition"
|
/Zephyr-latest/cmake/ |
D | cfb.cmake | 35 # Any additional arguments are passed on to 52 # Any additional arguments are passed on to
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | lifos.rst | 17 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.
|
D | fifos.rst | 17 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.
|
D | stacks.rst | 17 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/ |
D | README.rst | 28 be activated. Any board with Arduino headers can for example build the sample
|
/Zephyr-latest/samples/drivers/i2c/rtio_loopback/ |
D | README.rst | 32 Any board which meets the requirements must use an overlay to specify which
|
/Zephyr-latest/doc/_extensions/zephyr/domain/ |
D | __init__.py | 34 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/ |
D | issues.rst | 9 Any changes that originate from a tracked feature or issue should contain a
|
/Zephyr-latest/doc/kernel/services/other/ |
D | atomic.rst | 17 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/ |
D | README.rst | 23 Any pins required for minimum eSPI handshake should be configured.
|
/Zephyr-latest/doc/kernel/services/synchronization/ |
D | semaphores.rst | 16 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/ |
D | Kconfig | 70 Any descriptor that exceeds this size will be ignored.
|