Home
last modified time | relevance | path

Searched refs:MICO_I2C_1 (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Di2c.c44 if(NULL == i2c || (MICO_I2C_1 != i2c->port && MICO_I2C_2 != i2c->port)) { in hal_i2c_init()
71 if(NULL == i2c || (NULL == data) ||(MICO_I2C_1 != i2c->port && MICO_I2C_2 != i2c->port)) { in hal_i2c_master_send()
89 if(NULL == i2c || (NULL == data) || (MICO_I2C_1 != i2c->port && MICO_I2C_2 != i2c->port)) { in hal_i2c_master_recv()
106 if(NULL == i2c || (NULL == data) || (MICO_I2C_1 != i2c->port && MICO_I2C_2 != i2c->port)) { in hal_i2c_slave_send()
121 if(NULL == i2c || (NULL == data) || (MICO_I2C_1 != i2c->port && MICO_I2C_2 != i2c->port)) { in hal_i2c_slave_recv()
/AliOS-Things-master/hardware/board/haas200/config/
A Dboard.h85 MICO_I2C_1, enumerator
177 #define MICO_I2C_CP (MICO_I2C_1)

Completed in 4 milliseconds