OSCachedToUncached

Syntax

#include <revolution/os.h>

void* OSCachedToUncached(void* addr);

Arguments

addr Cached address.

Return Values

Uncached address.

Description

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.

See Also

Address Conversion Functions
OSUncachedToCached

Revision History

2009/07/13 Added a note about uncached access.
2006/03/01 Initial version.


CONFIDENTIAL