Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/dts/
Dgen_defines.py665 f"{macro}_STRING_UNQUOTED": escape_unquoted(val),
1077 def escape_unquoted(s: str) -> str: function