We have a custom nrf5340 based board which has a couple of i2C sensors. The i2c device & the sensors are only required when a BLE connection is active. So ideally we would like to switch off the i2C device and the sensors when no BLE connection is active. The sensors are no problem as they all have a "power down" mode (which we use). However, the i2c device seems to consume at least 300uA after it has been initialized. So we would like to "un-initialize" it or somehow switch it off.
We are using SDK v1.9.1 and have tried the following to code switch off the i2C device: