📄 stv3500chip.cfg
字号:
##
## STV3500chip.cfg
##
## Copyright (C) STMicroelectronics Ltd. 2001
##
## Description of the STV3500 chip
##
## STV3500 has a C200 core
include ST20C2_C200chip.cfg
include STV3500addr.cfg
include STV3500regs.cfg
#######################################################
##
## Set up STV3500 peripheral register blocks
##
#######################################################
proc stv3500chip {
st20c2_c200_chip
memory EMI (Devices[Devices.EMIindex].addr) ( 4*K) DEVICE
## Define memory regions for peripherals
memory INTLEVELCTRL (Devices[Devices.INTLEVELCTRLindex].addr) 0x1000 DEVICE
## Register descriptions of peripherals
##
InterruptLevelController3Registers (Devices[Devices.INTLEVELCTRLindex].addr, Devices[Devices.INTLEVELCTRLNUMINPUTSindex].addr)
EMI4Registers (Devices[Devices.EMIindex].addr, false, true, "STV3500")
STV3500_regs
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -