Home
last modified time | relevance | path

Searched full:invisible (Results 1 – 13 of 13) sorted by relevance

/Zephyr-Core-3.5.0/doc/build/kconfig/
Dsetting.rst19 Visible and invisible Kconfig symbols
23 between *visible* and *invisible* symbols.
43 - An *invisible* symbol is a symbol without a prompt. Invisible symbols are
48 Here's an example of an invisible symbol:
198 Configuring invisible Kconfig symbols
202 configure invisible symbols. This is done in
208 Assignments in :file:`.config` files have no effect on invisible symbols,
282 :file:`<BOARD>_defconfig` have no effect on invisible symbols.
Dtips.rst36 Symbols without prompts are called *hidden* or *invisible* symbols, because
38 prompts can also be invisible, when their dependencies are not satisfied.
278 Invisible helper symbols can also be useful without ``select``. For example,
463 Assignments to hidden (promptless, also called *invisible*) symbols in
588 invisible:
593 [*] All my children are invisible ----
Dmenuconfig.rst162 mode, all symbols are displayed, including currently invisible symbols. To turn
/Zephyr-Core-3.5.0/dts/bindings/display/
Dftdi,ft800.yaml57 description: Number of invisible lines at the beginning of a new frame
64 invisible lines at the beginning and at the end of a frame.
/Zephyr-Core-3.5.0/scripts/kconfig/
Dguiconfig.py24 A show-all mode is available that shows invisible items in red.
566 tree.tag_configure("invisible", foreground="red")
682 # to deal with invisible items that can show up outside show-all mode (see
704 # for full-tree mode. A tricky detail is that invisible items need to be
718 # Show invisible symbols (defined with either 'config' and
757 # Invisible item with visible children
787 # The _show_all test avoids showing invisible items in red outside
788 # show-all mode, which could look confusing/broken. Invisible symbols
789 # are shown outside show-all mode if an invisible symbol has visible
792 _img_tag(node) + " invisible")
[all …]
Dmenuconfig.py28 jumping directly to any symbol (including invisible symbols), choice, menu or
40 A: Toggle show-all mode, which shows all items, including currently invisible
41 items and items that lack a prompt. Invisible items are drawn in a different
86 - inv-list Like list, but for invisible items. Used in show-all mode.
87 - inv-selection Like selection, but for invisible items. Used in show-all
1312 # an invisible menu. Don't allow that, as the implementation relies
1375 # The 'not _show_all' test avoids showing invisible items in red
1376 # outside show-all mode, which could look confusing/broken. Invisible
1377 # symbols show up outside show-all mode if an invisible symbol has
1505 # Show invisible symbols if they have visible children. This
[all …]
Dkconfiglib.py323 but it's usually invisible as the value interfaces of Symbol and Choice are
4336 # Defaults are used if the symbol is invisible, lacks a user value,
/Zephyr-Core-3.5.0/subsys/shell/
Dshell_vt100.h111 /* Turn invisible text mode on */
/Zephyr-Core-3.5.0/doc/kernel/data_structures/
Dring_buffers.rst186 This boundary is invisible to the user using the normal put/get APIs,
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
DKconfig17 # Invisible options
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-1.12.rst669 * :github:`7661` - LwM2M error: invisible error during registration
Drelease-notes-3.0.rst1237 * :github:`39756` - kconfig: choice default is not set if hidden under invisible menu
/Zephyr-Core-3.5.0/include/zephyr/
Dkernel.h2148 * of every futex object is invisible in user mode.