I have an adc connection I want to sample quickly after an event. The connection has some capacitance which is limiting how fast my value can update, so I want to drain the voltage faster (in order to get a valid sample quicker). Since the circuit is already made, I was looking into software solutions. I can configure the gpio pin as a pull down for 1ms to drain the voltage, then disconnect it and sample, but it seems that the saadc peripheral doesn't like me doing that (the adc values take 10-20ms to stabilize afterward). I see some other nordic chips (nrf52) have adc pull-up/down resistors which can be enabled. Does the nrf54l15 have anything like that?