![]() |
![]() |
System module for the RTOS Porting Interface.
===========================================================================
Basic system services.
#include <stddef.h>#include <stdarg.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... | |
| 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.
This function will never return. Call only once, from the application's main function.