SAM4SD32 (SAM4S-EK2)
Loading...
Searching...
No Matches
gpio.h
Go to the documentation of this file.
1
33/*
34 * Support and FAQ: visit <a href="https://www.microchip.com/support/">Microchip Support</a>
35 */
36#ifndef _GPIO_H_
37#define _GPIO_H_
38
39#include <parts.h>
40
41#if (SAM3S || SAM3U || SAM3N || SAM3XA || SAM4S || SAM4E || SAM4N || SAM4C || SAMG || SAM4CP || SAM4CM || SAMV71 || SAMV70 || SAME70 || SAMS70)
42# include "sam_gpio/sam_gpio.h"
43#elif XMEGA
44# include "xmega_gpio/xmega_gpio.h"
45#elif MEGA || MEGA_RF
46# include "mega_gpio/mega_gpio.h"
47#else
48# error Unsupported chip type
49#endif
50
75
76#endif /* _GPIO_H_ */
GPIO service for SAM.