Structure for monoZ I2C events. More...
#include <MZ_i2c.h>
Structure for monoZ I2C events.
Definition at line 50 of file MZ_i2c.h.
I2C registration status
Definition at line 52 of file MZ_i2c.h.
I2C low level handler
Definition at line 53 of file MZ_i2c.h.
I2C enable flag
Definition at line 54 of file MZ_i2c.h.
I2C RX buffer address
Definition at line 55 of file MZ_i2c.h.
I2C RX buffer size
Definition at line 56 of file MZ_i2c.h.
I2C TX buffer address
Definition at line 57 of file MZ_i2c.h.
I2C TX buffer size
Definition at line 58 of file MZ_i2c.h.
I2C RX interrupt enable flag
Definition at line 59 of file MZ_i2c.h.
I2C TX interrupt enable flag
Definition at line 60 of file MZ_i2c.h.
I2C Slave Address
Definition at line 61 of file MZ_i2c.h.
I2C Read API
Definition at line 62 of file MZ_i2c.h.
I2C Write API
Definition at line 63 of file MZ_i2c.h.
I2C RX interrupt handler API
Definition at line 64 of file MZ_i2c.h.
I2C TX interrupt handler API
Definition at line 65 of file MZ_i2c.h.
I2C event callback API
Definition at line 67 of file MZ_i2c.h.