Share via


Memory Constants (Windows Embedded CE 6.0)

1/5/2010

The following table shows the Memory constants.

Programming Element Description

OAL_MEMORY_CACHE_BIT

Defines the address bit that determines whether an address is cached or uncached, according to the ranges below:

  • 0x80000000 - 0x9FFFFFFF represents a CACHED address.
  • 0xA0000000 - 0xBFFFFFFF represents and UNCACHED address.

See Also

Reference

Memory Reference

Concepts

Production-Quality OAL Components