File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 22% *** Section 2: I/O API ***
33% ------------------------------------------------
44\newpage
5- \chapter {I/O API }
6- \section {printf(char *s, ...) }
5+ \chapter {I/O \& Time Services }
6+
7+ \section {UART Device Driver }
8+ \subsubsection {Registers \& Constants }
9+ \begin {itemize }
10+ \item \textbf {UART0\_ DR } (Data Register), \texttt {0x101f1000 }
11+ \item \textbf {UART0\_ FR } (Flag Register), \texttt {0x101f1018 }
12+ \item \textbf {UART\_ FR\_ TXFF }, \textbf {UART\_ FR\_ RXFE }
13+ \end {itemize }
14+
15+ \subsection {API: \texttt {printf(char *s, ...) } }
716Sends a null-terminated format string over UART. If an incorrect datatype is given
817for a format specifier, \underline {the behavior is undefined}. If a format specifier
918is given without a matching argument, it is simply skipped when the string is outputted.
@@ -59,5 +68,3 @@ \subsection*{Examples}
5968 printf("%\n");
6069 // Output: (null)
6170\end {lstlisting }
62-
63- \end {document }
You can’t perform that action at this time.
0 commit comments