Home
last modified time | relevance | path

Searched refs:OSTimerPrescaler (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/include/nitro/os/common/
Dtimer.h42 OSTimerPrescaler; typedef
120 void OS_StartTimer(OSTimer id, u16 count, OSTimerPrescaler preScale);
124 void OS_StartTimer32(OSTimer32 id, u32 count, OSTimerPrescaler preScale);
128 void OS_StartTimer48(OSTimer48 id, u64 count, OSTimerPrescaler preScale);
132 void OS_StartTimer64(u64 count, OSTimerPrescaler preScale);
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_timer.c101 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()