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

perioduse Command Implementation More...

#include <stdio.h>
#include <string.h>
#include <rtems.h>
#include <rtems/printer.h>
#include <rtems/shell.h>
#include "internal.h"

Variables

rtems_shell_cmd_t rtems_shell_PERIODUSE_Command
 

Detailed Description

perioduse Command Implementation

Variable Documentation

◆ rtems_shell_PERIODUSE_Command

rtems_shell_cmd_t rtems_shell_PERIODUSE_Command
Initial value:
= {
.name = "perioduse",
.usage = "[-r] print or reset per period usage",
.topic = "rtems",
.command = rtems_shell_main_perioduse,
.alias = NULL,
.next = NULL
}