RTEMS 6.1-rc2
Loading...
Searching...
No Matches
Functions | Variables
main_mdump.c File Reference

MDUMP Shell Command Implmentation. More...

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

Functions

int rtems_mdump (void *addr, int max, int sz)
 

Variables

rtems_shell_cmd_t rtems_shell_MDUMP_Command
 
rtems_shell_cmd_t rtems_shell_WDUMP_Command
 
rtems_shell_cmd_t rtems_shell_LDUMP_Command
 

Detailed Description

MDUMP Shell Command Implmentation.

Variable Documentation

◆ rtems_shell_LDUMP_Command

rtems_shell_cmd_t rtems_shell_LDUMP_Command
Initial value:
= {
"ldump",
"ldump [address [length]]",
"mem",
rtems_shell_main_ldump,
NULL,
}
#define NULL
Requests a GPIO pin group configuration.
Definition: xil_types.h:54

◆ rtems_shell_MDUMP_Command

rtems_shell_cmd_t rtems_shell_MDUMP_Command
Initial value:
= {
"mdump",
"mdump [address [length [size]]]",
"mem",
rtems_shell_main_mdump,
NULL,
}

◆ rtems_shell_WDUMP_Command

rtems_shell_cmd_t rtems_shell_WDUMP_Command
Initial value:
= {
"wdump",
"wdump [address [length]]",
"mem",
rtems_shell_main_wdump,
NULL,
}