Searched refs:shell_rtt (Results 1 – 6 of 6) sorted by relevance
27 SHELL_DEFINE(shell_rtt, CONFIG_SHELL_PROMPT_RTT, &shell_transport_rtt,32 LOG_MODULE_REGISTER(shell_rtt, CONFIG_SHELL_RTT_LOG_LEVEL);39 const struct shell_rtt *sh_rtt = k_timer_user_data_get(timer); in timer_handler()51 struct shell_rtt *sh_rtt = (struct shell_rtt *)transport->ctx; in init()76 struct shell_rtt *sh_rtt = (struct shell_rtt *)transport->ctx; in uninit()85 struct shell_rtt *sh_rtt = (struct shell_rtt *)transport->ctx; in enable()140 struct shell_rtt *sh_rtt = (struct shell_rtt *)transport->ctx; in write()194 shell_init(&shell_rtt, NULL, cfg_flags, log_backend, level); in enable_shell_rtt()202 return &shell_rtt; in shell_backend_rtt_get_ptr()
15 shell_rtt.c
18 struct shell_rtt { struct25 static struct shell_rtt _name##_shell_rtt; \ argument28 .ctx = (struct shell_rtt *)&_name##_shell_rtt \
1006 * :github:`16578` - [Coverity CID :198869]Parse warnings in /subsys/shell/shell_rtt.c
1747 - :github:`49390` - shell_rtt thread can starve other threads of the same priority
2634 - :github:`49390` - shell_rtt thread can starve other threads of the same priority