RTEMS 6.1-rc6
|
I2C Driver for SEMTECH SC620 Octal LED Driver. More...
Macros | |
#define | SC620_REG_COUNT 10 |
Variables | |
rtems_libi2c_drv_t | i2c_sc620_driver |
I2C driver for SEMTECH SC620 octal LED driver. | |
I2C Driver for SEMTECH SC620 Octal LED Driver.
rtems_libi2c_drv_t i2c_sc620_driver |
I2C driver for SEMTECH SC620 octal LED driver.
A write() must use two character buffer. The buffer[0] value specifies the register and the buffer[1] value specifies the register data.
A read() must use a one character buffer. The buffer[0] value specifies the register on function entry. The buffer[0] value contains the register value after a successful operation.