I'm using embedded rust for a project on the 9160. If i configure any of the AIN0-AIN7 pins with the SAADC, my sleep current is 850 uA. Default config is resistor bypass, 1/6 gain, 10 us time, no N channel. I've tried different gains and pull up/downs but it doesn't help. I have an off-board hall effect sensor that I will sample on one channel. When that sensor is connected to an AIN pin, the sleep current drops to 115 uA. I don't understand why this happens, even when the sensor isn't powered on.
The reason it matters is that I'm trying to read my battery voltage on AIN7, P0_20, which is an internal connection and when I add it to the SAADC, my sleep current goes from 115uA to ~800uA.