OS_DisableITCM

C Specification

#include <nitro/os.h>
void OS_DisableITCM( void );

Arguments

None.

Return Values

None.

Description

Disables the Instruction TCM

Internal Operation

Modifies register 1 of the system control co-processor CP15.

See Also

OS_EnableITCM

Revision History

01/15/2004 Initial Version