Searched refs:I2C_AddressWidth (Results 1 – 2 of 2) sorted by relevance
89 assert_param(IS_I2C_ADDR_WIDTH(I2C_Init->I2C_AddressWidth)); in I2C_Init()101 I2Cx->CTRL_b.MASTER_ADDR_WIDTH = I2C_Init->I2C_AddressWidth; in I2C_Init()106 I2Cx->CTRL_b.SLAVE_ADDR_WIDTH = I2C_Init->I2C_AddressWidth; in I2C_Init()
129 … uint8_t I2C_AddressWidth; /*!< 7- or 10-bits width address, ref as @ref I2C_ADDR_WIDTH */ member
Completed in 7 milliseconds