5.1.2. The CASIMMIMemoryMapRequest structure

The CASIMMIMemoryMapRequest structure is used by the environment to identify the memory maps structure.

Example 5.2. Request memory map details

struct CASIMMIMemoryMapRequest{
    uint32_t numMaps;             // num of addr maps supported 
    uint32_t* memoryMapID;        // array with IDs of addr maps supported. 
    std::string* mapNames;      // array with names of addr maps supported (numAddrMaps number) 
    CASIMMIMemoryMapRequest& operator= ( CASIMMIMemoryMapRequest& puRef ); // deep copy
}
Copyright © 2007 ARM Limited. All rights reserved.ARM DUI 0359B
Non-Confidential