Searched refs:IC_CON (Results 1 – 17 of 17) sorted by relevance
159 iic_base->IC_CON &= ~val; ///< set 0 to disabled master mode; set 0 to enabled slave mode in dw_iic_set_slave_mode()173 iic_base->IC_CON |= val; in dw_iic_set_master_mode()331 rt_uint32_t speed_config = iic_base->IC_CON; in dw_iic_set_transfer_speed_high()334 iic_base->IC_CON = speed_config; in dw_iic_set_transfer_speed_high()339 rt_uint32_t speed_config = iic_base->IC_CON; in dw_iic_set_transfer_speed_fast()342 iic_base->IC_CON = speed_config; in dw_iic_set_transfer_speed_fast()347 rt_uint32_t speed_config = iic_base->IC_CON; in dw_iic_set_transfer_speed_standard()350 iic_base->IC_CON = speed_config; in dw_iic_set_transfer_speed_standard()
384 volatile uint32_t IC_CON; /* Offset: 0x000 (R/W) I2C Control */ member447 iic_base->IC_CON |= DW_IIC_CON_RESTART_EN; in dw_iic_enable_restart()502 iic_base->IC_CON |= DW_IIC_CON_SLAVE_ADDR_MODE; in dw_iic_set_slave_10bit_addr_mode()507 iic_base->IC_CON &= ~DW_IIC_CON_SLAVE_ADDR_MODE; in dw_iic_set_slave_7bit_addr_mode()518 iic_base->IC_CON &= ~DW_IIC_CON_MASTER_ADDR_MODE; in dw_iic_set_master_7bit_addr_mode()
93 i2c->IC_CON &= ~(I2C_CR_EMPINT | \ in I2C_Init()101 i2c->IC_CON = I2C_CR_EMPINT | \ in I2C_Init()164 (state) ? (i2c->IC_CON |= I2C_CR_REPEN) : (i2c->IC_CON &= ~I2C_CR_REPEN); in I2C_GenerateSTART()520 (state) ? CLEAR_BIT(i2c->IC_CON, I2C_CR_SLAVEDIS) : SET_BIT(i2c->IC_CON, I2C_CR_SLAVEDIS); in I2C_SlaveConfigure()
207 tmpreg = I2Cx->IC_CON; in I2C_Init()213 I2Cx->IC_CON = tmpreg; in I2C_Init()326 I2Cx->IC_CON |= IC_CON_START_Set; in I2C_GenerateSTART()331 I2Cx->IC_CON &= IC_CON_START_Reset; in I2C_GenerateSTART()
177 tmpreg = I2Cx->IC_CON; in I2C_Init()201 I2Cx->IC_CON = tmpreg; in I2C_Init()314 I2Cx->IC_CON |= IC_CON_START_Set; in I2C_GenerateSTART()319 I2Cx->IC_CON &= IC_CON_START_Reset; in I2C_GenerateSTART()
195 tmpreg = I2Cx->IC_CON; in I2C_Init()201 I2Cx->IC_CON = tmpreg; in I2C_Init()314 I2Cx->IC_CON |= IC_CON_START_Set; in I2C_GenerateSTART()319 I2Cx->IC_CON &= IC_CON_START_Reset; in I2C_GenerateSTART()
74 uint16_t temp = addr->IC_CON; in dw_iic_set_transfer_speed()77 addr->IC_CON = temp; in dw_iic_set_transfer_speed()347 addr->IC_CON = DW_IIC_CON_DEFAUL; in csi_iic_initialize()
80 __IOM uint32_t IC_CON; /* Offset: 0x000 (R/W) Receive buffer register */ member
63 __IO u32 IC_CON; member251 __IO u32 IC_CON; member
237 …I2C->IC_CON = I2C_IC_CON_RESTART_EN|I2C_IC_CON_SPEED_0|I2C_IC_CON_MASTER_MODE|I2C_IC_CON_SLAVE_DIS… in I2C_MasterSetup()242 …I2C->IC_CON = I2C_IC_CON_RESTART_EN|I2C_IC_CON_SPEED_1|I2C_IC_CON_MASTER_MODE|I2C_IC_CON_SLAVE_DIS… in I2C_MasterSetup()
136 __IOM uint32_t IC_CON; /* Offset: 0x000 (R/W) Receive buffer register */
667 __IO uint32_t IC_CON; member
504 __IO uint16_t IC_CON; member
513 __IO uint16_t IC_CON; member
571 __IO uint16_t IC_CON; member
488 __IO uint16_t IC_CON; member
Completed in 904 milliseconds