• 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
  • Systemnahe Programmierung in C
    • Vorlesung
      • Übung
        • Folien
        • Aufgaben
        • SPiCboard
          • Bauanleitung
            • Programmieren im CIP
              • Programmieren von zu Hause
                • libspicboard-Doku
                  • SPiC-IDE
                    • SPiCsim
                      • FAQ
                        • Projekte
                        • Linux libc-Doku
                        • Prüfung
                          • Evaluation
                            • Intern

                            SPiCboard

                            Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:

                            - a -

                            • ADCDEV : adc.h
                            • ALARM : timer.h
                            • ALARMCALLBACK : timer.h

                            - b -

                            • BAUD_RATE : com.h
                            • BLUE0 : led.h
                            • BLUE1 : led.h
                            • BUTTON : button.h
                            • BUTTON0 : button.h
                            • BUTTON1 : button.h
                            • BUTTONCALLBACK : button.h
                            • BUTTONEVENT : button.h
                            • BUTTONSTATE : button.h

                            - c -

                            • CHECK_ENUM_SIZE : check.h
                            • COM_ERROR_STATUS : com.h
                            • CONSOLE_PARITY : console.h

                            - e -

                            • ERROR_BUFFER_FULL : com.h
                            • ERROR_INVALID_POINTER : com.h
                            • ERROR_NO_STOP_BIT : com.h
                            • ERROR_PARITY : com.h

                            - f -

                            • F_CPU : check.h

                            - g -

                            • GREEN0 : led.h
                            • GREEN1 : led.h

                            - l -

                            • LED : led.h

                            - o -

                            • ONPRESS : button.h
                            • ONRELEASE : button.h

                            - p -

                            • PARITY_DISABLED : console.h
                            • PARITY_EVEN : console.h
                            • PARITY_ODD : console.h
                            • PHOTO : adc.h
                            • POTI : adc.h
                            • PRESSED : button.h

                            - r -

                            • RED0 : led.h
                            • RED1 : led.h
                            • RELEASED : button.h

                            - s -

                            • sb_7seg_disable() : 7seg.h
                            • sb_7seg_setMask() : 7seg.h
                            • sb_7seg_showHexNumber() : 7seg.h
                            • sb_7seg_showNumber() : 7seg.h
                            • sb_7seg_showString() : 7seg.h
                            • sb_adc_read() : adc.h
                            • sb_button_getState() : button.h
                            • sb_button_registerCallback() : button.h
                            • sb_button_unregisterCallback() : button.h
                            • sb_com_hasReceivedItem() : com_ext.h
                            • sb_com_receiveByte() : com.h
                            • sb_com_sendByte() : com.h
                            • sb_com_setBaud() : com_ext.h
                            • sb_com_wait : com.h
                            • sb_console_connect() : console.h
                            • sb_console_connect_default() : console.h
                            • sb_console_getChar() : console.h
                            • sb_console_getString() : console.h
                            • sb_console_putChar() : console.h
                            • sb_console_putString() : console.h
                            • sb_console_putStringFromFlash() : console.h
                            • sb_display_available() : display.h
                            • sb_display_disable() : display.h
                            • sb_display_draw() : display.h
                            • sb_display_drawBitmap() : display.h
                            • sb_display_drawBitmapFromFlash() : display.h
                            • sb_display_enable() : display.h
                            • sb_display_fillScreen() : display.h
                            • sb_display_fillScreenFromFlash() : display.h
                            • sb_display_showString() : display.h
                            • sb_display_showStringFromFlash() : display.h
                            • sb_display_showStringSmall() : display.h
                            • sb_display_showStringSmallFromFlash() : display.h
                            • sb_display_showStringWide() : display.h
                            • sb_display_showStringWideFromFlash() : display.h
                            • sb_led_off() : led.h
                            • sb_led_on() : led.h
                            • sb_led_setMask() : led.h
                            • sb_led_showLevel() : led.h
                            • sb_led_toggle() : led.h
                            • sb_timer_abortDelay() : timer.h
                            • sb_timer_cancelAlarm() : timer.h
                            • sb_timer_delay() : timer.h
                            • sb_timer_setAlarm() : timer.h
                            • STR : check.h

                            - u -

                            • UNKNOWN : button.h

                            - x -

                            • XSTR : check.h

                            - y -

                            • YELLOW0 : led.h
                            • YELLOW1 : led.h
                            Friedrich-Alexander-Universität
                            Erlangen-Nürnberg

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