Searched refs:Callable (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.5.0/scripts/dts/python-devicetree/src/devicetree/ |
D | _private.py | 9 from typing import Any, Callable 13 err_class: Callable[..., Exception]): argument
|
D | edtlib.py | 73 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/ |
D | Kconfig | 38 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
|
D | secure_entry_functions.ld | 51 "The Non-Secure Callable region size must be a power of 2 \
|
/Zephyr-Core-3.5.0/scripts/release/ |
D | list_devicetree_bindings_changes.py | 9 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/ |
D | pinctrl_nrf_migrate.py | 86 from typing import Callable, Optional, Dict, List 109 callback: Callable, argument
|