printf_usart.c
Default mainpage
basic-usart-hw-handshaking-project
printf_usart.c
Description
Overview
Methods
Brief description
fputc
Implementation of
fputc
using USART0 as the standard output.
Variants
Brief description
(int, FILE *)
Outputs a character to a file.
(signed int, FILE *)
Implementation of
fputc
using USART0 as the standard output.
fputs
Implementation of
fputs
using USART0 as the standard output.
putchar
Outputs a character on USART0.