• 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
      • Embedded Systems Software
      • 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

              • PIT
              • Control
              Public Member Functions | Public Attributes | List of all members
              PIT::Control Union Reference

              Public Member Functions

               Control (uint8_t value)
               Constructor. More...
               
               Control ()
               Default constructor Automatically reads the current contents from the control register.
               
              void write () const
               Write the current state to the control register.
               

              Public Attributes

              struct {
              uint8_t enable_timer_counter2: 1
               If enabled, the interrupt state will be visible at status_timer_counter2.
               
              uint8_t enable_speaker_data: 1
               If set, speaker output is equal to status_timer_counter2.
               
              uint8_t enable_pci_serr: 1
               not important, do not modify
               
              uint8_t enable_nmi_iochk: 1
               not important, do not modify
               
              const uint8_t refresh_cycle_toggle: 1
               not important, must be 0 on write
               
              const uint8_t status_timer_counter2: 1
               will be set on timer expiration; must be 0 on write
               
              const uint8_t status_iochk_nmi_source: 1
               not important, must be 0 on write
               
              const uint8_t status_serr_nmi_source: 1
               not important, must be 0 on write
               
              }; 
               I/O-port bitmap for the NMI Status and Control Register. More...
               
              uint8_t value
               

              Constructor & Destructor Documentation

              PIT::Control::Control ( uint8_t  value)
              inlineexplicit

              Constructor.

              Parameters
              valueNumeric value for the control register

              Member Data Documentation

              struct { ... }

              I/O-port bitmap for the NMI Status and Control Register.

              Note
              Over time, the meaning of the bits stored at I/O port 0x61 changed; don't get the structure confused with old documentation on the IBM PC XT platform.
              See also
              Intel® I/O Controller Hub 7 (ICH7) Family, page 415

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

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