Functions | Variables
stm32h747/stm32h747i-disco/CM7/Src/syscalls.c File Reference

STM32CubeIDE Minimal System calls file. More...

#include <sys/stat.h>
#include <stdlib.h>
#include <errno.h>
#include <stdio.h>
#include <signal.h>
#include <time.h>
#include <sys/time.h>
#include <sys/times.h>
Include dependency graph for stm32h747/stm32h747i-disco/CM7/Src/syscalls.c:

Go to the source code of this file.

Functions

 __attribute__ ((weak))
 
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 _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 _stat (char *file, struct stat *st)
 
int _times (struct tms *buf)
 
int _unlink (char *name)
 
int _wait (int *status)
 
void initialise_monitor_handles ()
 

Variables

char ** environ = __env
 
int errno
 

Detailed Description

STM32CubeIDE Minimal System calls file.

Author
Auto-generated by STM32CubeIDE
       For more information about which c-functions
       need which of these lowlevel functions
       please consult the Newlib libc-manual
Attention

© Copyright (c) 2020 STMicroelectronics. All rights reserved.

This software component is licensed by ST under BSD 3-Clause license, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: opensource.org/licenses/BSD-3-Clause

Definition in file stm32h747/stm32h747i-disco/CM7/Src/syscalls.c.

Function Documentation

◆ __attribute__()

__attribute__ ( (weak)  )

◆ __io_getchar()

int __io_getchar ( void  )

◆ __io_putchar()

int __io_putchar ( int  ch)

Definition at line 141 of file pv_stm32f469.c.

◆ _close()

int _close ( int  file)

◆ _execve()

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

◆ _exit()

void _exit ( int  status)

◆ _fork()

int _fork ( void  )

◆ _fstat()

int _fstat ( int  file,
struct stat *  st 
)

◆ _getpid()

int _getpid ( void  )

◆ _isatty()

int _isatty ( int  file)

◆ _kill()

int _kill ( int  pid,
int  sig 
)

◆ _link()

int _link ( char *  old,
char *  new 
)

◆ _lseek()

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

◆ _open()

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

◆ _stat()

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

◆ _times()

int _times ( struct tms *  buf)

◆ _unlink()

int _unlink ( char *  name)

◆ _wait()

int _wait ( int *  status)

◆ initialise_monitor_handles()

void initialise_monitor_handles ( )

Variable Documentation

◆ environ

char** environ = __env

◆ errno

int errno


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