- Timestamp:
- Apr 2, 2021 10:00:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevHPET.cpp
r88353 r88354 471 471 * @param pHpetTimer The HPET timer to program. The wrap-around indicator is 472 472 * updates, and for periodic timer the comparator. 473 * @param tsNow The current virtual sync clock time. 474 * @note Caller must both the virtual sync (timer) and HPET locks. 473 * @param tsNow The current virtual sync clock time. 474 * @note Caller must both the virtual sync (timer) and HPET locks. 475 475 */ 476 476 static void hpetProgramTimer(PPDMDEVINS pDevIns, PHPET pThis, PHPETTIMER pHpetTimer, uint64_t const tsNow)
Note:
See TracChangeset
for help on using the changeset viewer.