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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? bcu.h

?? 系統移植 AEDK EMB33實驗系統
?? H
字號:
/************************************************************************
 *									*
 *	Copyright (C) SEIKO EPSON CORP. 1999				*
 *									*
 *	File name: bcu.h						*
 *	  This is BCU driver header file.				*
 *									*
 *	Revision history						*
 *		1999.03.11	T.Mineshima	Start.			*
 *		1999.04.22	T.Mineshima	Define Modify.		*
 *									*
 ************************************************************************/

/* Address definition */
#define		BCU_A15_A18_ADDR	0x48120		// Address for area 15-18 BCU register
#define		BCU_A13_A14_ADDR	0x48122		// Address for area 13-14 BCU register
#define		BCU_A11_A12_ADDR	0x48124		// Address for area 11-12 BCU register
#define		BCU_A9_A10_ADDR		0x48126		// Address for area 9-10 BCU register
#define		BCU_A7_A8_ADDR		0x48128		// Address for area 7-8 BCU register
#define		BCU_A4_A5_A6_ADDR	0x4812a		// Address for area 4-6 BCU register
#define		BCU_SWAITE_ADDR		0x4812e		// Address for #WAIT enable, external interface setting, DRAM interface estabishment, refresh setting, DRAM page mode selection, burst ROM mode selection, BCLK output control register
#define		BCU_TBRP_ADDR		0x4812d		// Address for TTBR register write protect
#define		BCU_RASC_ADDR		0x48130		// Address for DRAM RAS, CAS cycle, RAS precharge cycle, successive RAS mode, #CE pin function selection register
#define		BCU_EC_IO_ADDR		0x48132		// Address for area 5-18 endian control and external/internal access control register
#define		BCU_TTBRL_ADDR		0x48134		// Address for trap table base address register (low-order address)
#define		BCU_TTBRH_ADDR		0x48136		// Address for trap table base address register (high-order address)
#define		BCU_RD_AD_ADDR		0x48138		// Address for G/A read signal control register
#define		BCU_BCLKSEL_ADDR	0x4813a		// Address for BCLK selection register


/* Bit field definition */
#define		BCU_boot_16K		0x0000		// Area 10 Boot ROM size 16K
#define		BCU_boot_32K		0x1000		// Area 10 Boot ROM size 32K
#define		BCU_boot_64K		0x2000		// Area 10 Boot ROM size 64K
#define		BCU_boot_128K		0x3000		// Area 10 Boot ROM size 128K
#define		BCU_boot_256K		0x4000		// Area 10 Boot ROM size 256K
#define		BCU_boot_512K		0x5000		// Area 10 Boot ROM size 512K
#define		BCU_boot_1M		0x6000		// Area 10 Boot ROM size 1M
#define		BCU_boot_2M		0x7000		// Area 10 Boot ROM size 2M

#define		BCU_SZH_8		0x4000		// Device size 8 bits (high-order address)
#define		BCU_SZH_16		0x0000		// Device size 16 bits (high-order address)

#define		BCU_SZL_8		0x0040		// Device size 8 bits (low-order address)
#define		BCU_SZL_16		0x0000		// Device size 16 bits (low-order address)

#define		BCU_DFH_35		0x3000		// Output disable delay 3.5 (high-order address)
#define		BCU_DFH_25		0x2000		// Output disable delay 2.5 (high-order address)
#define		BCU_DFH_15		0x1000		// Output disable delay 1.5 (high-order address)
#define		BCU_DFH_05		0x0000		// Output disable delay 0.5 (high-order address)

#define		BCU_DFL_35		0x0030		// Output disable delay 3.5 (low-order address)
#define		BCU_DFL_25		0x0020		// Output disable delay 2.5 (low-order address)
#define		BCU_DFL_15		0x0010		// Output disable delay 1.5 (low-order address)
#define		BCU_DFL_05		0x0000		// Output disable delay 0.5 (low-order address)

#define		BCU_WTH_7		0x0700		// Wait control 7 (high-order address)
#define		BCU_WTH_6		0x0600		// Wait control 6 (high-order address)
#define		BCU_WTH_5		0x0500		// Wait control 5 (high-order address)
#define		BCU_WTH_4		0x0400		// Wait control 4 (high-order address)
#define		BCU_WTH_3		0x0300		// Wait control 3 (high-order address)
#define		BCU_WTH_2		0x0200		// Wait control 2 (high-order address)
#define		BCU_WTH_1		0x0100		// Wait control 1 (high-order address)
#define		BCU_WTH_0		0x0000		// Wait control 0 (high-order address)

