Share via


Memory Reference OAL Interface (Windows Embedded CE 6.0)

1/5/2010

The following table shows the functions exported from the memory library for use with other libraries in the OAL.

Programming Element Description

OALCAtoUA

This function returns the uncached virtual address for a specified cached virtual address.

OALPAtoCA

This function returns the cached virtual address for a specified physical address.

OALPAtoUA

This function returns the uncached virtual address for a specified physical address.

OALPAtoVA

This function returns the cached or uncached virtual address for a specified physical address.

OALUAtoCA

This function returns the cached virtual address for a specified uncached virtual address.

OALVAtoPA

This function returns the physical address for a specified virtual address.

See Also

Reference

Memory Reference

Concepts

Production-Quality OAL Components