#include "board.h"
#include <stdint.h>
#include <stdio.h>
Go to the source code of this file.
Detailed Description
This file contains all the specific code for the rtt example.
Definition in file main.c.
Define Documentation
Device state: in the main menu.
Definition at line 108 of file main.c.
Device state: user is setting an alarm time
Definition at line 110 of file main.c.
Function Documentation
Application entry point for RTT example.
Initializes the RTT, displays the current time and allows the user to perform several actions: clear the timer, set an alarm, etc.
- Returns:
- Unused (ANSI-C compatibility).
Definition at line 228 of file main.c.
Variable Documentation
Indicates if an alarm has occurred but has not been cleared.
Definition at line 123 of file main.c.
New alarm time being currently entered.
Definition at line 120 of file main.c.
volatile unsigned char state |
Current device state.
Definition at line 117 of file main.c.