#define		BCU_WTL_7		0x0007		// Wait control 7 (low-order address)
#define		BCU_WTL_6		0x0006		// Wait control 6 (low-order address)
#define		BCU_WTL_5		0x0005		// Wait control 5 (low-order address)
#define		BCU_WTL_4		0x0004		// Wait control 4 (low-order address)
#define		BCU_WTL_3		0x0003		// Wait control 3 (low-order address)
#define		BCU_WTL_2		0x0002		// Wait control 2 (low-order address)
#define		BCU_WTL_1		0x0001		// Wait control 1 (low-order address)
#define		BCU_WTL_0		0x0000		// Wait control 0 (low-order address)

#define		BCU_DRAH_USE		0x0100		// Area 14 and area 8 DRAM is used
#define		BCU_DRAH_NOT		0x0000		// Area 14 and area 8 DRAM is not used

#define		BCU_DRAL_USE		0x0080		// Area 13 and area 7 DRAM is used
#define		BCU_DRAL_NOT		0x0000		// Area 13 and area 7 DRAM is not used

#define		BCU_BROH_USE		0x0100		// Area 10 burst ROM is used
#define		BCU_BROH_NOT		0x0000		// area 10 burst ROM is not used

#define		BCU_BROL_USE		0x0080		// Area 9 burst ROM is used
#define		BCU_BROL_NOT		0x0000		// Area 9 burst ROM is not used

#define		BCU_BW_3		0x0600		// Burst ROM burst read cycle wait 3
#define		BCU_BW_2		0x0400		// Burst ROM burst read cycle wait 2
#define		BCU_BW_1		0x0200		// Burst ROM burst read cycle wait 1
#define		BCU_BW_0		0x0000		// Burst ROM burst read cycle wait 0

#define		BCU_RBCLK_HI		0x8000		// BCLK output fixed at high
#define		BCU_RBCLK_ENA		0x0000		// BCLK output enable

#define		BCU_RBST8_8		0x2000		// Burst ROM mode 8
#define		BCU_RBST8_4		0x0000		// Burst ROM mode 4

#define		BCU_REDO_EDO		0x1000		// EDO RAM interface EDO
#define		BCU_REDO_FPAGE		0x0000		// EDO RAM interface fastpage

#define		BCU_RCA_11		0x0C00		// Column address size 11
#define		BCU_RCA_10		0x0800		// Column address size 10
#define		BCU_RCA_9		0x0400		// Column address size 9
#define		BCU_RCA_8		0x0000		// Column address size 8

#define		BCU_RPC2_ENA		0x0200		// Refresh enable
#define		BCU_RPC2_DIS		0x0000		// Refresh disable

#define		BCU_RPC1_SELF		0x0100		// Refresh self-refresh
#define		BCU_RPC1_CBR		0x0000		// Refresh CBR-refresh

#define		BCU_RPC0_2		0x0080		// Refresh RPC delay 2
#define		BCU_RPC0_1		0x0000		// Refresh RPC delay 1

#define		BCU_RRAS_5		0x0060		// Refresh #RAS pulse width 5
#define		BCU_RRAS_4		0x0040		// Refresh #RAS pulse width 4
#define		BCU_RRAS_3		0x0020		// Refresh #RAS pulse width 3
#define		BCU_RRAS_2		0x0000		// Refresh #RAS pulse width 2

#define		BCU_S2WE_2WE		0x0010		// DRAM interface selection 2WE
#define		BCU_S2WE_2CAS		0x0000		// DRAM interface selection 2CAS

#define		BCU_SBUSST_BSL		0x0008		// External interface selection #BSL
#define		BCU_SBUSST_A0		0x0000		// External interface selection A0

#define		BCU_SEMAS_EXIST		0x0004		// External bus master setup existing
#define		BCU_SEMAS_NOT		0x0000		// External bus master setup nonexistent

