KTimer: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Kernel synchronization objects]] | [[Category:Kernel synchronization objects]] | ||
class [[KTimer]] extends [[KSynchronizationObject]]; | class [[KTimer]] extends [[KSynchronizationObject]] and [[KTimeableInterruptEvent]]; | ||
Size : 0x3C bytes | Size : 0x3C bytes | ||
Line 31: | Line 31: | ||
|- | |- | ||
| 0x14 | | 0x14 | ||
| [[KTimeableInterruptEvent | | [[KTimeableInterruptEvent]] | ||
| Interrupt event to be used with [[KTimerAndWDTManager]] holding its desired time point (relative to the CPU power-on) in CPU ticks (when handling its list of [[KTimableInterruptEvent]] instances). | | Interrupt event (*this) to be used with [[KTimerAndWDTManager]] holding its desired time point (relative to the CPU power-on) in CPU ticks (when handling its list of [[KTimableInterruptEvent]] instances). | ||
Gets incremented at each interval | Gets incremented at each interval | ||
|- | |- |