Searched refs:IC_FS_SCL_LCNT (Results 1 – 15 of 15) sorted by relevance
89 i2c->IC_FS_SCL_LCNT = (minSclLowTime - 13 - i2cPeriod ) / 2 + 4; in I2C_Init()90 i2c->IC_FS_SCL_HCNT = (minSclLowTime - 13 - i2c->IC_FS_SCL_LCNT - i2cPeriod); in I2C_Init()
88 __IOM uint32_t IC_FS_SCL_LCNT; /* Offset: 0x020 (R/W) Transmission state register */ member
200 I2Cx->IC_FS_SCL_LCNT = tmpreg; in I2C_Init()201 tmpreg = (i2cPeriod - pclk1Period*I2Cx->IC_FS_SCL_LCNT)/pclk1Period; in I2C_Init()
192 I2Cx->IC_FS_SCL_LCNT = minSclLowTime/2; in I2C_Init()193 I2Cx->IC_FS_SCL_HCNT = minSclLowTime - I2Cx->IC_FS_SCL_LCNT; in I2C_Init()
188 I2Cx->IC_FS_SCL_LCNT = tmpreg; in I2C_Init()189 tmpreg = (i2cPeriod - pclk1Period*I2Cx->IC_FS_SCL_LCNT)/pclk1Period; in I2C_Init()
200 I2Cx->IC_FS_SCL_LCNT = tmpreg; in I2C_Init()201 tmpreg = (i2cPeriod - pclk1Period * I2Cx->IC_FS_SCL_LCNT) / pclk1Period; in I2C_Init()
92 __IO u32 IC_FS_SCL_LCNT; member259 __IO u32 IC_FS_SCL_LCNT; member
392 …volatile uint32_t IC_FS_SCL_LCNT; /* Offset: 0x020 (R/W) Fast speed I2C Clock SCL Low … member538 iic_base->IC_FS_SCL_LCNT = cnt; in dw_iic_set_fast_scl_lcnt()
144 __IOM uint32_t IC_FS_SCL_LCNT; /* Offset: 0x020 (R/W) Transmission state register */
241 I2C->IC_FS_SCL_LCNT = Cnt; in I2C_MasterSetup()
675 __IO uint32_t IC_FS_SCL_LCNT; member
520 __IO uint16_t IC_FS_SCL_LCNT; member
529 __IO uint16_t IC_FS_SCL_LCNT; member
587 __IO uint16_t IC_FS_SCL_LCNT; member
504 __IO uint16_t IC_FS_SCL_LCNT; member
Completed in 122 milliseconds