EDF - OnePIC MCU
v1.1.0
|
Contains I2C attributes such as: More...
#include <OnePIC_i2c.h>
Data Fields | |
unsigned char | addr |
unsigned char | txLen |
unsigned char | rxLen |
const unsigned char * | txBuf |
unsigned char * | rxBuf |
unsigned char | retries |
volatile unsigned char | status |
struct trb * | next |
Contains I2C attributes such as:
slave address
Definition at line 83 of file OnePIC_i2c.h.
num of allowed retries
Definition at line 88 of file OnePIC_i2c.h.
pointer to the received byte
Definition at line 87 of file OnePIC_i2c.h.
num of bits in reception
Definition at line 85 of file OnePIC_i2c.h.
bit 7 - done, bit 0 - NAK
Definition at line 89 of file OnePIC_i2c.h.
pointer to the transmitted byte
Definition at line 86 of file OnePIC_i2c.h.
num of bits in transmission
Definition at line 84 of file OnePIC_i2c.h.