#include "board.h"
#include <stdint.h>
#include <stdio.h>
Go to the source code of this file.
Defines | |
#define | SCR_SLEEPDEEP (0x1 << 2) |
#define | CONSOLE_EDBG |
Functions | |
void | USART1_Handler (void) |
USART ISR for wakeup from sleep mode. | |
int | main (void) |
Application entry point for low-power example. | |
Variables | |
const uint32_t | gWakeUpPinId = (1 << 6) |
This file contains all the specific code for the low-power example.
Definition in file main.c.