Main Page | Data Structures | File List | Data Fields | Globals

DEVICE_T Union Reference

#include <MSP430.h>


Detailed Description

Device information structure.


Data Fields

CHAR buffer [112]


Field Documentation

CHAR DEVICE_T::buffer[112]
 

this buffer holds the complete device information and is overlayed by the following information structure

WORD DEVICE_T::endian
 

The value 0xaa55.

WORD DEVICE_T::id
 

Identification number.

BYTE DEVICE_T::string[32]
 

Identification string.

WORD DEVICE_T::mainStart
 

MAIN MEMORY starting address.

WORD DEVICE_T::infoStart
 

INFORMATION MEMORY starting address.

WORD DEVICE_T::ramEnd
 

RAM ending address.

WORD DEVICE_T::nBreakpoints
 

Number of breakpoints.

WORD DEVICE_T::emulation
 

Emulation level.

WORD DEVICE_T::clockControl
 

Clock control level.

WORD DEVICE_T::lcdStart
 

LCD starting address.

WORD DEVICE_T::lcdEnd
 

LCD ending address.

WORD DEVICE_T::vccMinOp
 

Vcc minimum during operation [mVolts].

WORD DEVICE_T::vccMaxOp
 

Vcc maximum during operation [mVolts].

WORD DEVICE_T::hasTestVpp
 

Device has TEST/VPP.

WORD DEVICE_T::ramStart
 

RAM starting address.

WORD DEVICE_T::ram2Start
 

RAM2 starting address.

WORD DEVICE_T::ram2End
 

RAM2 ending address.

WORD DEVICE_T::infoEnd
 

INFO ending address.

ULONG DEVICE_T::mainEnd
 

MAIN ending address.

WORD DEVICE_T::bslStart
 

BSL starting address.

WORD DEVICE_T::bslEnd
 

BSL ending address.

WORD DEVICE_T::nRegTrigger
 

Number of CPU Register Trigger.

WORD DEVICE_T::nCombinations
 

Number of EEM Trigger Combinations.

BYTE DEVICE_T::cpuArch
 

The MSP430 architecture (non-X, X or Xv2).

BYTE DEVICE_T::jtagId
 

The JTAG ID - value returned on an instruction shift.

WORD DEVICE_T::coreIpId
 

The CoreIP ID.

ULONG DEVICE_T::deviceIdPtr
 

The Device-ID Pointer.

WORD DEVICE_T::eemVersion
 

The EEM Version Number.

WORD DEVICE_T::nBreakpointsOptions
 

Breakpoint Modes.

WORD DEVICE_T::nBreakpointsReadWrite
 

WORD DEVICE_T::nBreakpointsDma
 

WORD DEVICE_T::TrigerMask
 

Trigger Mask for Breakpoint.

WORD DEVICE_T::nRegTriggerOperations
 

Register Trigger modes.

WORD DEVICE_T::nStateStorage
 

MSP430 has Stage Storage.

WORD DEVICE_T::nCycleCounter
 

Number of cycle counters of MSP430.

WORD DEVICE_T::nCycleCounterOperations
 

Cycle couter modes.

WORD DEVICE_T::nSequencer
 

Msp430 has Sequencer.

WORD DEVICE_T::HasFramMemroy
 

Msp430 has FRAM Memory.


The documentation for this union was generated from the following file: