11.07.2015 Views

Imagecraft c compiler and development environment for the atmel avr

Imagecraft c compiler and development environment for the atmel avr

Imagecraft c compiler and development environment for the atmel avr

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

ICCV8 <strong>for</strong> AVR – C Compiler <strong>for</strong> Atmel AVRreads a sequence of bytes from <strong>the</strong> extended address in SRAM into a buffer bufin <strong>the</strong> lower 64K SRAM address with length n.SRAM Write Functionsvoid EDataWriteByte(unsigned char ramp, unsigned addr,unsigned char val)writes a byte to <strong>the</strong> extended address in SRAM.void EDataWriteWord(unsigned char ramp, unsigned addr,unsigned char val)writes a 16-bit word to <strong>the</strong> extended address in SRAM.void EDataWriteLWord(unsigned char ramp, unsigned addr,unsigned char val)writes a 32-bit long word to <strong>the</strong> extended address in SRAM.void EDataWriteBytes(unsigned char ramp, unsigned addr,unsigned char *buf, int n)copies a sequence of bytes from <strong>the</strong> buffer buf in <strong>the</strong> lower 64K SRAM addresswith length n to <strong>the</strong> extended address in SRAM.109

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

Saved successfully!

Ooh no, something went wrong!