• 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
  • Betriebssysteme
    • Vorlesung
      • Folien
    • Übung
      • Seminar
      • Aufgaben
      • Aufgabe 0: C++ Streams
        • Aufgabe 1: Ein-/Ausgabe
          • Aufgabe 2: Unterbrechungen
            • Aufgabe 3: Pro-/Epilog
              • Aufgabe 4: Kontextwechsel
                • Aufgabe 5: Zeitscheiben
                  • Aufgabe 6: Synchronisation
                    • Aufgabe 7: Anwendung
                      • Assembler Crashkurs
                        • C++ Crashkurs
                          • Entwicklungsumgebung
                            • FAQ
                              • Ruhmeshalle
                              • Evaluation

                              Aufgabe 4: Kontextwechsel

                              • machine
                              Namespaces | Enumerations | Functions
                              cmos.h File Reference

                              Controlling the complementary metal oxide semiconductor (CMOS). More...

                              #include "types.h"
                              + Include dependency graph for cmos.h:

                              Namespaces

                              namespace  CMOS
                               CMOS.
                               

                              Enumerations

                              enum  CMOS::Register {
                                CMOS::REG_SECOND = 0x0 ,
                                CMOS::REG_ALARM_SECOND = 0x1 ,
                                CMOS::REG_MINUTE = 0x2 ,
                                CMOS::REG_ALARM_MINUTE = 0x3 ,
                                CMOS::REG_HOUR = 0x4 ,
                                CMOS::REG_ALARM_HOUR = 0x5 ,
                                CMOS::REG_WEEKDAY = 0x6 ,
                                CMOS::REG_DAYOFMONTH = 0x7 ,
                                CMOS::REG_MONTH = 0x8 ,
                                CMOS::REG_YEAR = 0x9 ,
                                CMOS::REG_STATUS_A = 0xa ,
                                CMOS::REG_STATUS_B = 0xb ,
                                CMOS::REG_STATUS_C = 0xc ,
                                CMOS::REG_STATUS_D = 0xd ,
                                REG_STATUS_DIAGNOSE = 0xe ,
                                REG_STATUS_SHUTDOWN = 0xf
                              }
                               

                              Functions

                              uint8_t CMOS::read (enum Register reg)
                               
                              void CMOS::write (enum Register reg, uint8_t value)
                               
                              void CMOS::NMI::enable ()
                               
                              void CMOS::NMI::disable ()
                               
                              bool CMOS::NMI::isEnabled ()
                               

                              Detailed Description

                              Controlling the complementary metal oxide semiconductor (CMOS).

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

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