Searched refs:ocd_putc (Results 1 – 2 of 2) sorted by relevance
17 static inline void ocd_putc(unsigned int c) in ocd_putc() function31 #define putc(ch) ocd_putc(ch)
23 ocd_putc((int)'\r'); in early_ocd_write()24 ocd_putc((int)*s); in early_ocd_write()