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

MFILL Shell Command Implementation. More...

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

Variables

rtems_shell_cmd_t rtems_shell_MFILL_Command
 

Detailed Description

MFILL Shell Command Implementation.

Variable Documentation

◆ rtems_shell_MFILL_Command

rtems_shell_cmd_t rtems_shell_MFILL_Command
Initial value:
= {
.name = "mfill",
.usage = "mfill address size value",
.topic = "mem",
.command = rtems_shell_main_mfill,
.alias = NULL,
.next = NULL
}