Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/console/
Dsemihost_console.c14 semihost_poll_out((char)_c); in arch_printk_char_out()
/Zephyr-latest/include/zephyr/arch/common/
Dsemihost.h128 void semihost_poll_out(char c);
/Zephyr-latest/arch/common/
Dsemihost.c56 void semihost_poll_out(char c) in semihost_poll_out() function