Home
last modified time | relevance | path

Searched refs:Callable (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.5.0/scripts/dts/python-devicetree/src/devicetree/
D_private.py9 from typing import Any, Callable
13 err_class: Callable[..., Exception]): argument
Dedtlib.py73 from typing import Any, Callable, Dict, Iterable, List, NoReturn, \
2861 spec_len_fn: Callable[[dtlib_Node], int],
/Zephyr-Core-3.5.0/arch/arm/core/cortex_m/tz/
DKconfig38 located in Non-Secure Callable memory regions.
41 hex "ARM Non-Secure Callable Region base address"
45 Start address of Non-Secure Callable section.
50 place the Non-Secure Callable section, automatically,
54 a Non-Secure Callable section, depending on the available
Dsecure_entry_functions.ld51 "The Non-Secure Callable region size must be a power of 2 \
/Zephyr-Core-3.5.0/scripts/release/
Dlist_devicetree_bindings_changes.py9 from typing import Any, Callable, Dict, List, Optional, Set, Union
348 start_fn: Callable[[str], Any],
349 end_fn: Callable[[str], Any],
350 change_constructor: Callable[[str, Any, Any], BindingChange]
440 formatter: Callable[[Binding], str]
/Zephyr-Core-3.5.0/scripts/utils/
Dpinctrl_nrf_migrate.py86 from typing import Callable, Optional, Dict, List
109 callback: Callable, argument