Inter-integrated circuit interface (I2C)
13.2.9.8 I2C_StopModeCmd
void I2C_StopModeCmd ( I2C_TypeDef * I2Cx,
FunctionalState NewState)
Enables or disables I2C wakeup from stop mode.
ï‚· I2Cx : where x can be 1 or 2 to select the I2C peripheral.
ï‚· NewState : new state of the I2Cx stop mode. This parameter
can be: ENABLE or DISABLE.
13.2.9.9 I2C_DualAddressCmd
void I2C_DualAddressCmd ( I2C_TypeDef * I2Cx,
FunctionalState NewState)
Enables or disables the I2C own address 2.
ï‚· I2Cx : where x can be 1 or 2 to select the I2C peripheral.
ï‚· NewState : new state of the I2C own address 2. This
parameter can be: ENABLE or DISABLE.
13.2.9.10 I2C_OwnAddress2Config
void I2C_OwnAddress2Config ( I2C_TypeDef * I2Cx, uint16_t
Address, uint8_t Mask)
Configures the I2C slave own address 2 and mask.
ï‚· I2Cx : where x can be 1 or 2 to select the I2C peripheral.