Home
last modified time | relevance | path

Searched refs:IOC_I2C_SET_CONFIG (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/drivers/peripheral/i2c/include/vfsdev/
A Di2c_dev.h20 #define IOC_I2C_SET_CONFIG IOC_I2C_BASE + 2 /**< 设定除频率外其它I2C参数cmd宏定义 */ macro
/AliOS-Things-master/components/drivers/peripheral/i2c/
A DREADME.md87 int ioctl(int fd, IOC_I2C_SET_CONFIG, unsigned long arg);
94 ioctl (fd, IOC_I2C_SET_CONFIG, &c);
/AliOS-Things-master/hardware/board/haaseduk1/drivers/sensor/
A Dsensor_i2c_api.c39 ret = ioctl(*p_fd, IOC_I2C_SET_CONFIG, (unsigned long)&c); in sensor_i2c_open()
/AliOS-Things-master/components/amp_adapter/platform/aos/peripheral/
A Daos_hal_i2c.c46 ret = ioctl(*p_fd, IOC_I2C_SET_CONFIG, (unsigned long)&c); in aos_hal_i2c_init()
/AliOS-Things-master/components/drivers/external_device/pca9544/src/
A Dpca9544_i2c_drv.c52 ret = ioctl(*p_fd, IOC_I2C_SET_CONFIG, (unsigned long)&i2c_ctrl); in pca9544_i2c_init()
/AliOS-Things-master/components/sensor/hal/
A Dsensor_drv_api.c50 ret = ioctl(*p_fd, IOC_I2C_SET_CONFIG, (unsigned long)&i2c_ctrl); in vfs_i2c_init()
/AliOS-Things-master/components/drivers/peripheral/i2c/example/
A Di2c_example.c31 ret = ioctl(fd, IOC_I2C_SET_CONFIG, (unsigned long)&c); in vfs_i2c_test()
/AliOS-Things-master/components/drivers/peripheral/i2c/src/
A Di2c_dev.c149 case IOC_I2C_SET_CONFIG: in i2c_device_ioctl()

Completed in 9 milliseconds