50 lines
2.2 KiB
Plaintext
50 lines
2.2 KiB
Plaintext
; --------------------------------------------------------------------------------
|
|
; @Title: UCD3xxx Specific Menu
|
|
; @Props: Released
|
|
; @Author: LSD,JRK
|
|
; @Changelog: 2015-10-12
|
|
; @Manufacturer: TI - Texas Instruments
|
|
; @Core: ARM7TDMI-S
|
|
; @Copyright: (C) 1989-2016 Lauterbach GmbH, licensed for use with TRACE32(R) only
|
|
; --------------------------------------------------------------------------------
|
|
; $Id: menucd3xxx.men 16339 2023-07-03 13:30:14Z pegold $
|
|
|
|
add
|
|
menu
|
|
(
|
|
popup "Peripherals"
|
|
(
|
|
menuitem "ICEbreaker" "per , ""ICEbreaker"""
|
|
separator
|
|
if (cpuis("UCD3138*"))
|
|
(
|
|
menuitem "Loop Mux" "per , ""Loop Mux"""
|
|
menuitem "Fault Mux" "per , ""Fault Mux"""
|
|
)
|
|
if (cpuis("UCD3138A64")||cpuis("UCD3138128"))
|
|
(
|
|
menuitem "RTC" "per , ""RTC (Real Time Clock Interface)"""
|
|
)
|
|
if (cpuis("UCD3020*")||cpuis("UCD3040*")||cpuis("UCD3138128")||cpuis("UCD3138A64"))
|
|
(
|
|
menuitem "SPI" "per , ""SPI (Serial Peripheral Interface)"""
|
|
)
|
|
menuitem "UART" "per , ""UART (Universal Asynchronous Receiver and Transmitter)"""
|
|
menuitem "A/D Converter" "per , ""A/D Converter (Analog/Digital Converter)"""
|
|
menuitem "DPWM" "per , ""DPWM (Digital Pulse Width Modulator)"""
|
|
if (cpuis("UCD31*"))
|
|
(
|
|
menuitem "Filter" "per , ""Filter"""
|
|
menuitem "Front End/Ramp Interfaces" "per , ""Front End/Ramp Interfaces"""
|
|
menuitem "Miscellaneous Analog Control" "per , ""Miscellaneous Analog Control"""
|
|
)
|
|
menuitem "PMB" "per , ""PMB (PMBus Interface)"""
|
|
menuitem "GPIO" "per , ""GPIO (General Purpose Input/Output Module)"""
|
|
menuitem "TIMER" "per , ""TIMER Module"""
|
|
menuitem "MMC" "per , ""MMC (Memory Controller)"""
|
|
menuitem "DEC" "per , ""DEC (Address Manager)"""
|
|
menuitem "CIM" "per , ""CIM (Central Interrupt Module)"""
|
|
menuitem "SYS" "per , ""SYS (System Module)"""
|
|
)
|
|
)
|