For GPIO input pins there is of course the option to configure the pin to use internal weak pull-up or pull-down resistors. This is easy to configure using TivaWare's Peripheral Driver Lib's GPIOPadConfigSet() function. I'm wondering if it's also possible to do the same with an ADC input pin?
I'd like to configure the analog input of this pin to weak pull-down so that when nothing is connected it reads a value of zero. Looking through the Peripheral Driver Library I'm not seeing an option to do so. Just wanted to make sure I'm not overlooking something.