Searched refs:OSTimerPrescaler (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.4/include/nitro/os/common/ |
| D | timer.h | 42 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.4/build/libraries/os/common/src/ |
| D | os_timer.c | 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()
|