sam3x8e: Add an internal.h header file with local definitions

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2018-12-25 10:28:21 -05:00
parent c3a2fc981d
commit ecba3e9a19
5 changed files with 23 additions and 15 deletions

View File

@@ -1,9 +1,7 @@
#ifndef __SAM3X8E_GPIO_H
#define __SAM3X8E_GPIO_H
#include <stdint.h>
void gpio_peripheral(char bank, uint32_t bit, char ptype, uint32_t pull_up);
#include <stdint.h> // uint32_t
struct gpio_out {
void *regs;