In TM4C123GH6PM datasheet the formula for setting i2c clock speed is:
SCL_PERIOD = 2 × (1 + TIMER_PRD) × (SCL_LP + SCL_HP) × CLK_PRD
I am confused about SCL_LP and SCL_HP, the datasheet says :
SCL_LP is the low phase of SCL (fixed at 6)
SCL_HP is the high phase of SCL (fixed at 4)
but if they are fixed, how would the clock speed be changed ?
Can anyone please explain what do SCL_LP and SCL_HP really mean?