Structure holding I2C special operation parameters.
#include <nm_bus_wrapper.h>
Data Fields | |
uint8 * | pu8Buf1 |
uint8 * | pu8Buf2 |
uint16 | u16Sz1 |
uint16 | u16Sz2 |
uint8 | u8SlaveAdr |
uint8* tstrNmI2cSpecial::pu8Buf1 |
pointer to the 1st buffer
Referenced by nm_bus_ioctl(), and nm_i2c_write_block().
uint8* tstrNmI2cSpecial::pu8Buf2 |
pointer to the 2nd buffer
Referenced by nm_bus_ioctl(), and nm_i2c_write_block().
uint16 tstrNmI2cSpecial::u16Sz1 |
1st buffer size
Referenced by nm_bus_ioctl(), and nm_i2c_write_block().
uint16 tstrNmI2cSpecial::u16Sz2 |
2nd buffer size
Referenced by nm_bus_ioctl(), and nm_i2c_write_block().
uint8 tstrNmI2cSpecial::u8SlaveAdr |