Property | Type | Description | |
---|---|---|---|
HZ | ushort |
Method | Description | |
---|---|---|
GetTickCount ( ) : uint | ||
RegisterTimerEvent ( uint address ) : EventRegisterStatus | ||
SetTimerFrequency ( ushort Hz ) : void | ||
Setup ( ) : void | ||
UnregisterTimerEvent ( uint address ) : EventRegisterStatus |
Method | Description | |
---|---|---|
TimerHandler ( IDT data ) : void |
public static RegisterTimerEvent ( uint address ) : EventRegisterStatus | ||
address | uint | |
return | EventRegisterStatus |
public static SetTimerFrequency ( ushort Hz ) : void | ||
Hz | ushort | |
return | void |
public static UnregisterTimerEvent ( uint address ) : EventRegisterStatus | ||
address | uint | |
return | EventRegisterStatus |