• Navigation überspringen
  • Zur Navigation
  • Zum Seitenende
Organisationsmenü öffnen Organisationsmenü schließen
Friedrich-Alexander-Universität Lehrstuhl für Informatik 4 (Systemsoftware)
  • FAUZur zentralen FAU Website
  1. Friedrich-Alexander-Universität
  2. Technische Fakultät
  3. Department Informatik
Suche öffnen
  • English
  • Campo
  • StudOn
  • FAUdir
  • Stellenangebote
  • Lageplan
  • Hilfe im Notfall
  1. Friedrich-Alexander-Universität
  2. Technische Fakultät
  3. Department Informatik
Friedrich-Alexander-Universität Lehrstuhl für Informatik 4 (Systemsoftware)
Menu Menu schließen
  • Lehrstuhl
    • Team
    • Aktuelles
    • Kontakt und Anfahrt
    • Leitbild
    • 50-jähriges Jubiläum
    Portal Lehrstuhl
  • Forschung
    • Forschungsbereiche
      • Betriebssysteme
      • Confidential Computing
      • Eingebettete Systemsoftware
      • Verteilte Systeme
    • Projekte
      • AIMBOS
      • BALu
      • BFT2Chain
      • DOSS
      • Mirador
      • NEON
      • PAVE
      • ResPECT
      • Watwa
    • Projektkampagnen
      • maRE
    • Seminar
      • Systemsoftware
    Portal Forschung
  • Publikationen
  • Lehre
    • Sommersemester 2025
      • Applied Software Architecture
      • Ausgewählte Kapitel der Systemsoftware
      • Betriebssystemtechnik
      • Projekt angewandte Systemsoftwaretechnik
      • System-Level Programming
      • Systemnahe Programmierung in C
      • Systemprogrammierung 1
      • Verteilte Systeme
    • Wintersemester 2024/25
      • Betriebssysteme
      • Middleware – Cloud Computing
      • Systemprogrammierung 2
      • Verlässliche Echtzeitsysteme
      • Virtuelle Maschinen
      • Web-basierte Systeme
    Portal Lehre
  • Examensarbeiten
  1. Startseite
  2. Extern

Extern

Bereichsnavigation: Lehre
  • Betriebssystemtechnik
    • Vorlesung
      • Folien
      • Glossar
    • Übung
      • Aufgaben
      • Dokumentation
        • Blog
          • Entwicklungsumgebung
            • Assembler Crashkurs
              • C++ Crashkurs
                • 🔗 Testrechnerverwaltung
                • 🔗 Adora-Belle (Helpdesk)
                • Kontakt
              • Evaluation

              Dokumentation

              • machine
              Classes | Structs | Namespaces | Enumerations | Functions
              hpet.h File Reference

              The High Precision Event Timer (HPET). More...

              #include "types.h"
              + Include dependency graph for hpet.h:
              + This graph shows which files directly or indirectly include this file:

              Classes

              class  HPET::Comparator
               Class abstracting a single HPET comparator. More...
               
              union  HPET::Comparator::ConfigAndCapabilitiesRegister
               Access Helper for comparators configuration register. More...
               

              Structs

              struct  HPET::Comparator::ConfigAndCapabilitiesRegister.__unnamed__
               

              Namespaces

               HPET
               Abstraction of the HPET existing in "modern" computers (since ~2005)
               

              Enumerations

              enum  HPET::CounterSize {
                SIZE_32BIT = 0x0,
                SIZE_64BIT = 0x1
              }
               Size of the global counter and the comparators.
               

              Functions

              bool HPET::init ()
               Initializes the HPET system from ACPI Table. More...
               
              void HPET::delay (uint64_t usecs)
               Delays the caller's execution by approx. More...
               
              bool HPET::isEnabled ()
               Checks whether the HPET system is enabled. More...
               
              void HPET::enable ()
               Activate the HPET system. More...
               
              void HPET::disable ()
               Deactivate the HPET system. More...
               
              void HPET::reset ()
               Reset the global counter to zero. More...
               
              Comparator * HPET::getComparator (size_t n)
               Returns a pointer to the nth timer comparator. More...
               
              size_t HPET::countComparators ()
               Retrieve the number of HPET comparators. More...
               

              Detailed Description

              The High Precision Event Timer (HPET).

              Friedrich-Alexander-Universität
              Erlangen-Nürnberg

              Schlossplatz 4
              91054 Erlangen
              • Impressum
              • Datenschutz
              • Barrierefreiheit
              • Facebook
              • RSS Feed
              • Xing
              Nach oben