/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | config_parser.py | 8 from typing import Any 50 testsuite_valid_keys: dict[str, dict[str, Any]] = { 93 def __init__(self, filename: str, schema: dict[str, Any]) -> None: argument 100 self.data: dict[str, Any] = {} 101 self.scenarios: dict[str, Any] = {} 102 self.common: dict[str, Any] = {} 104 def load(self) -> dict[str, Any]: 114 def _cast_value(self, value: Any, typestr: str) -> Any: argument 150 def get_scenario(self, name: str) -> dict[str, Any]: 163 d: dict[str, Any] = {}
|
/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 70 def run(self, **kwargs: Any) -> None: argument 242 def setup(app: Sphinx) -> dict[str, Any]:
|
D | api_overview.py | 6 from typing import Any 151 def setup(app) -> dict[str, Any]:
|
D | doxyrunner.py | 54 from typing import Any 391 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/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.
|