Searched refs:substring (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/samples/bluetooth/bap_broadcast_assistant/ |
D | Kconfig | 11 substring matched against both BT device name and broadcast name. 20 substring matched against the BT device name.
|
/Zephyr-latest/doc/_extensions/zephyr/domain/static/js/ |
D | codesample-livesearch.js | 29 const before = document.createTextNode(text.substring(0, index)); 31 highlight.textContent = text.substring(index, index + query.length); 32 const after = document.createTextNode(text.substring(index + query.length));
|
/Zephyr-latest/boards/ |
D | Kconfig.v2 | 7 BOARD_QUALIFIERS_NO_SEPARATOR := $(substring,$(BOARD_QUALIFIERS),1)
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfigfunctions.py | 935 def substring(kconf, _, string, start, stop=None): function 1070 "substring": (substring, 2, 3),
|
/Zephyr-latest/doc/build/kconfig/ |
D | preprocessor-functions.rst | 105 $(substring,<string>,<start>[,<stop>])
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/ |
D | kconfig.mjs | 342 const rawOption = window.location.hash.substring(1); 349 input.value = option.substring(1);
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.7.rst | 1626 * Added a ``substring`` Kconfig preprocessor function.
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 1062 # wildcard * is used, a substring. Examples: ANamespace, AClass,
|