OS_EnableITCM


C Specification

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

Description

This function enables the Instruction TCM.

Internal Operation

Manipulates register 1 of the system control processor CP15.

Arguments

None

Return Values

None

See Also

OS_DisableITCM

Revision History

01/15/2004 Initial Version