Macros | Functions
stm32f407/stm32f407g-disc1/Src/syscalls.c File Reference
#include <_ansi.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/fcntl.h>
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <sys/time.h>
#include <sys/times.h>
#include <sys/errno.h>
#include <reent.h>
#include <unistd.h>
#include <sys/wait.h>
#include "stm32f4xx.h"
Include dependency graph for stm32f407/stm32f407g-disc1/Src/syscalls.c:

Go to the source code of this file.

Macros

#define FreeRTOS
 
#define MAX_STACK_SIZE   0x200
 

Functions

int __io_getchar (void)
 
int __io_putchar (int ch) __attribute__((weak))
 
int _close (int file)
 
int _execve (char *name, char **argv, char **env)
 
void _exit (int status)
 
int _fork (void)
 
int _fstat (int file, struct stat *st)
 
int _getpid (void)
 
int _gettimeofday (struct timeval *tp, struct timezone *tzp)
 
int _isatty (int file)
 
int _kill (int pid, int sig)
 
int _link (char *old, char *new)
 
int _lseek (int file, int ptr, int dir)
 
int _open (char *path, int flags,...)
 
int _read (int file, char *ptr, int len)
 
int _stat (char *file, struct stat *st)
 
int _times (struct tms *buf)
 
int _unlink (char *name)
 
int _wait (int *status)
 
int _write (int file, char *ptr, int len)
 
void initialise_monitor_handles ()
 

Macro Definition Documentation

◆ FreeRTOS

#define FreeRTOS

Definition at line 20 of file stm32f407/stm32f407g-disc1/Src/syscalls.c.

◆ MAX_STACK_SIZE

#define MAX_STACK_SIZE   0x200

Definition at line 21 of file stm32f407/stm32f407g-disc1/Src/syscalls.c.

Function Documentation

◆ __io_getchar()

int __io_getchar ( void  )

Definition at line 24 of file stm32f407/stm32f407g-disc1/Src/syscalls.c.

◆ __io_putchar()

int __io_putchar ( int  ch)

Definition at line 141 of file pv_stm32f469.c.

◆ _close()

int _close ( int  file)

Definition at line 112 of file stm32f407/stm32f407g-disc1/Src/syscalls.c.

◆ _execve()

int _execve ( char *  name,
char **  argv,
char **  env 
)

Definition at line 186 of file stm32f407/stm32f407g-disc1/Src/syscalls.c.

◆ _exit()

void _exit ( int  status)

Definition at line 95 of file stm32f407/stm32f407g-disc1/Src/syscalls.c.

◆ _fork()

int _fork ( void  )

Definition at line 180 of file stm32f407/stm32f407g-disc1/Src/syscalls.c.

◆ _fstat()

int _fstat ( int  file,
struct stat *  st 
)

Definition at line 117 of file stm32f407/stm32f407g-disc1/Src/syscalls.c.

◆ _getpid()

int _getpid ( void  )

Definition at line 84 of file stm32f407/stm32f407g-disc1/Src/syscalls.c.

◆ _gettimeofday()

int _gettimeofday ( struct timeval *  tp,
struct timezone *  tzp 
)

Definition at line 69 of file stm32f407/stm32f407g-disc1/Src/syscalls.c.

◆ _isatty()

int _isatty ( int  file)

Definition at line 123 of file stm32f407/stm32f407g-disc1/Src/syscalls.c.

◆ _kill()

int _kill ( int  pid,
int  sig 
)

Definition at line 89 of file stm32f407/stm32f407g-disc1/Src/syscalls.c.

◆ _link()

int _link ( char *  old,
char *  new 
)

Definition at line 174 of file stm32f407/stm32f407g-disc1/Src/syscalls.c.

◆ _lseek()

int _lseek ( int  file,
int  ptr,
int  dir 
)

Definition at line 128 of file stm32f407/stm32f407g-disc1/Src/syscalls.c.

◆ _open()

int _open ( char *  path,
int  flags,
  ... 
)

Definition at line 145 of file stm32f407/stm32f407g-disc1/Src/syscalls.c.

◆ _read()

int _read ( int  file,
char *  ptr,
int  len 
)

Definition at line 133 of file stm32f407/stm32f407g-disc1/Src/syscalls.c.

◆ _stat()

int _stat ( char *  file,
struct stat *  st 
)

Definition at line 168 of file stm32f407/stm32f407g-disc1/Src/syscalls.c.

◆ _times()

int _times ( struct tms *  buf)

Definition at line 163 of file stm32f407/stm32f407g-disc1/Src/syscalls.c.

◆ _unlink()

int _unlink ( char *  name)

Definition at line 157 of file stm32f407/stm32f407g-disc1/Src/syscalls.c.

◆ _wait()

int _wait ( int *  status)

Definition at line 151 of file stm32f407/stm32f407g-disc1/Src/syscalls.c.

◆ _write()

int _write ( int  file,
char *  ptr,
int  len 
)

Definition at line 101 of file stm32f407/stm32f407g-disc1/Src/syscalls.c.

◆ initialise_monitor_handles()

void initialise_monitor_handles ( )

Definition at line 80 of file stm32f407/stm32f407g-disc1/Src/syscalls.c.



picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:03