Friedrich-Alexander-Universität UnivisSuche FAU-Logo
Techn. Fakultät Willkommen am Department Informatik FAU-Logo
Logo I4
Lehrstuhl für Informatik 4
SPiC
 
  Vorlesung
  Folien
  Übungen
  Dokumentation
  SPiCboard
  Evaluation
  Prüfungsinformationen

  external link Forum
  protected area Intern
Übungen
  Folien
  Aufgaben
  FAQ
Department Informatik  >  Informatik 4  >  Lehre  >  SS 2012  >  SPiC  >  Übung  >  Doku  >  libspicboard: timer.h File Reference

SPiCboard library (libspicboard, revision exported) 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$
  Impressum   Datenschutz Stand: 2012-05-21 12:17   MS