Data Fields

MemoryOS_MapInfo_tag Struct Reference

Structure containing information required for mapping a memory region. More...

#include <_MemoryDefs.h>

Data Fields

UInt32 src
UInt32 size
UInt32 dst
Bool isCached
Ptr drvHandle

Detailed Description

Structure containing information required for mapping a memory region.


Field Documentation

Address to be mapped.

Size of memory region to be mapped.

Mapped address.

Whether the mapping is to a cached area or uncached area.

Handle to the driver that is implementing the mmap call. Ignored for Kernel-side version.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Copyright 2011, Texas Instruments Incorporated