SAMV71 Xplained Ultra Software Package 1.3

main.c File Reference

#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)

Detailed Description

This file contains all the specific code for the low-power example.

Definition in file main.c.


Function Documentation

int main ( void   ) 

Application entry point for low-power example.

Returns:
Unused (ANSI-C compatibility).

Definition at line 338 of file main.c.

Here is the call graph for this function:

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines