50
RabbitCore RCM4100
anaInConfig (continued)
PARAMETERS
instructionbyte
the instruction byte that will initiate a read or write operation
at 8 or 16 bits on the designated register address. For example,
checkid = anaInConfig(0x5F, 0, 9600);
// read ID and set baud rate
cmd
the command data that configure the registers addressed by the in-
struction byte. Enter 0 if you are performing a read operation. For
example,
i = anaInConfig(0x07, 0x3b, 0);
// write ref/osc reg and enable
brate
the serial clock transfer rate of 9600 to 115,200 bytes per second.
brate
must be set the first time this function is called. Enter 0 for
this parameter thereafter, for example,
anaInConfig(0x00, 0x00, 9600);
// resets device and sets byte rate
RETURN VALUE
0 on write operations
data value on read operations
SEE ALSO
anaInDriver
,
anaIn
,
brdInit
Summary of Contents for RabbitCore RCM4100
Page 1: ...RabbitCore RCM4100 C Programmable Core Module User s Manual 019 0153 090508 G...
Page 18: ...14 RabbitCore RCM4100...
Page 102: ...98 RabbitCore RCM4100...
Page 106: ...102 RabbitCore RCM4100...
Page 110: ...106 RabbitCore RCM4100...
Page 112: ......