Multiple choice technology embedded technologies

Which one below is the appropriate formula for Calculating the I2C Clock Speed

  1. PeripheralClock = ((I2C(ClockFreq)) / (I2CLowCycle+I2CHighCycle))

  2. I2C(ClockFreq) = ((PeripheralClock) / (I2CLowCycle+I2CHighCycle))

  3. I2C(ClockFreq) = ((I2CLowCycle+I2CHighCycle) / (PeripheralClock))

  4. PeripheralClock = ((I2C(ClockFreq)) / (I2CLowCycle * I2CHighCycle))

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The I2C clock frequency is calculated by dividing the peripheral clock frequency by the total number of low and high clock cycles. Option 569287 accurately represents this mathematical relationship, while the other choices incorrectly invert the division or use multiplication.