Files
Gen4_R-Car_Trace32/2_Trunk/menfx3.men
2025-10-14 09:52:32 +09:00

64 lines
3.9 KiB
Plaintext

; --------------------------------------------------------------------------------
; @Title: FX3 Specific Menu
; @Props: Released
; @Author: BGA, AST
; @Changelog: 2016-08-26 BGA
; @Manufacturer: CYPRESS - Cypress Semiconductor Corporation
; @Core: ARM926EJ-S
; @Copyright: (C) 1989-2016 Lauterbach GmbH, licensed for use with TRACE32(R) only
; --------------------------------------------------------------------------------
; $Id: menfx3.men 16339 2023-07-03 13:30:14Z pegold $
add
menu
(
popup "Peripherals"
(
popup "[:chip]Core Registers (ARM 926)"
(
menuitem "[:chip]ID Registers" "per , ""ID Registers"""
menuitem "[:chip]MMU Control and Configuration" "per , ""MMU Control and Configuration"""
menuitem "[:chip]Cache Control and Configuration" "per , ""Cache Control and Configuration"""
menuitem "[:chip]TCM Control and Configuration" "per , ""TCM Control and Configuration"""
menuitem "[:chip]Test and Debug" "per , ""Test and Debug"""
menuitem "[:chip]ICEbreaker" "per , ""ICEbreaker"""
)
separator
menuitem "VIC" "per , ""VIC (Vectored Interrupt Controller)"""
menuitem "GCTL" "per , ""GCTL (Global Controller)"""
menuitem "PIB" "per , ""PIB (Processor Interface Block)"""
menuitem "GPIF II" "per , ""GPIF II (General Programmable Interface II)"""
menuitem "P-Port" "per , ""P-Port"""
menuitem "USB Port" "per , ""USB Port"""
menuitem "USB2 HS/FS/LS PHY" "per , ""USB2 HS/FS/LS PHY"""
menuitem "USB2 Device Controller" "per , ""USB2 Device Controller"""
menuitem "USB2 Controller Miscellaneous" "per , ""USB2 Controller Miscellaneous"""
menuitem "USB End Point Manager" "per , ""USB End Point Manager"""
menuitem "USB2 Host Controller" "per , ""USB2 Host Controller"""
menuitem "USB3 Link Controller" "per , ""USB3 Link Controller"""
menuitem "USB3 Protocol Layer" "per , ""USB3 Protocol Layer"""
menuitem "USB Port - SuperSpeed Ingress Socket" "per , ""USB Port - SuperSpeed Ingress Socket"""
menuitem "I2S" "per , ""I2S (Integrated Interchip Sound Interface)"""
menuitem "I2C" "per , ""I2C"""
menuitem "UART" "per , ""UART (Universal Asynchronous Receiver Transmitter)"""
menuitem "SPI" "per , ""SPI (Serial Peripheral Interface)"""
menuitem "GPIO" "per , ""GPIO (General Purpose IO)"""
menuitem "LPP" "per , ""LPP (Low Performance Peripherals)"""
popup "DMA Socket and Descriptor"
(
menuitem "LPP" "per , ""DMA Socket and Descriptor,LPP"""
menuitem "PIB" "per , ""DMA Socket and Descriptor,PIB"""
menuitem "UIB" "per , ""DMA Socket and Descriptor,UIB"""
menuitem "UIBIN" "per , ""DMA Socket and Descriptor,UIBIN"""
)
popup "DMA Adapter"
(
menuitem "LPP" "per , ""DMA Adapter,LPP"""
menuitem "PIB" "per , ""DMA Adapter,PIB"""
menuitem "UIB" "per , ""DMA Adapter,UIB"""
menuitem "UIBIN" "per , ""DMA Adapter,UIBIN"""
menuitem "Common" "per , ""DMA Adapter,Common"""
)
)
)