Functions
SystemP.h File Reference

Detailed Description

System module for the RTOS Porting Interface.

===========================================================================

Basic system services.


#include <stddef.h>
#include <stdarg.h>
Include dependency graph for SystemP.h:

Go to the source code of this file.

Functions

int SystemP_snprintf (char *buf, size_t n, const char *format,...)
 
int SystemP_vsnprintf (char *buf, size_t n, const char *format, va_list va)
 
void SystemP_startScheduler (void)
 Start command for the RTOS scheduler. More...
 

Function Documentation

§ SystemP_snprintf()

int SystemP_snprintf ( char *  buf,
size_t  n,
const char *  format,
  ... 
)

§ SystemP_vsnprintf()

int SystemP_vsnprintf ( char *  buf,
size_t  n,
const char *  format,
va_list  va 
)

§ SystemP_startScheduler()

void SystemP_startScheduler ( void  )

Start command for the RTOS scheduler.

This function will never return. Call only once, from the application's main function.

© Copyright 1995-2023, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale