; -------------------------------------------------------------------------------- ; @Title: AT91(SAM7L64,128) Specific Menu ; @Props: Released ; @Author: MPO ; @Changelog: 2018-04-08 MPO ; @Manufacturer: ATMEL - Atmel Corporation ; @Core: ARM7TDMI ; @Copyright: (C) 1989-2016 Lauterbach GmbH, licensed for use with TRACE32(R) only ; -------------------------------------------------------------------------------- ; $Id: menat91sam7l.men 16339 2023-07-03 13:30:14Z pegold $ add menu ( popup "Peripherals" ( menuitem "Reset Controller" "per , ""RSTC (Reset Controller)""" menuitem "Real-time Clock" "per , ""RTC (Real-time Clock)""" menuitem "Periodic Interval Timer" "per , ""PIT (Periodic Interval Timer)""" menuitem "Watchdog Timer" "per , ""WDT (Watchdog Timer)""" menuitem "Supply Controller" "per , ""SUPC (Supply Controller)""" menuitem "Memory Controller" "per , ""MC (Memory Controller)""" menuitem "Embedded Flash Controller" "per , ""EEFC (Enhanced Embedded Flash Controller)""" menuitem "Peripheral DMA Controller" "per , ""PDC (Peripheral DMA Controller)""" menuitem "Advanced Interrupt Controller" "per , ""AIC (Advanced Interrupt Controller)""" menuitem "Power Management Controller" "per , ""PMC (Power Management Controller)""" menuitem "Debug Unit" "per , ""DBGU (Debug Unit)""" menuitem "Parallel I/O Controller" "per , ""PIO (Parallel Input/Output Controller)""" menuitem "Serial Peripheral Interface" "per , ""SPI (Serial Peripheral Interface)""" menuitem "Two-wire Interface" "per , ""TWI (Two-wire Interface)""" menuitem "USART" "per , ""USART (Universal Synchronous Asynchronous Receiver Transmitter)""" menuitem "Timer Counter" "per , ""TC (Timer Counter)""" menuitem "Pulse Width Modulation" "per , ""PWM (Pulse Width Modulation Controller)""" menuitem "Analog-to-Digital Converter" "per , ""ADC (Analog-to-Digital Converter)""" menuitem "Segment LCD Controller" "per , ""SLCDC (Segment LCD Controller)""" ) )