SAMV71 Xplained Ultra Software Package 1.5

main.c File Reference

#include "board.h"
#include <stdint.h>
#include <stdio.h>
#include <stdarg.h>

Go to the source code of this file.

Defines

#define TEST_BAUDRATE   2400

Functions

int main (void)
 Application entry point for pmc_clock switch example.

Variables

const Pin pinPCK = PIN_PCK0
const char * strWaitHint = "-I- Press ` to switch next clock configuration...\n\r"

Detailed Description

This file contains all the specific code for the pmc clock switching example.

Definition in file main.c.


Define Documentation

#define TEST_BAUDRATE   2400

Baud rate used for hints

Definition at line 113 of file main.c.


Function Documentation

int main ( void   ) 

Application entry point for pmc_clock switch example.

Returns:
Unused (ANSI-C compatibility).

Definition at line 257 of file main.c.

Here is the call graph for this function:


Variable Documentation

const Pin pinPCK = PIN_PCK0

Pin PCK1 (PIO_PD31B_PCK1 Peripheral C)

Definition at line 120 of file main.c.

const char* strWaitHint = "-I- Press ` to switch next clock configuration...\n\r"

No push button, monitor DBGU RX

Definition at line 123 of file main.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines