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

67 lines
4.6 KiB
Plaintext

; --------------------------------------------------------------------------------
; @Title: NETX100 Specific Menu
; @Props: Released
; @Author: BOB
; @Changelog: 2009-01-21 BOB
; @Manufacturer: HILSCHER - Hilscher GmbH
; @Core: ARM926EJ-S
; @Chip: NETX100
; @Copyright: (C) 1989-2016 Lauterbach GmbH, licensed for use with TRACE32(R) only
; --------------------------------------------------------------------------------
; $Id: mennetx100.men 16339 2023-07-03 13:30:14Z pegold $
add
menu
(
popup "Peripherals"
(
popup "ARM Core"
(
menuitem "ID Registers" "per , ""ARM Core Registers,ID Registers"""
menuitem "MMU Control and Configuration" "per , ""ARM Core Registers,MMU Control and Configuration"""
menuitem "TCM Control and Configuration" "per , ""ARM Core Registers,TCM Control and Configuration"""
menuitem "Test and Debug" "per , ""ARM Core Registers,Test and Debug"""
menuitem "ICEbreaker" "per , ""ARM Core Registers,ICEbreaker"""
)
menuitem "System Functions" "per , ""System Functions"""
menuitem "Memory Controller" "per , ""Memory Controller"""
menuitem "Extension Bus" "per , ""Extension Bus"""
popup "Dual-Port Memory"
(
menuitem "Host Side" "per , ""Dual-Port Memory,DPMHS (Dual-Port Memory Host Side)"""
menuitem "ARM Side" "per , ""Dual-Port Memory,DPMAS (Dual-Port Memory ARM Side)"""
)
popup "GPIO"
(
menuitem "GPIO" "per , ""Peripheral Functions,GPIO (General Purpose IOs)"""
menuitem "GPIO Configuration" "per , ""Peripheral Functions,GPIO (General Purpose IOs),GPIO Configuration Register"""
menuitem "GPIO Threshold or Capture" "per , ""Peripheral Functions,GPIO (General Purpose IOs),GPIO Threshold or Capture Register"""
)
menuitem "PIO" "per , ""Peripheral Functions,PIO (Peripheral Inputs Outputs)"""
popup "UART"
(
menuitem "UART 0" "per , ""Peripheral Functions,UART (Universal Asynchronous Receiver Transmitter),UART 0"""
menuitem "UART 1" "per , ""Peripheral Functions,UART (Universal Asynchronous Receiver Transmitter),UART 1"""
menuitem "UART 2" "per , ""Peripheral Functions,UART (Universal Asynchronous Receiver Transmitter),UART 2"""
)
menuitem "SPI" "per , ""Peripheral Functions,SPI (Serial Peripheral Interface)"""
menuitem "I2C" "per , ""Peripheral Functions,I2C (Inter-Integrated Circuit)"""
menuitem "SYSTIME" "per , ""Peripheral Functions,SYSTIME (System time with IEEE 1588 functionality)"""
menuitem "USB" "per , ""Peripheral Functions,USB (Universal Serial Bus)"""
menuitem "VIC" "per , ""Peripheral Functions,VIC (Vector Interrupt Controller)"""
menuitem "PWM" "per , ""Motion Control Functions,PWM (Pulse-width modulation)"""
menuitem "ENC" "per , ""Motion Control Functions,ENC (Quadrature Encoders)"""
menuitem "ADC" "per , ""Motion Control Functions,ADC (Analogue Digital Converters)"""
menuitem "PHY" "per , ""Communication Functions,PHY (Controller for internal PHYs)"""
popup "PFIFO"
(
menuitem "PFIFO_BASE0-31" "per , ""Communication Functions,PFIFO (Pointer FIFO),PFIFO_BASE0-31 (Pointer FIFO 0-31 Base Address)"""
menuitem "PFIFO_BORDER_BASE0-31" "per , ""Communication Functions,PFIFO (Pointer FIFO),PFIFO_BORDER_BASE0-31 (Pointer FIFO 0-31 Upper Border)"""
menuitem "PFIFO RESET FULL EMPTY OVERFLOW UNDERRUN" "per , ""Communication Functions,PFIFO (Pointer FIFO),PFIFO RESET FULL EMPTY OVERFLOW UNDERRUN"""
menuitem "PFIFO FILL LEVEL BASE0-31" "per , ""Communication Functions,PFIFO (Pointer FIFO),PFIFO_FILL_LEVEL_BASE0-31 (Pointer FIFO Fill Level 0-31)"""
)
menuitem "CRC" "per , ""Communication Functions,CRC (Configurable CRC-Generator)"""
menuitem "ARM to XPEC IRQ" "per , ""Communication Functions,ARM_to_XPEC_IRQ (IRQs between XPEC and ARM Registers)"""
)
)