#define		BCU_SEPD_ENA		0x0002		// External power-down control enabled
#define		BCU_SEPD_DIS		0x0000		// External power-down control disable

#define		BCU_SWAITE_ENA		0x0001		// SRAM #WAIT enable
#define		BCU_SWAITE_DIS		0x0000		// SRAM #WAIT disable

#define		BCU_CEFUNC_COM		0x0c0		// #CE pin function selection combination address
#define		BCU_CEFUNC_HI		0x0200		// #CE pin function selection high address
#define		BCU_CEFUNC_NOR		0x0000		// #CE pin function selection normal address

#define		BCU_CRAS_SEQ		0x0100		// RAS mode sequential
#define		BCU_CRAS_NOR		0x0000		// RAS mode normal

#define		BCU_RPRC_4		0x00c0		// DRAM RAS precharge cycle 4
#define		BCU_RPRC_3		0x0080		// DRAM RAS precharge cycle 3
#define		BCU_RPRC_2		0x0040		// DRAM RAS precharge cycle 2
#define		BCU_RPRC_1		0x0000		// DRAM RAS precharge cycle 1

#define		BCU_CAS_4		0x0018		// DRAM CAS cycle 4
#define		BCU_CAS_3		0x0010		// DRAM CAS cycle 3
#define		BCU_CAS_2		0x0008		// DRAM CAS cycle 2
#define		BCU_CAS_1		0x0000		// DRAM CAS cycle 1

#define		BCU_RAS_4		0x0003		// DRAM RAS cycle 4
#define		BCU_RAS_3		0x0002		// DRAM RAS cycle 3
#define		BCU_RAS_2		0x0001		// DRAM RAS cycle 2
#define		BCU_RAS_1		0x0000		// DRAM RAS cycle 1

#define		BCU_A18IO_INT		0x8000		// Area 18,17 internal access
#define		BCU_A16IO_INT		0x4000		// Area 16,15 internal access
#define		BCU_A14IO_INT		0x2000		// Area 14,13 internal access
#define		BCU_A12IO_INT		0x1000		// Area 12,11 internal access
#define		BCU_A8IO_INT		0x0400		// Area 8,7 internal access
#define		BCU_A6IO_INT		0x0200		// Area 6 internal access
#define		BCU_A5IO_INT		0x0100		// Area 5,4 internal access

#define		BCU_A18EC_BIG		0x0080		// Area 18,17 internal access
#define		BCU_A16EC_BIG		0x0040		// Area 16,15 internal access
#define		BCU_A14EC_BIG		0x0020		// Area 14,13 internal access
#define		BCU_A12EC_BIG		0x0010		// Area 12,11 internal access
#define		BCU_A10EC_BIG		0x0008		// Area 10,9 internal access
#define		BCU_A8EC_BIG		0x0004		// Area 8,7 internal access
#define		BCU_A6EC_BIG		0x0002		// Area 6 internal access
#define		BCU_A5EC_BIG		0x0001		// Area 5,4 internal access

#define		BCU_A18AS_ENA		0x8000		// Area 18,17 address strobe
#define		BCU_A16AS_ENA		0x4000		// Area 16,15 address strobe
#define		BCU_A14AS_ENA		0x2000		// Area 14,13 address strobe
#define		BCU_A12AS_ENA		0x1000		// Area 12,11 address strobe
#define		BCU_A8AS_ENA		0x0400		// Area 8,7 address strobe
#define		BCU_A6AS_ENA		0x0200		// Area 6 address strobe
#define		BCU_A5AS_ENA		0x0100		// Area 5,4 address strobe

#define		BCU_A18RD_ENA		0x0080		// Area 18,17 read signal
#define		BCU_A16RD_ENA		0x0040		// Area 16,15 read signal
#define		BCU_A14RD_ENA		0x0020		// Area 14,13 read signal
#define		BCU_A12RD_ENA		0x0010		// Area 12,11 read signal
#define		BCU_A8RD_ENA		0x0004		// Area 8,7 read signal
#define		BCU_A6RD_ENA		0x0002		// Area 6 read signal
#define		BCU_A5RD_ENA		0x0001		// Area 5,4 read signal

