monoZ docs
|
Structure for I2C Initialization and configuration. More...
#include <MZ_public.h>
Data Fields | |
uint8_t | i2:1 |
uint8_t | i4:1 |
MZ_I2C_INIT_PTR | i2p |
MZ_I2C_INIT_PTR | i4p |
Structure for I2C Initialization and configuration.
Definition at line 98 of file MZ_public.h.
uint8_t i2 |
I2C2 Enable field
Definition at line 104 of file MZ_public.h.
uint8_t i4 |
I2C4 Enable field
Definition at line 110 of file MZ_public.h.
MZ_I2C_INIT_PTR i2p |
Give configurations for I2C2
Definition at line 116 of file MZ_public.h.
MZ_I2C_INIT_PTR i4p |
Give configurations for I2C4
Definition at line 122 of file MZ_public.h.