The I2CMCLKOCNT register (I2C Master Clock Low Timeout Count) has a default power-up value of 0x00. The data sheet says that the value must be greater than 0x1. This raises a number of questions.
1) What does the default power-up value of 0x00 actually do? Does it disable the timeout measurement feature and its related interrupt?
2) What would a value of 0x1 do? Undocumented / unsupported behavior? (not that I would bother to write that value into the register)
Actually, question 1 serves dual purposes, since I'm also curious whether this feature can be enabled or disabled, as well as wanting to know how the default value can be technically illegal, according to the data sheet.