libspicboard-Doku
timer.h File Reference
   Include dependency graph for timer.h:
 Include dependency graph for timer.h:Go to the source code of this file.
| Typedefs | |
| typedef struct ALARM | ALARM | 
| ALARM type.  More... | |
| typedef void(* | ALARMCALLBACK) (void) | 
| Type for alarm callback functions.  More... | |
| Functions | |
| int8_t | sb_timer_cancelAlarm (ALARM *alrm) | 
| Cancel an alarm.  More... | |
| ALARM * | sb_timer_setAlarm (ALARMCALLBACK callback, uint16_t alarmtime, uint16_t cycle) | 
| Create a new alarm.  More... | |
| int8_t | sb_timer_delay (uint16_t waittime) | 
| Waits for a specific number of ms.  More... | |
| void | sb_timer_abortDelay () | 
| Aborts an active sb_timer_delay.  More... | |
Detailed Description
- Version
- $Rev: 7715 $