#include <iris/os.h>
void
OS_StartTimer( OS_TimerId id, u16 count, OS_TimerPrescaler preScale );
void
OS_StartTimer32( OS_Timer32Id id, u32 count, OS_TimerPrescaler preScale );
void
OS_StartTimer48( OS_Timer48Id id, u64 count, OS_TimerPrescaler preScale );
void
OS_StartTimer64( u64 count, OS_TimerPrescaler preScale );
| id | 使用するタイマのチャンネル |
| count | タイマカウント |
| preScale | タイマスケール |
なし。
内部タイマーを起動します。
…説明をここに加える(後で)
OS_EnableInterrupts
2003/12/01 初版