Home
last modified time | relevance | path

Searched defs:preScale (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_timer.c26 #define OSi_TIMER_MASK(preScale) ((u16)(OSi_TM_E_MASK | OSi_TM_I_MASK | (preScale))) argument
101 void OS_StartTimer(OSTimer id, u16 count, OSTimerPrescaler preScale) in OS_StartTimer()
117 void OS_StartTimer32(OSTimer32 id, u32 count, OSTimerPrescaler preScale) in OS_StartTimer32()
139 void OS_StartTimer48(OSTimer48 id, u64 count, OSTimerPrescaler preScale) in OS_StartTimer48()
165 void OS_StartTimer64(u64 count, OSTimerPrescaler preScale) in OS_StartTimer64()