RTEMS CPU Kit with SuperCore  4.11.3
Variables
main_sleep.c File Reference
#include <stdio.h>
#include <time.h>
#include <rtems.h>
#include <rtems/shell.h>
#include <rtems/stringto.h>
#include "internal.h"
Include dependency graph for main_sleep.c:

Variables

rtems_shell_cmd_t rtems_shell_SLEEP_Command
 

Variable Documentation

◆ rtems_shell_SLEEP_Command

rtems_shell_cmd_t rtems_shell_SLEEP_Command
Initial value:
= {
"sleep",
"sleep seconds [nanoseconds]",
"misc",
rtems_shell_main_sleep,
NULL,
NULL
}