Inter-integrated circuit interface (I2C)
I2C_mode
ï‚· #define: I2C_Mode_I2C ((uint32_t)0x00000000)
ï‚· #define: I2C_Mode_SMBusDevice I2C_CR1_SMBDEN
ï‚· #define: I2C_Mode_SMBusHost I2C_CR1_SMBHEN
I2C_own_address2_mask
ï‚· #define: I2C_OA2_NoMask ((uint8_t)0x00)
ï‚· #define: I2C_OA2_Mask01 ((uint8_t)0x01)
ï‚· #define: I2C_OA2_Mask02 ((uint8_t)0x02)
ï‚· #define: I2C_OA2_Mask03 ((uint8_t)0x03)
ï‚· #define: I2C_OA2_Mask04 ((uint8_t)0x04)
ï‚· #define: I2C_OA2_Mask05 ((uint8_t)0x05)
ï‚· #define: I2C_OA2_Mask06 ((uint8_t)0x06)
ï‚· #define: I2C_OA2_Mask07 ((uint8_t)0x07)