Searched refs:IC_SS_SCL_LCNT (Results 1 – 15 of 15) sorted by relevance
85 i2c->IC_SS_SCL_LCNT = (minSclLowTime - 13 - i2cPeriod) / 2; in I2C_Init()86 i2c->IC_SS_SCL_HCNT = (minSclLowTime - 13 - i2cPeriod - i2c->IC_SS_SCL_LCNT); in I2C_Init()
86 … __IOM uint32_t IC_SS_SCL_LCNT; /* Offset: 0x018 (R/W) Transmission control register */ member
187 I2Cx->IC_SS_SCL_LCNT = tmpreg; in I2C_Init()188 tmpreg = (i2cPeriod - pclk1Period*I2Cx->IC_SS_SCL_LCNT)/pclk1Period; in I2C_Init()
185 I2Cx->IC_SS_SCL_LCNT = minSclLowTime/2; in I2C_Init()186 I2Cx->IC_SS_SCL_HCNT = minSclLowTime - I2Cx->IC_SS_SCL_LCNT; in I2C_Init()
178 I2Cx->IC_SS_SCL_LCNT = tmpreg; in I2C_Init()179 tmpreg = (i2cPeriod - pclk1Period*I2Cx->IC_SS_SCL_LCNT)/pclk1Period; in I2C_Init()
187 I2Cx->IC_SS_SCL_LCNT = tmpreg; in I2C_Init()188 tmpreg = (i2cPeriod - pclk1Period * I2Cx->IC_SS_SCL_LCNT) / pclk1Period; in I2C_Init()
84 __IO u32 IC_SS_SCL_LCNT; member257 __IO u32 IC_SS_SCL_LCNT; member
390 …volatile uint32_t IC_SS_SCL_LCNT; /* Offset: 0x018 (R/W) Standard speed I2C Clock SCL … member528 iic_base->IC_SS_SCL_LCNT = cnt; in dw_iic_set_standard_scl_lcnt()
142 … __IOM uint32_t IC_SS_SCL_LCNT; /* Offset: 0x018 (R/W) Transmission control register */
236 I2C->IC_SS_SCL_LCNT = Cnt; in I2C_MasterSetup()
673 __IO uint32_t IC_SS_SCL_LCNT; member
516 __IO uint16_t IC_SS_SCL_LCNT; member
525 __IO uint16_t IC_SS_SCL_LCNT; member
583 __IO uint16_t IC_SS_SCL_LCNT; member
500 __IO uint16_t IC_SS_SCL_LCNT; member
Completed in 123 milliseconds