SAMV71 Xplained Ultra Software Package 1.5

main.c File Reference

#include "board.h"
#include <stdbool.h>
#include <stdio.h>

Go to the source code of this file.

Functions

int main (void)
 periph-protect Application entry point.

Variables

Pin pinwp = PIN_LED_0
uint32_t offset []

Detailed Description

This file contains all the specific code for the periph_protect.

Definition in file main.c.


Function Documentation

int main ( void   ) 

periph-protect Application entry point.

Returns:
Unused (ANSI-C compatibility).

Definition at line 162 of file main.c.

Here is the call graph for this function:


Variable Documentation

uint32_t offset[]
Initial value:
 
{ 
    0x0000, 0x0004, 0x0010, 0x0014, 0x0020, 0x0024, 0x0050, 0x0054, 
    0x0060, 0x0064, 0x0070, 0x0074, 0x00A0, 0x00A4, 0x0090, 0x0094
}

Offset table

Definition at line 101 of file main.c.

Pin pinwp = PIN_LED_0

pin instance

Definition at line 98 of file main.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines