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  

_MEM_Descriptor Struct Reference

Memory descriptor. More...

#include <MEM.h>


Data Fields

MEM_Memmap memmap
caddr_t addr
size_t words
size_t bytes
unsigned int pci_bus
unsigned int pci_device
unsigned int pci_function


Detailed Description

Memory descriptor.

A structure used to describe a memory region that is the target of a memory load or memory dump. This structure contains all of the information needed to access the memory, including the starting address and size, as well as the type of memory and any specifics needed to further specify the region (such as PCI bus information in the case of a PCI configuration memory region).


Field Documentation

caddr_t _MEM_Descriptor::addr
 

Staring address of memory region.

size_t _MEM_Descriptor::bytes
 

Size of region, in bytes.

MEM_Memmap _MEM_Descriptor::memmap
 

Key to identify type of memory.

unsigned int _MEM_Descriptor::pci_bus
 

PCI bus number.

unsigned int _MEM_Descriptor::pci_device
 

PCI device number.

unsigned int _MEM_Descriptor::pci_function
 

PCI device function number.

size_t _MEM_Descriptor::words
 

Size of region, in words.


The documentation for this struct was generated from the following file:
Generated on Mon Dec 13 07:37:17 2004 by doxygen 1.3.3