Searched refs:Symbol (Results 1 – 20 of 20) sorted by relevance
/Zephyr-Core-3.5.0/share/sysbuild/ |
D | Kconfig | 18 Symbol that must be selected by a feature if it is considered to be 31 Symbol that must be selected by a feature or module if it is
|
/Zephyr-Core-3.5.0/scripts/kconfig/ |
D | guiconfig.py | 82 from kconfiglib import Symbol, Choice, MENU, COMMENT, MenuNode, \ 579 Symbol_ = Symbol 690 if node.list and not isinstance(node.item, Symbol): 713 if node.list and isinstance(node.item, Symbol): 717 elif node.list and isinstance(node.item, Symbol): 754 elif node.list and isinstance(node.item, Symbol): 804 if isinstance(node.item, Symbol): 815 elif isinstance(node.item, Symbol): 825 if isinstance(node.item, Symbol): 895 return isinstance(item, Symbol) and item.choice and item.visibility == 2 [all …]
|
D | menuconfig.py | 218 from kconfiglib import Symbol, Choice, MENU, COMMENT, MenuNode, \ 1420 if isinstance(node.item, (Symbol, Choice)) and node.help: 1504 elif node.list and isinstance(node.item, Symbol): 1544 if isinstance(node.item, Symbol)} 1552 if isinstance(node.item, Symbol): 1631 if not isinstance(sc, (Symbol, Choice)): 1649 if isinstance(sc, (Symbol, Choice)) and tri_val in sc.assignable: 2309 if isinstance(node.item, (Symbol, Choice)): 2537 title = ("Symbol" if isinstance(node.item, Symbol) else 2553 if isinstance(node.item, Symbol): [all …]
|
D | lint.py | 143 isinstance(node.item, kconfiglib.Symbol): 241 if isinstance(ref, kconfiglib.Symbol)}
|
D | kconfiglib.py | 998 sym = Symbol() 1634 if item.__class__ is Symbol: 1950 if unique_syms and node.item.__class__ is Symbol: 2304 sym = Symbol() 2323 sym = Symbol() 2550 if token.__class__ is not Symbol: 2561 if token.__class__ is not Symbol or token.is_constant: 2920 if sym.__class__ is not Symbol or sym.is_constant: 3160 if node.item.__class__ is not Symbol: 3187 if node.item.__class__ is not Symbol: [all …]
|
/Zephyr-Core-3.5.0/arch/common/ |
D | rom_start_offset.ld | 18 * Symbol __rom_start_address is defined in rom_start_address.ld
|
/Zephyr-Core-3.5.0/boards/arm/faze/support/ |
D | openocd.cfg | 23 # Bit Symbol Value Description
|
/Zephyr-Core-3.5.0/boards/arm/lpcxpresso11u68/support/ |
D | openocd.cfg | 26 # Bit Symbol Value Description
|
/Zephyr-Core-3.5.0/doc/_extensions/zephyr/kconfig/ |
D | __init__.py | 229 if isinstance(sc, kconfiglib.Symbol): 276 if isinstance(sc, kconfiglib.Symbol) and sc.rev_dep != sc.kconfig.n: 282 if isinstance(sc, kconfiglib.Symbol) and sc.weak_rev_dep != sc.kconfig.n:
|
/Zephyr-Core-3.5.0/doc/hardware/peripherals/ |
D | bc12.rst | 25 Parameter Symbol Range
|
/Zephyr-Core-3.5.0/cmake/linker_script/arm/ |
D | linker.cmake | 110 # Symbol to add _image_ram_start = .;
|
/Zephyr-Core-3.5.0/scripts/ci/ |
D | check_compliance.py | 476 if (not isinstance(node.item, kconfiglib.Symbol) or 502 isinstance(node.item, kconfiglib.Symbol):
|
/Zephyr-Core-3.5.0/doc/build/kconfig/ |
D | menuconfig.rst | 105 :guilabel:`( )` brackets. Symbol values that can't be changed are shown as
|
/Zephyr-Core-3.5.0/modules/mbedtls/ |
D | Kconfig | 11 Symbol to disable the prompt for MBEDTLS selection.
|
/Zephyr-Core-3.5.0/ |
D | Kconfig.zephyr | 781 Symbol that must be selected by a feature or module if it is 795 Symbol that must be selected by a feature if it is considered to be 808 Symbol that must be selected by a feature or module if the Zephyr
|
/Zephyr-Core-3.5.0/doc/_static/css/ |
D | custom.css | 27 …Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoj… 473 .highlight .ss /* Literal.String.Symbol */ {
|
/Zephyr-Core-3.5.0/cmake/linker/armlink/ |
D | scatter_script.cmake | 8 # - Symbol translation using a steering file is configured.
|
/Zephyr-Core-3.5.0/cmake/linker/ |
D | linker_script_common.cmake | 497 # - Symbol names on sections
|
/Zephyr-Core-3.5.0/cmake/modules/ |
D | extensions.cmake | 4620 # SYMBOL <name>: Symbol name to be available.
|
/Zephyr-Core-3.5.0/doc/releases/ |
D | release-notes-2.6.rst | 1953 * :github:`32321` - /tmp/ccTlcyeD.s:242: Error: Unrecognized Symbol type " "
|