#define		BCU_BCLKSEL_PLL		0x0003		// PLL CLK
#define		BCU_BCLKSEL_OSC3	0x0002		// OSC3 CLK
#define		BCU_BCLKSEL_BCU		0x0001		// BCU CLK
#define		BCU_BCLKSEL_CPU		0x0000		// CPU CLK

#define		BCU_A1X1MD		0x0008		// Area1 access speed:2 cycles

#define		BCU_TBRP_WR		0x5900		// Trap table base address register write enable


// Memory start address
#define		BCU_AREA4_ADDR		0x0100000	// Area 4 memory start address
#define		BCU_AREA5_ADDR		0x0200000	// Area 5 memory start address
#define		BCU_AREA6_ADDR		0x0300000	// Area 6 memory start address
#define		BCU_AREA7_ADDR		0x0400000	// Area 7 memory start address
#define		BCU_AREA8_ADDR		0x0600000	// Area 8 memory start address
#define		BCU_AREA9_ADDR		0x0800000	// Area 9 memory start address
#define		BCU_AREA10_ADDR		0x0c00000	// Area 10 memory start address
#define		BCU_AREA11_ADDR		0x1000000	// Area 11 memory start address
#define		BCU_AREA12_ADDR		0x1800000	// Area 12 memory start address
#define		BCU_AREA13_ADDR		0x2000000	// Area 13 memory start address
#define		BCU_AREA14_ADDR		0x3000000	// Area 14 memory start address
#define		BCU_AREA15_ADDR		0x4000000	// Area 15 memory start address
#define		BCU_AREA16_ADDR		0x6000000	// Area 16 memory start address
#define		BCU_AREA17_ADDR		0x8000000	// Area 17 memory start address
#define		BCU_AREA18_ADDR		0xc000000	// Area 18 memory start address

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久66热re国产| 国产精品素人视频| 手机精品视频在线观看| 欧美日本韩国一区二区三区视频| 亚洲国产精品一区二区尤物区| 欧美三区免费完整视频在线观看| 亚洲伊人色欲综合网| 欧美欧美午夜aⅴ在线观看| 水野朝阳av一区二区三区| 欧美va亚洲va在线观看蝴蝶网| 福利一区二区在线观看| 亚洲欧美日韩在线不卡| 欧美午夜在线观看| 另类欧美日韩国产在线| 久久精品亚洲麻豆av一区二区| 成人动漫视频在线| 亚洲综合一区二区三区| 日韩欧美一区二区在线视频| 国产精品综合一区二区三区| 亚洲欧美综合色| 欧美日韩国产另类不卡| 精品一区二区三区的国产在线播放 | 欧美一区二区在线观看| 极品瑜伽女神91| 亚洲免费视频中文字幕| 日韩免费高清电影| 大尺度一区二区| 日韩高清不卡一区| 国产精品高潮久久久久无| 9191久久久久久久久久久| 国产精品一区二区久激情瑜伽| 亚洲在线免费播放| 国产香蕉久久精品综合网| 在线欧美一区二区| 国产精品影视在线观看| 亚洲激情图片qvod| 久久综合九色综合欧美亚洲| 色欧美乱欧美15图片| 激情综合网天天干| 亚洲在线视频网站| 国产午夜久久久久| 在线电影一区二区三区| 91色|porny| 国产一区二区免费看| 图片区小说区国产精品视频| 中文字幕欧美一| 久久精品这里都是精品| 欧美一区二区三区在线视频| 色综合婷婷久久| 丁香桃色午夜亚洲一区二区三区 | 日韩精品久久久久久| 中文字幕一区二区三区不卡| 精品国产乱码久久| 91麻豆精品国产无毒不卡在线观看| 国产不卡在线视频| 黄页视频在线91| 奇米影视一区二区三区| 天天爽夜夜爽夜夜爽精品视频| 亚洲手机成人高清视频| 国产精品网站一区| 国产亚洲精品精华液| 欧美成人女星排行榜| 欧美另类一区二区三区| 欧美手机在线视频| 一本色道亚洲精品aⅴ| 成人av在线资源| 岛国精品在线观看| 国产福利一区在线| 国产一区二区在线影院| 久久精品久久99精品久久| 日韩国产欧美视频| 婷婷一区二区三区| 视频一区二区三区在线| 亚洲成人一区在线| 亚洲第一av色| 亚洲成人av资源| 日韩国产一区二| 蜜臀99久久精品久久久久久软件| 香蕉影视欧美成人| 亚洲第一综合色| 日韩激情视频网站| 久久国产麻豆精品| 国内精品写真在线观看| 国产九色sp调教91| 波多野结衣在线aⅴ中文字幕不卡| 成人动漫在线一区| 在线观看免费一区| 欧美美女直播网站| 欧美一区2区视频在线观看| 欧美一区二区视频在线观看2022 | 在线免费观看日本欧美| 欧美日韩中文字幕一区| 7777精品伊人久久久大香线蕉经典版下载 | 久草在线在线精品观看| 九一九一国产精品| 国产精品一级片在线观看| 成人伦理片在线| 日本高清成人免费播放| 8x8x8国产精品| 2020国产精品| 国产精品国产三级国产aⅴ入口| 一区二区视频在线看| 亚洲国产精品久久艾草纯爱| 毛片一区二区三区| 国产成a人亚洲精品| 色婷婷亚洲一区二区三区| 7777精品伊人久久久大香线蕉超级流畅| 欧美成人精品1314www| 国产精品视频免费看| 亚洲综合一区二区三区| 紧缚捆绑精品一区二区| 91一区二区在线| 91精品国产综合久久香蕉的特点| 国产午夜久久久久| 亚洲观看高清完整版在线观看| 国产尤物一区二区在线 | 色哟哟日韩精品| 欧美不卡在线视频| 亚洲素人一区二区| 美女一区二区视频| 色妹子一区二区| 久久久777精品电影网影网 | 欧美一二三四在线| 亚洲视频一二区| 激情久久五月天| 欧洲视频一区二区| 久久精品一区二区三区av| 香蕉成人伊视频在线观看| 丰满少妇在线播放bd日韩电影| 欧美久久久久久久久| 亚洲视频在线观看三级| 国产一区二区剧情av在线| 欧美午夜理伦三级在线观看| 日本一区二区三区高清不卡| 三级欧美韩日大片在线看| 不卡在线观看av| 精品区一区二区| 视频一区视频二区中文字幕| 99视频精品在线| 国产日韩欧美一区二区三区综合| 蜜臀av性久久久久av蜜臀妖精| 色天使久久综合网天天| 欧美国产激情一区二区三区蜜月| 蜜臀久久久99精品久久久久久| 欧美三级欧美一级| 亚洲色图在线视频| 国产69精品久久久久777| 欧美一区二区观看视频| 亚洲18影院在线观看| 色偷偷一区二区三区| 中文字幕一区二区视频| 国产一区二区三区最好精华液| 日韩午夜在线播放| 日韩av电影免费观看高清完整版 | 成人中文字幕电影| 久久综合久久鬼色| 久久精品国产精品青草| 91精品国产综合久久久蜜臀粉嫩| 一区二区三区 在线观看视频| av一区二区三区在线| 国产日韩欧美精品一区| 国产精品一品视频| 国产欧美一区二区三区鸳鸯浴| 国产一区二区三区免费| 精品欧美乱码久久久久久1区2区| 麻豆91精品视频| 日韩欧美国产一二三区| 久久激情综合网| 精品少妇一区二区三区免费观看 | 国产欧美日韩久久| 成人深夜福利app| 亚洲图片你懂的| 欧美性大战久久久久久久| 亚洲综合区在线| 欧美酷刑日本凌虐凌虐| 亚洲成av人片观看| 日韩一区二区免费高清| 精品一区二区在线视频| 久久久精品tv| 91亚洲精华国产精华精华液| 亚洲乱码国产乱码精品精小说| 欧美天天综合网| 久久精品国产第一区二区三区| 国产视频一区不卡| 91在线视频网址| 亚洲不卡在线观看| 精品久久久久久久久久久久久久久| 国产精品原创巨作av| 亚洲欧美一区二区视频| 色屁屁一区二区| 麻豆一区二区99久久久久| 久久久久久夜精品精品免费| 成人激情免费电影网址| 亚洲一区二区在线视频| 日韩精品一区二区三区在线| 懂色av一区二区三区免费观看| 亚洲免费视频成人| 91精品国产综合久久久蜜臀图片| 国产成人久久精品77777最新版本| 亚洲免费观看在线观看|