Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/shell/
Dshell.h905 SHELL_FLAG_CRLF_DEFAULT = (1<<0), /*!< Do not map CR or LF */ enumerator
/Zephyr-latest/subsys/shell/
Dshell.c1208 __ASSERT_NO_MSG((sh->shell_flag == SHELL_FLAG_CRLF_DEFAULT) || in instance_init()