SPiCboard library (libspicboard, revision 14673M) 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. More... | |
| typedef void(* | alarmcallback_t )(void) |
| Type for alarm callback functions. More... | |
Functions | |
| int8_t | sb_timer_cancelAlarm (ALARM *alrm) |
| Cancel an alarm. More... | |
| ALARM * | sb_timer_setAlarm (alarmcallback_t 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_delay_abort () |
| Aborts an active sb_timer_delay. More... | |
Detailed Description
- Version
- $Rev: 7715 $

