Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/logging/backends/
Dlog_backend_rtt.c25 #ifndef CONFIG_LOG_BACKEND_RTT_RETRY_DELAY_MS
27 #define CONFIG_LOG_BACKEND_RTT_RETRY_DELAY_MS 10 macro
184 CONFIG_LOG_BACKEND_RTT_RETRY_DELAY_MS); in on_failed_write()
186 k_msleep(CONFIG_LOG_BACKEND_RTT_RETRY_DELAY_MS); in on_failed_write()