NewState!= DISABLE) { /* Peripheral under reset */ I2Cx->CR1 |= CR1_SWRST; } else { /* Peripheralnot under reset */ I2Cx->CR1 &= _SWRST_Reset; } } /** * @brief Select the specified I2C NACK position master receiver mode. *...