Friedrich-Alexander-Universität UnivisSuche FAU-Logo
Techn. Fakultät Willkommen am Department Informatik FAU-Logo
Logo I4
Lehrstuhl für Informatik 4
GSPiC
 
  Vorlesung
    - UnivIS-Infos
    - Inhalt
    - Folien
 
  Übungen
    - Inhalt
    - Ergänzendes Material
    - Aufgaben
    - UnivIS-Infos
    - libspicboard-Doku
    - Häufige Fragen
    - FSI-Forum für Fragen
 
  Prüfung
 
  Evaluation
 
  Intern
Department Informatik  >  Informatik 4  >  Lehre  >  WS 2011/12  >  GSPiC  >  Übungen  >  Doku  >  libspicboard: timer.h File Reference

SPiCboard library (libspicboard, revision 5384) API documentation

Found a bug or something ambiguous? Mail us to get it fixed!

timer.h File Reference

#include <stdint.h>

Go to the source code of this file.

Typedefs

typedef struct ALARM ALARM
 ALARM type This is type of a struct containing information about an alarm.
typedef void(* alarmcallback_t )(void)
 Type for alarm callback functions.

Functions

int8_t sb_timer_cancelAlarm (ALARM *alrm)
 Cancel an alarm.
ALARMsb_timer_setAlarm (alarmcallback_t callback, uint16_t alarmtime, uint16_t cycle)
 Create a new alarm.
int8_t sb_timer_delay (uint16_t waittime)
 waits for a specific number of ms
void sb_timer_delay_abort ()
 Aborts an active sb_timer_delay.

Detailed Description

Version:
$Rev: 4311 $
  Impressum   Datenschutz Stand: 2012-01-18 10:15   MS