RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Variables
main_sleep.c File Reference

sleep Shell Command Implementation More...

#include <stdio.h>
#include <time.h>
#include <rtems.h>
#include <rtems/shell.h>
#include <rtems/stringto.h>
#include "internal.h"

Variables

rtems_shell_cmd_t rtems_shell_SLEEP_Command
 

Detailed Description

sleep Shell Command Implementation

Variable Documentation

◆ rtems_shell_SLEEP_Command

rtems_shell_cmd_t rtems_shell_SLEEP_Command
Initial value:
= {
.name = "sleep",
.usage = "sleep seconds [nanoseconds]",
.topic = "misc",
.command = rtems_shell_main_sleep,
.alias = NULL,
.next = NULL
}