I would like to stop nRF52832 I2C clock for power saving. Which API should I use?
I would like to stop nRF52832 I2C clock for power saving. Which API should I use?
Do you mean what I need is just call I2C uninitialized function and don't need to call GPIO function?
Yes, the un initialization function will revert the GPIOs back to their default state.