KTimeableInterruptEvent: Difference between revisions
11.3.0-36 |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
Size : 0x10 bytes | Size : 0x10 bytes | ||
Abstract class used as base for [[KThread]], [[KTimer]], | Abstract class used as base for [[KThread]], [[KTimer]], and the dummy subclass of the attribute at offset 0x10 of [[KTimerAndWDTManager]]. | ||
Instances of these classes are kept track of by the [[KTimerAndWDTManager]]. | Instances of these classes are kept track of by the [[KTimerAndWDTManager]]. | ||
Line 26: | Line 26: | ||
| 0x8 | | 0x8 | ||
| s64 | | s64 | ||
| Desired time point (relative to the CPU power-on) in CPU ticks for [[KTimerAndWDTManager]] when it's handling its list of [[ | | Desired time point (relative to the CPU power-on) in CPU ticks for [[KTimerAndWDTManager]] when it's handling its list of [[KTimeableInterruptEvent]] instances | ||
|} | |} |