OS_StartTimer

構文

#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 初版