Hi,
I had some questions regarding the following functions:
On using the function 'void GPIO_setAsInputPinWithPullDownResistor, is it necessary to separately specify that the pins of the port are to be set in input mode?
If there is more than one alternate function for a given pin, how can i specify the one to be chosen using some function from the GPIO driver library?
Thanks