lib
inertial-sense-sdk
EVB-2
IS_EVB-2
src
ASF
common
services
gpio
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
76
#endif
/* _GPIO_H_ */
sam_gpio.h
GPIO service for SAM.
parts.h
Atmel part identification macros.
inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:17:57