Home
last modified time | relevance | path

Searched refs:SCFG_GetCpuSpeed (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.1.0/build/demos.TWL/os/cpuSpeed-1/src/
Dmain.c36 SCFGCpuSpeed speed = SCFG_GetCpuSpeed(); in TwlMain()
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_system.c243 cycle <<= (SCFG_GetCpuSpeed()==SCFG_CPU_SPEED_2X)? 2: 1; in OS_SpinWaitSysCycles()
/TwlSDK-5.1.0/build/libraries/scfg/ARM9.TWL/src/
Dscfg_proc.c115 if ( cpuSpeed != SCFG_GetCpuSpeed() ) in SCFG_SetCpuSpeed()
/TwlSDK-5.1.0/include/twl/scfg/common/
Dscfg.h345 static inline SCFGCpuSpeed SCFG_GetCpuSpeed(void) in SCFG_GetCpuSpeed() function