#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.
|
Detailed Description