Home
last modified time | relevance | path

Searched refs:I2C_MODE_MASTER (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmachine_hw_i2c.c75 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 Dmachine_hw_i2c.c75 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 Dmachine_hw_i2c.c109 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 Dsensor_local_demo.c73 i2c_dev.config.mode = I2C_MODE_MASTER; in i2c_init()
A Dsensor_cloud_demo.c28 i2c_dev.config.mode = I2C_MODE_MASTER; in sensor_cloud_test_init()
/AliOS-Things-master/components/amp_adapter/include/peripheral/
A Daos_hal_i2c.h24 #define I2C_MODE_MASTER 1 /**< i2c communication is master mode */ macro
/AliOS-Things-master/components/drivers/peripheral/i2c/include/aos/hal/
A Di2c.h24 #define I2C_MODE_MASTER 1 /**< i2c communication is master mode */ macro
/AliOS-Things-master/components/sensor/
A DREADME.md279 i2c_dev.config.mode = I2C_MODE_MASTER;
288 .config.mode = I2C_MODE_MASTER,
/AliOS-Things-master/components/sensor/drv/
A Ddrv_temp_humi_si_si7006.c40 .config.mode = I2C_MODE_MASTER,
/AliOS-Things-master/components/py_engine/modules/driver/
A Dboard_mgr.c338 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 Dlightmeter.md404 i2c_dev.config.mode = I2C_MODE_MASTER;
/AliOS-Things-master/components/amp/services/board_mgr/
A Dboard_mgr.c381 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