Searched refs:I2C_InitStruct (Results 1 – 3 of 3) sorted by relevance
39 I2C_InitStruct->I2CIdx = i2c_idx; in csi_iic_init()42 I2C_StructInit(I2C_InitStruct); in csi_iic_init()47 I2C_InitStruct->I2CClk = 100; in csi_iic_init()48 I2C_InitStruct->I2CAckAddr = 0; in csi_iic_init()63 I2C_Init(I2Cx, I2C_InitStruct); in csi_iic_init()109 I2C_Init(I2Cx, I2C_InitStruct); in csi_iic_mode()127 I2C_Init(I2Cx, I2C_InitStruct); in csi_iic_addr_mode()148 I2C_InitStruct->I2CClk = 100; in csi_iic_speed()163 I2C_Init(I2Cx, I2C_InitStruct); in csi_iic_speed()320 I2C_Init(I2Cx, I2C_InitStruct); in csi_iic_master_send()[all …]
77 I2C_InitStruct->I2CClk = 100; in I2C_StructInit()79 I2C_InitStruct->I2CAckAddr = 0x11; in I2C_StructInit()80 I2C_InitStruct->I2CSdaHd = 2; in I2C_StructInit()81 I2C_InitStruct->I2CSlvSetup = 0x3; in I2C_StructInit()82 I2C_InitStruct->I2CRXTL = 0x00; in I2C_StructInit()115 if (I2C_InitStruct->I2CMaster) { in I2C_Init()118 …if ((I2C_InitStruct->I2CAddrMod == I2C_ADDR_10BIT) || (I2C_InitStruct->I2CSpdMod == I2C_HS_MODE) |… in I2C_Init()125 (I2C_InitStruct->I2CMaster)); in I2C_Init()129 if ((I2C_InitStruct->I2CMstGC != 0) || (I2C_InitStruct->I2CMstStartB != 0)) in I2C_Init()138 I2C_SetSpeed(I2Cx, I2C_InitStruct->I2CSpdMod, I2C_InitStruct->I2CClk, I2C_InitStruct->I2CIPClk); in I2C_Init()[all …]
301 _LONG_CALL_ void I2C_Init(I2C_TypeDef *I2Cx, I2C_InitTypeDef* I2C_InitStruct);310 _LONG_CALL_ void I2C_StructInit(I2C_InitTypeDef* I2C_InitStruct);
Completed in 7 milliseconds