亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? gpio.h

?? U-boot latest tarball
?? H
字號:
/* * Copyright (C) 2006 Atmel Corporation * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA */#ifndef __ASM_AVR32_ARCH_GPIO_H__#define __ASM_AVR32_ARCH_GPIO_H__#include <asm/arch/chip-features.h>#include <asm/arch/memory-map.h>#define NR_GPIO_CONTROLLERS	5/* * Pin numbers identifying specific GPIO pins on the chip. */#define GPIO_PIOA_BASE	(0)#define GPIO_PIN_PA0	(GPIO_PIOA_BASE +  0)#define GPIO_PIN_PA1	(GPIO_PIOA_BASE +  1)#define GPIO_PIN_PA2	(GPIO_PIOA_BASE +  2)#define GPIO_PIN_PA3	(GPIO_PIOA_BASE +  3)#define GPIO_PIN_PA4	(GPIO_PIOA_BASE +  4)#define GPIO_PIN_PA5	(GPIO_PIOA_BASE +  5)#define GPIO_PIN_PA6	(GPIO_PIOA_BASE +  6)#define GPIO_PIN_PA7	(GPIO_PIOA_BASE +  7)#define GPIO_PIN_PA8	(GPIO_PIOA_BASE +  8)#define GPIO_PIN_PA9	(GPIO_PIOA_BASE +  9)#define GPIO_PIN_PA10	(GPIO_PIOA_BASE + 10)#define GPIO_PIN_PA11	(GPIO_PIOA_BASE + 11)#define GPIO_PIN_PA12	(GPIO_PIOA_BASE + 12)#define GPIO_PIN_PA13	(GPIO_PIOA_BASE + 13)#define GPIO_PIN_PA14	(GPIO_PIOA_BASE + 14)#define GPIO_PIN_PA15	(GPIO_PIOA_BASE + 15)#define GPIO_PIN_PA16	(GPIO_PIOA_BASE + 16)#define GPIO_PIN_PA17	(GPIO_PIOA_BASE + 17)#define GPIO_PIN_PA18	(GPIO_PIOA_BASE + 18)#define GPIO_PIN_PA19	(GPIO_PIOA_BASE + 19)#define GPIO_PIN_PA20	(GPIO_PIOA_BASE + 20)#define GPIO_PIN_PA21	(GPIO_PIOA_BASE + 21)#define GPIO_PIN_PA22	(GPIO_PIOA_BASE + 22)#define GPIO_PIN_PA23	(GPIO_PIOA_BASE + 23)#define GPIO_PIN_PA24	(GPIO_PIOA_BASE + 24)#define GPIO_PIN_PA25	(GPIO_PIOA_BASE + 25)#define GPIO_PIN_PA26	(GPIO_PIOA_BASE + 26)#define GPIO_PIN_PA27	(GPIO_PIOA_BASE + 27)#define GPIO_PIN_PA28	(GPIO_PIOA_BASE + 28)#define GPIO_PIN_PA29	(GPIO_PIOA_BASE + 29)#define GPIO_PIN_PA30	(GPIO_PIOA_BASE + 30)#define GPIO_PIN_PA31	(GPIO_PIOA_BASE + 31)#define GPIO_PIOB_BASE	(GPIO_PIOA_BASE + 32)#define GPIO_PIN_PB0	(GPIO_PIOB_BASE +  0)#define GPIO_PIN_PB1	(GPIO_PIOB_BASE +  1)#define GPIO_PIN_PB2	(GPIO_PIOB_BASE +  2)#define GPIO_PIN_PB3	(GPIO_PIOB_BASE +  3)#define GPIO_PIN_PB4	(GPIO_PIOB_BASE +  4)#define GPIO_PIN_PB5	(GPIO_PIOB_BASE +  5)#define GPIO_PIN_PB6	(GPIO_PIOB_BASE +  6)#define GPIO_PIN_PB7	(GPIO_PIOB_BASE +  7)#define GPIO_PIN_PB8	(GPIO_PIOB_BASE +  8)#define GPIO_PIN_PB9	(GPIO_PIOB_BASE +  9)#define GPIO_PIN_PB10	(GPIO_PIOB_BASE + 10)#define GPIO_PIN_PB11	(GPIO_PIOB_BASE + 11)#define GPIO_PIN_PB12	(GPIO_PIOB_BASE + 12)#define GPIO_PIN_PB13	(GPIO_PIOB_BASE + 13)#define GPIO_PIN_PB14	(GPIO_PIOB_BASE + 14)#define GPIO_PIN_PB15	(GPIO_PIOB_BASE + 15)#define GPIO_PIN_PB16	(GPIO_PIOB_BASE + 16)#define GPIO_PIN_PB17	(GPIO_PIOB_BASE + 17)#define GPIO_PIN_PB18	(GPIO_PIOB_BASE + 18)#define GPIO_PIN_PB19	(GPIO_PIOB_BASE + 19)#define GPIO_PIN_PB20	(GPIO_PIOB_BASE + 20)#define GPIO_PIN_PB21	(GPIO_PIOB_BASE + 21)#define GPIO_PIN_PB22	(GPIO_PIOB_BASE + 22)#define GPIO_PIN_PB23	(GPIO_PIOB_BASE + 23)#define GPIO_PIN_PB24	(GPIO_PIOB_BASE + 24)#define GPIO_PIN_PB25	(GPIO_PIOB_BASE + 25)#define GPIO_PIN_PB26	(GPIO_PIOB_BASE + 26)#define GPIO_PIN_PB27	(GPIO_PIOB_BASE + 27)#define GPIO_PIN_PB28	(GPIO_PIOB_BASE + 28)#define GPIO_PIN_PB29	(GPIO_PIOB_BASE + 29)#define GPIO_PIN_PB30	(GPIO_PIOB_BASE + 30)#define GPIO_PIOC_BASE	(GPIO_PIOB_BASE + 32)#define GPIO_PIN_PC0	(GPIO_PIOC_BASE +  0)#define GPIO_PIN_PC1	(GPIO_PIOC_BASE +  1)#define GPIO_PIN_PC2	(GPIO_PIOC_BASE +  2)#define GPIO_PIN_PC3	(GPIO_PIOC_BASE +  3)#define GPIO_PIN_PC4	(GPIO_PIOC_BASE +  4)#define GPIO_PIN_PC5	(GPIO_PIOC_BASE +  5)#define GPIO_PIN_PC6	(GPIO_PIOC_BASE +  6)#define GPIO_PIN_PC7	(GPIO_PIOC_BASE +  7)#define GPIO_PIN_PC8	(GPIO_PIOC_BASE +  8)#define GPIO_PIN_PC9	(GPIO_PIOC_BASE +  9)#define GPIO_PIN_PC10	(GPIO_PIOC_BASE + 10)#define GPIO_PIN_PC11	(GPIO_PIOC_BASE + 11)#define GPIO_PIN_PC12	(GPIO_PIOC_BASE + 12)#define GPIO_PIN_PC13	(GPIO_PIOC_BASE + 13)#define GPIO_PIN_PC14	(GPIO_PIOC_BASE + 14)#define GPIO_PIN_PC15	(GPIO_PIOC_BASE + 15)#define GPIO_PIN_PC16	(GPIO_PIOC_BASE + 16)#define GPIO_PIN_PC17	(GPIO_PIOC_BASE + 17)#define GPIO_PIN_PC18	(GPIO_PIOC_BASE + 18)#define GPIO_PIN_PC19	(GPIO_PIOC_BASE + 19)#define GPIO_PIN_PC20	(GPIO_PIOC_BASE + 20)#define GPIO_PIN_PC21	(GPIO_PIOC_BASE + 21)#define GPIO_PIN_PC22	(GPIO_PIOC_BASE + 22)#define GPIO_PIN_PC23	(GPIO_PIOC_BASE + 23)#define GPIO_PIN_PC24	(GPIO_PIOC_BASE + 24)#define GPIO_PIN_PC25	(GPIO_PIOC_BASE + 25)#define GPIO_PIN_PC26	(GPIO_PIOC_BASE + 26)#define GPIO_PIN_PC27	(GPIO_PIOC_BASE + 27)#define GPIO_PIN_PC28	(GPIO_PIOC_BASE + 28)#define GPIO_PIN_PC29	(GPIO_PIOC_BASE + 29)#define GPIO_PIN_PC30	(GPIO_PIOC_BASE + 30)#define GPIO_PIN_PC31	(GPIO_PIOC_BASE + 31)#define GPIO_PIOD_BASE	(GPIO_PIOC_BASE + 32)#define GPIO_PIN_PD0	(GPIO_PIOD_BASE +  0)#define GPIO_PIN_PD1	(GPIO_PIOD_BASE +  1)#define GPIO_PIN_PD2	(GPIO_PIOD_BASE +  2)#define GPIO_PIN_PD3	(GPIO_PIOD_BASE +  3)#define GPIO_PIN_PD4	(GPIO_PIOD_BASE +  4)#define GPIO_PIN_PD5	(GPIO_PIOD_BASE +  5)#define GPIO_PIN_PD6	(GPIO_PIOD_BASE +  6)#define GPIO_PIN_PD7	(GPIO_PIOD_BASE +  7)#define GPIO_PIN_PD8	(GPIO_PIOD_BASE +  8)#define GPIO_PIN_PD9	(GPIO_PIOD_BASE +  9)#define GPIO_PIN_PD10	(GPIO_PIOD_BASE + 10)#define GPIO_PIN_PD11	(GPIO_PIOD_BASE + 11)#define GPIO_PIN_PD12	(GPIO_PIOD_BASE + 12)#define GPIO_PIN_PD13	(GPIO_PIOD_BASE + 13)#define GPIO_PIN_PD14	(GPIO_PIOD_BASE + 14)#define GPIO_PIN_PD15	(GPIO_PIOD_BASE + 15)#define GPIO_PIN_PD16	(GPIO_PIOD_BASE + 16)#define GPIO_PIN_PD17	(GPIO_PIOD_BASE + 17)#define GPIO_PIOE_BASE	(GPIO_PIOD_BASE + 32)#define GPIO_PIN_PE0	(GPIO_PIOE_BASE +  0)#define GPIO_PIN_PE1	(GPIO_PIOE_BASE +  1)#define GPIO_PIN_PE2	(GPIO_PIOE_BASE +  2)#define GPIO_PIN_PE3	(GPIO_PIOE_BASE +  3)#define GPIO_PIN_PE4	(GPIO_PIOE_BASE +  4)#define GPIO_PIN_PE5	(GPIO_PIOE_BASE +  5)#define GPIO_PIN_PE6	(GPIO_PIOE_BASE +  6)#define GPIO_PIN_PE7	(GPIO_PIOE_BASE +  7)#define GPIO_PIN_PE8	(GPIO_PIOE_BASE +  8)#define GPIO_PIN_PE9	(GPIO_PIOE_BASE +  9)#define GPIO_PIN_PE10	(GPIO_PIOE_BASE + 10)#define GPIO_PIN_PE11	(GPIO_PIOE_BASE + 11)#define GPIO_PIN_PE12	(GPIO_PIOE_BASE + 12)#define GPIO_PIN_PE13	(GPIO_PIOE_BASE + 13)#define GPIO_PIN_PE14	(GPIO_PIOE_BASE + 14)#define GPIO_PIN_PE15	(GPIO_PIOE_BASE + 15)#define GPIO_PIN_PE16	(GPIO_PIOE_BASE + 16)#define GPIO_PIN_PE17	(GPIO_PIOE_BASE + 17)#define GPIO_PIN_PE18	(GPIO_PIOE_BASE + 18)#define GPIO_PIN_PE19	(GPIO_PIOE_BASE + 19)#define GPIO_PIN_PE20	(GPIO_PIOE_BASE + 20)#define GPIO_PIN_PE21	(GPIO_PIOE_BASE + 21)#define GPIO_PIN_PE22	(GPIO_PIOE_BASE + 22)#define GPIO_PIN_PE23	(GPIO_PIOE_BASE + 23)#define GPIO_PIN_PE24	(GPIO_PIOE_BASE + 24)#define GPIO_PIN_PE25	(GPIO_PIOE_BASE + 25)#define GPIO_PIN_PE26	(GPIO_PIOE_BASE + 26)#define GPIOF_PULLUP	0x00000001	/* (not-OUT) Enable pull-up */#define GPIOF_OUTPUT	0x00000002	/* (OUT) Enable output driver */#define GPIOF_DEGLITCH	0x00000004	/* (IN) Filter glitches */#define GPIOF_MULTIDRV	0x00000008	/* Enable multidriver option */static inline void *gpio_pin_to_addr(unsigned int pin){	switch (pin >> 5) {	case 0:		return (void *)PIOA_BASE;	case 1:		return (void *)PIOB_BASE;	case 2:		return (void *)PIOC_BASE;	case 3:		return (void *)PIOD_BASE;	case 4:		return (void *)PIOE_BASE;	default:		return NULL;	}}void gpio_select_periph_A(unsigned int pin, int use_pullup);void gpio_select_periph_B(unsigned int pin, int use_pullup);void gpio_select_pio(unsigned int pin, unsigned long gpiof_flags);void gpio_set_value(unsigned int pin, int value);int gpio_get_value(unsigned int pin);void gpio_enable_ebi(void);#ifdef AT32AP700x_CHIP_HAS_USARTvoid gpio_enable_usart0(void);void gpio_enable_usart1(void);void gpio_enable_usart2(void);void gpio_enable_usart3(void);#endif#ifdef AT32AP700x_CHIP_HAS_MACBvoid gpio_enable_macb0(void);void gpio_enable_macb1(void);#endif#ifdef AT32AP700x_CHIP_HAS_MMCIvoid gpio_enable_mmci(void);#endif#ifdef AT32AP700x_CHIP_HAS_SPIvoid gpio_enable_spi0(unsigned long cs_mask);void gpio_enable_spi1(unsigned long cs_mask);#endif#endif /* __ASM_AVR32_ARCH_GPIO_H__ */

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美xxx久久| 久久久高清一区二区三区| 精品在线播放免费| 亚洲精品高清在线| 久久久亚洲精品石原莉奈| 欧美中文字幕一区二区三区| 国产尤物一区二区| 亚洲国产成人91porn| 国产精品高潮呻吟| 久久网这里都是精品| 欧美精品丝袜中出| 在线免费观看日韩欧美| 国产成人aaaa| 激情五月播播久久久精品| 亚洲国产精品人人做人人爽| 国产精品美女久久久久久2018| 欧美日本一区二区| 色www精品视频在线观看| 成人午夜碰碰视频| 国产精品一区二区在线看| 日本不卡视频在线| 同产精品九九九| 性欧美大战久久久久久久久| 亚洲区小说区图片区qvod| 国产精品欧美综合在线| 久久久久久毛片| 精品久久久久久无| 日韩精品一区国产麻豆| 欧美一区二区精品在线| 337p亚洲精品色噜噜| 欧美在线综合视频| 在线观看91视频| 在线免费观看日本欧美| 91搞黄在线观看| 91福利区一区二区三区| 91国偷自产一区二区使用方法| 99久久久精品免费观看国产蜜| 懂色av噜噜一区二区三区av| 国产成人综合在线| 成人丝袜视频网| 成人激情小说网站| 99久久精品国产一区| av在线播放不卡| 91免费国产在线观看| 在线观看亚洲a| 欧美吞精做爰啪啪高潮| 欧美探花视频资源| 欧美人体做爰大胆视频| 91精品国产免费| 精品久久久久久久人人人人传媒 | 欧美年轻男男videosbes| 欧美探花视频资源| 久久夜色精品一区| 久久久久99精品国产片| 国产欧美日韩在线| 国产精品美女一区二区三区 | 久久久久久久综合日本| 中文字幕精品一区二区精品绿巨人 | 精品中文字幕一区二区小辣椒| 久久99精品网久久| 成人精品免费视频| 日本高清无吗v一区| 欧美放荡的少妇| 精品久久一二三区| 国产精品久久久久久久裸模 | 无吗不卡中文字幕| 精品一区二区精品| 99在线精品观看| 欧美日韩一级黄| 精品国产精品一区二区夜夜嗨| 国产亚洲午夜高清国产拍精品| 日本一二三四高清不卡| 亚洲资源中文字幕| 久久97超碰色| 色综合久久久网| 欧美一区二区三区免费| 亚洲国产岛国毛片在线| 午夜精品一区二区三区三上悠亚| 精品亚洲成a人| 色综合婷婷久久| 日韩欧美高清dvd碟片| 国产精品色呦呦| 午夜精品久久久久影视| 粉嫩aⅴ一区二区三区四区五区| 欧美亚洲国产一区二区三区va | 色婷婷av一区| 日韩欧美国产三级| 综合欧美亚洲日本| 麻豆精品视频在线观看免费| 成人高清在线视频| 欧美一区二区三区男人的天堂| 国产免费久久精品| 婷婷激情综合网| 成人午夜看片网址| 91精品国产乱码| 综合激情成人伊人| 国产精品一二三四| 在线播放91灌醉迷j高跟美女| 国产香蕉久久精品综合网| 午夜a成v人精品| a在线欧美一区| 精品国产伦一区二区三区观看体验 | 国产风韵犹存在线视精品| 欧美夫妻性生活| 一区二区三区免费看视频| 国产激情视频一区二区三区欧美 | 日韩午夜在线播放| 曰韩精品一区二区| 成人深夜福利app| 欧美电影免费观看高清完整版在| 亚洲综合视频网| 99久久精品国产观看| 国产日韩av一区| 国产曰批免费观看久久久| 日韩视频一区二区| 午夜精品福利视频网站| 91在线观看美女| 国产欧美一区二区在线| 国产在线麻豆精品观看| 在线播放日韩导航| 午夜成人免费视频| 欧洲精品在线观看| 亚洲另类在线一区| 91麻豆swag| 亚洲乱码中文字幕| 色婷婷av一区二区三区gif| 国产精品不卡视频| 99re这里只有精品首页| 国产精品国产a| 99久久国产免费看| 日韩一区中文字幕| 99久久精品免费| 一区二区三区四区国产精品| 色琪琪一区二区三区亚洲区| 亚洲欧美日韩精品久久久久| 91网站最新地址| 一区二区在线观看av| 欧美色视频在线| 三级欧美韩日大片在线看| 欧美精品在欧美一区二区少妇| 日韩精品成人一区二区三区| 91精品国产综合久久久久| 免费一级欧美片在线观看| 69久久99精品久久久久婷婷| 午夜精品久久久久久久久久 | 91在线视频18| 亚洲精品日韩专区silk| 色婷婷av一区二区三区之一色屋| 国产视频一区不卡| 不卡一区二区在线| 国产精品成人一区二区艾草 | 欧美精品一区二区高清在线观看 | 日韩国产欧美一区二区三区| 日韩一区和二区| 久久超级碰视频| 精品成a人在线观看| 免费在线看一区| 久久精品视频一区| 国产成人自拍网| 国产精品不卡在线| 色哟哟一区二区| 美女诱惑一区二区| 26uuu国产电影一区二区| 九九九精品视频| 日本一区二区视频在线观看| 91蝌蚪porny九色| 亚洲国产一区二区三区青草影视| 欧美日韩中文字幕一区| 奇米影视7777精品一区二区| 国产女主播在线一区二区| www.欧美.com| 一区二区免费看| 9191久久久久久久久久久| 国产成人免费在线视频| 亚洲色欲色欲www在线观看| 在线国产亚洲欧美| 午夜私人影院久久久久| 久久精品一区二区三区不卡牛牛| 成人教育av在线| 亚洲一区二区五区| 欧美高清激情brazzers| 懂色av一区二区三区蜜臀| 国产精品国产三级国产aⅴ无密码| 99国产精品99久久久久久| 日本亚洲最大的色成网站www| 国产精品麻豆视频| 欧美日韩一级黄| 激情欧美一区二区| 亚洲欧美国产高清| 日韩欧美你懂的| 99精品国产视频| 日韩av中文字幕一区二区| 亚洲免费av观看| 日韩美女视频在线| 99久久99精品久久久久久| 亚洲制服丝袜av| 国产精品无遮挡| 在线播放91灌醉迷j高跟美女| 国产成人自拍网| 亚洲一区免费观看|