#include <nitro/os.h>
BOOL DC_Enable( void );
None.
Previous permission/prohibition setting for data cache use.
This function permits use of all data cache. The return value is the use permission/prohibit setting for the data cache before this function is called. When TRUE
, use of the cache was permitted; when FALSE
, it was prohibited.
Operates register 1 of the system control coprocessor.
12/22/2003 Initial version.