Searched refs:I2C_MODE_MASTER (Results 1 – 12 of 12) sorted by relevance
/AliOS-Things-master/components/py_engine/adapter/haas510/ |
A D | machine_hw_i2c.c | 75 if(mode == I2C_MODE_MASTER) { in machine_hw_i2c_transfer() 88 if(mode == I2C_MODE_MASTER) { in machine_hw_i2c_transfer() 150 { MP_QSTR_mode, MP_ARG_KW_ONLY | MP_ARG_INT, {.u_int = I2C_MODE_MASTER} }, in machine_hw_i2c_make_new()
|
/AliOS-Things-master/components/py_engine/adapter/haas600/ |
A D | machine_hw_i2c.c | 75 if(mode == I2C_MODE_MASTER) { in machine_hw_i2c_transfer() 88 if(mode == I2C_MODE_MASTER) { in machine_hw_i2c_transfer() 150 { MP_QSTR_mode, MP_ARG_KW_ONLY | MP_ARG_INT, {.u_int = I2C_MODE_MASTER} }, in machine_hw_i2c_make_new()
|
/AliOS-Things-master/components/py_engine/adapter/haas/ |
A D | machine_hw_i2c.c | 109 if (mode == I2C_MODE_MASTER) { in mp_machine_hw_i2c_write() 130 if (mode == I2C_MODE_MASTER) { in mp_machine_hw_i2c_read() 195 { MP_QSTR_mode, MP_ARG_KW_ONLY | MP_ARG_INT, { .u_int = I2C_MODE_MASTER } }, in machine_hw_i2c_make_new()
|
/AliOS-Things-master/components/sensor/example/ |
A D | sensor_local_demo.c | 73 i2c_dev.config.mode = I2C_MODE_MASTER; in i2c_init()
|
A D | sensor_cloud_demo.c | 28 i2c_dev.config.mode = I2C_MODE_MASTER; in sensor_cloud_test_init()
|
/AliOS-Things-master/components/amp_adapter/include/peripheral/ |
A D | aos_hal_i2c.h | 24 #define I2C_MODE_MASTER 1 /**< i2c communication is master mode */ macro
|
/AliOS-Things-master/components/drivers/peripheral/i2c/include/aos/hal/ |
A D | i2c.h | 24 #define I2C_MODE_MASTER 1 /**< i2c communication is master mode */ macro
|
/AliOS-Things-master/components/sensor/ |
A D | README.md | 279 i2c_dev.config.mode = I2C_MODE_MASTER; 288 .config.mode = I2C_MODE_MASTER,
|
/AliOS-Things-master/components/sensor/drv/ |
A D | drv_temp_humi_si_si7006.c | 40 .config.mode = I2C_MODE_MASTER,
|
/AliOS-Things-master/components/py_engine/modules/driver/ |
A D | board_mgr.c | 338 i2c_device->config.mode = I2C_MODE_MASTER; in board_set_i2c_default() 390 config->mode = I2C_MODE_MASTER; in board_parse_i2c()
|
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/lightmeter/ |
A D | lightmeter.md | 404 i2c_dev.config.mode = I2C_MODE_MASTER;
|
/AliOS-Things-master/components/amp/services/board_mgr/ |
A D | board_mgr.c | 381 i2c_device->config.mode = I2C_MODE_MASTER; in board_set_i2c_default() 440 config->mode = I2C_MODE_MASTER; in board_parse_i2c()
|
Completed in 17 milliseconds