标签:iic tms 设置 oar sar class log style 结构
I2C设备可以通过I2C_Cofig结构传递给I2C_cofig或者通过直接给I2C_configArgs()赋值。一旦I2C不再使用,可以通过I2C_close()关闭。
I2C_Config VMD642IIC_Config = { 0, /* master mode, i2coar;采用主模式 */ 0, /* no interrupt, i2cimr;只写,不读,采用无中断方式*/ (20-5), /* scl low time, i2cclkl; */ (20-5), /* scl high time,i2cclkh; */ 1, /* configure later, i2ccnt;*/ 0, /* configure later, i2csar;*/ 0x4ea0, /* master tx mode, */ /* i2c runs free, */ /* 8-bit data + NACK */ /* no repeat mode */ (75-1), /* 4MHz clock, i2cpsc */ };
标签:iic tms 设置 oar sar class log style 结构
原文地址:http://www.cnblogs.com/dafang/p/7783783.html