RtMappedMemory Constructor (UInt64, UInt32, MemoryCachingType)
Creates an instance of a MappedMemory object.
Namespace:
IntervalZero.MaxRT.wRTOS.RtApi.IO
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)
Syntax
public RtMappedMemory(
ulong physicalAddress,
uint length,
MemoryCachingType cacheType
)
Parameters
physicalAddress
Type: System.UInt64
The base address to be mapped.
length
Type: System.UInt32
The number of bytes to be mapped.
cacheType
Type: IntervalZero.MaxRT.wRTOS.RtApi.IO.MemoryCachingType
The MemoryCachingType.
See Also: