#include <revolution/os.h> void* OSCachedToUncached(void* addr);
| addr | Cached address. |
|---|
Uncached address.
Converts addr from a cached address into a non-cached address.
Note: Uncached access is only supported for access in units of 4, 8, and 32 bytes. If you attempt to access in byte units other than these, a PI Unsupported transfer size error occurs.
Address Conversion Functions
OSUncachedToCached
2009/07/13 Added a note about uncached access.
2006/03/01 Initial version.
CONFIDENTIAL