#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_1 |
uint32_t | offset [] |
Detailed Description
This file contains all the specific code for the periph_protect.
Definition in file main.c.
Function Documentation
periph-protect Application entry point.
- Returns:
- Unused (ANSI-C compatibility).
Definition at line 162 of file main.c.
Variable Documentation
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 instance
Definition at line 98 of file main.c.