FD32M0P Microcontroller SDK
Loading...
Searching...
No Matches
retarget.c File Reference
#include <stdio.h>
#include <time.h>
#include <rt_misc.h>
Include dependency graph for retarget.c:

Functions

unsigned char UartGetc (void)
unsigned char UartPutc (unsigned char my_ch)
int fputc (int ch, FILE *f)
int fgetc (FILE *f)
int ferror (FILE *f)
void _ttywrch (int ch)
void _sys_exit (int return_code)

Variables

FILE __stdout
FILE __stdin

Function Documentation

◆ UartGetc()

unsigned char UartGetc ( void )
extern

Referenced by fgetc().

Here is the caller graph for this function:

◆ UartPutc()

unsigned char UartPutc ( unsigned char my_ch)
extern

Referenced by __attribute__(), _ttywrch(), fgetc(), fputc(), UartEndSimulation(), UartFail(), UartPass(), and UartPuts().

Here is the caller graph for this function:

◆ fputc()

int fputc ( int ch,
FILE * f )

References UartPutc().

Here is the call graph for this function:

◆ fgetc()

int fgetc ( FILE * f)

References UartGetc(), and UartPutc().

Here is the call graph for this function:

◆ ferror()

int ferror ( FILE * f)

◆ _ttywrch()

void _ttywrch ( int ch)

References UartPutc().

Here is the call graph for this function:

◆ _sys_exit()

void _sys_exit ( int return_code)

Variable Documentation

◆ __stdout

FILE __stdout

◆ __stdin

FILE __stdin