11.07.2015 Views

CrossWorks for ARM User Guide

CrossWorks for ARM User Guide

CrossWorks for ARM User Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

DescriptionTargetInterface.peekBytes reads a block of bytes from target memory starting at>address <strong>for</strong> length bytes and returns the result as an array containing the bytes read.TargetInterface.peekUint16SynopsisDescriptionTargetInterface.peekUint16(address)TargetInterface.peekUint16 reads a 16-bit unsigned integer from target memory fromaddress and returns it.TargetInterface.peekUint32SynopsisDescriptionTargetInterface.peekUint32(address)TargetInterface.peekUint32 reads a 32-bit unsigned integer from target memory fromaddress and returns it.TargetInterface.peekWordSynopsisDescriptionTargetInterface.peekWord(address)TargetInterface.peekWord reads a word as an unsigned integer from target memoryfrom address and returns it.TargetInterface.pokeByteSynopsisDescriptionSynopsisTargetInterface.pokeByte(address, data)TargetInterface.pokeByte writes the byte data to address in target memory.TargetInterface.pokeUint16TargetInterface.pokeUint16(address, data)DescriptionSynopsisTargetInterface.pokeUint16 writes data as a 16-bit value to addressin target memory.TargetInterface.pokeUint32TargetInterface.pokeUint32(address, data)DescriptionSynopsisTargetInterface.pokeUint32 writes data as a 32-bit value to addressin target memory.TargetInterface.pokeWordTargetInterface.pokeWord(address, data)DescriptionTargetInterface.pokeWord writes data as a word value to addressin target memory.Chapter 14Target script file163

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!