MINI51DE_BSP V3.02.004
The Board Support Package for Mini51DE Series MCU
Modules | Macros
I2C Exported Constants
Collaboration diagram for I2C Exported Constants:

Modules

 I2C Exported Functions
 

Macros

#define I2C_STA   0x20
 
#define I2C_STO   0x10
 
#define I2C_SI   0x08
 
#define I2C_AA   0x04
 

Detailed Description

Macro Definition Documentation

◆ I2C_AA

#define I2C_AA   0x04

I2C ACK

Definition at line 37 of file i2c.h.

◆ I2C_SI

#define I2C_SI   0x08

I2C SI

Definition at line 36 of file i2c.h.

◆ I2C_STA

#define I2C_STA   0x20

I2C START

Definition at line 34 of file i2c.h.

◆ I2C_STO

#define I2C_STO   0x10

I2C STOP

Definition at line 35 of file i2c.h.