aboutsummaryrefslogtreecommitdiffstats
path: root/src/samd21/internal.h
blob: 34c74815927d57f78a902c83e59e54f6e9a7e140 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __SAMD21_INTERNAL_H
#define __SAMD21_INTERNAL_H
// Local definitions for samd21 code

#include <stdint.h> // uint32_t

void enable_pclock(uint32_t clock_id, uint32_t pmask);
void gpio_peripheral(char bank, uint32_t bit, char ptype, uint32_t pull_up);

#endif // internal.h