GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > MEM / V3-1-0

Constituent: mem_unit_test     Tag: rad750


Interface   Data Structures   File List   Data Fields   Globals  

mempriv.h File Reference

Private MEM package definitions. More...

#include "MEM/MEM_map.h"
#include "MSG/MSG_pubdefs.h"

Include dependency graph for mempriv.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Data Structures

struct  _mem_mapEntry
 Memory map entry. More...


Defines

#define TRUE   (1)
 Boolean true.

#define FALSE   (0)
 Boolean false.

#define MIN(a, b)   (((a) < (b) ) ? (a) : (b))
 Standard definition for data minimum.

#define MAX(a, b)   (((a) > (b) ) ? (a) : (b))
 Standard definition for data maximum.

#define MEM_MSG(_status,)   _msg_report ((_status), 0, __VA_ARGS__)
 MSG signaller.


Typedefs

typedef _mem_mapEntry mem_mapEntry
 Typedef for struct _mem_mapEntry.


Functions

unsigned int Mem_ValidateMemoryRange (const MEM_Descriptor *md, const MEM_mapAccessType accessType, const mem_mapEntry **mapEntry)
 Validate memory descriptor against memory map table.

void * Mem_GatherRegisterSet (void *ptr)
 Gather register info.


Detailed Description

Private MEM package definitions.

Interface to functions that are private to the MEM package.

  CVS $Id: mempriv.h,v 1.5 2004/06/29 14:25:48 dmay Exp $
  

Define Documentation

#define MEM_MSG _status   )     _msg_report ((_status), 0, __VA_ARGS__)
 

MSG signaller.

(_status, ...)

Configuration-dependent message signaller. For boot configuration, returns _status. For application configuration, calls _msg_report().

Parameters:
_status The variable holding the status code.
... The message specific parameter values.


Function Documentation

void * Mem_GatherRegisterSet void *  ptr  ) 
 

Gather register info.

Get a RAD750 register dump and store it at the location defined by ptr. Returns the sum of ptr and the number of bytes used to dump the register set.

Parameters:
ptr Pointer to memory location to store memory dump.
Returns:
sum of ptr and number of bytes used by register dump.


Generated on Mon Dec 13 07:37:17 2004 by doxygen 1.3.3