Instructions

254Libraries
© 2013 Conrad Electronic
tions!
5.9.1 DirAcc_Read
Direct Access Functions
Syntax
byte DirAcc_Read(byte register);
Sub DirAcc_Read(register As Byte) As Byte
Description
A Byte is read from a Register of the Atmel CPU.
Parameter
register Register number (refer to chapter "Register Summary" in the Atmel Reference Manual)
Return Parameter
Value of Register
5.9.2 DirAcc_Write
Direct Access Functions
Syntax
void DirAcc_Write(byte register, byte val);
Sub DirAcc_Write(register As Byte, val As Byte)
Description
A Byte value is written into a Register of the Atmel CPU.
Parameter
register Register number (refer to chapter "Register Summary" in the Atmel Reference Manual)
val Byte value
5.10 EEPROM
The C-Control Pro Modules integrate AVR32Bit:64kB M32:1kB resp. M128:4kB EEPROM. These
library functions allow access to the EEPROM of the Interpreter.