I just want to make sure I understand how this part functions at initial power up. It looks like by default it comes up with the buck regulators enabled but with internal pull downs on the enable pins. So really it will come up with all outputs off correct? Then if I want to only control this over I2C I would first set my voltage levels over I2C. Then to activate the outputs in this state I'd clear bit 6 in the BUCKx_CTR1 register. That looks like it would say ignore the pins and since it was already enabled it would turn on. Do I understand that correctly?
Thank you