• 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
                • Kontakt
              • Evaluation

              Dokumentation

              • HPET
              • Comparator
              • ConfigAndCapabilitiesRegister
              Public Member Functions | Public Attributes | List of all members
              HPET::Comparator::ConfigAndCapabilitiesRegister Union Reference

              Access Helper for comparators configuration register. More...

              #include <machine/hpet.h>

              Public Member Functions

               ConfigAndCapabilitiesRegister (const uint64_t value)
               Constructor. More...
               

              Public Attributes

              struct {
              uint64_t __pad0__: 1
               
              TriggerMode trigger_mode: 1
               Generate edge or level triggered interrupts.
               
              uint64_t interrupt_status: 1
               Enable (1) or disable (0) interrupts.
               
              ComparatorMode comparator_mode: 1
               periodic or one shot mode
               
              uint64_t periodic_capable: 1
               Is timer capable of periodic mode (read-only)
               
              CounterSize counter_size: 1
               32- or 64bit size (read-only)
               
              uint64_t set_value: 1
               if set to 1, the accumulator can be set in software
               
              uint64_t __pad1__: 1
               
              uint64_t small_mode: 1
               if set to 1 while supporting 64bit size, the timer runs in 32-bit mode
               
              uint64_t ioapic_slot: 5
               I/O-APIC slot (must be set in mask supported_ioapic_slots)
               
              uint64_t fsb_interrupt_enabled: 1
               if set to 1, the timer will use FSB interrupt mapping
               
              uint64_t fsb_interrupt_delivery: 1
               if set to 1, the timer supports FSB interrupt mapping (read-only)
               
              uint64_t __pad2__: 16
               
              uint64_t supported_ioapic_slots: 32
               bit mask containing the supported I/O APIC slots (read-only)
               
              }; 
               
              uint64_t value
               

              Detailed Description

              Access Helper for comparators configuration register.

              See also
              IA-PC HPET - 2.3.8 Timer N Configuration and Capabilities Register

              Constructor & Destructor Documentation

              HPET::Comparator::ConfigAndCapabilitiesRegister::ConfigAndCapabilitiesRegister ( const uint64_t  value)
              inlineexplicit

              Constructor.

              Note
              Only perform 32- or 64-bit access by using a temporary copy for modifying its contents.

              The documentation for this union was generated from the following file:
              • machine/hpet.h
              Friedrich-Alexander-Universität
              Erlangen-Nürnberg

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