Other Parts Discussed in Thread: TM4C1294NCPDT
Tool/software: TI-RTOS
First, I'm using a ek-tm4c1294xl board with RTOS 2.16.1.14 and XDCtools 3.32.0.06 all in CCS v7.3.
I'm trying to add a pin config to the GPIO_PinConfig Array which is part of the GPIO_Config struct needed to initialize the GPIO driver. I know which interrupt config macro to use, but I don't know which pin direction config macro is appropriate. In/Out is easy enough, but open drain vs std and pull up vs pull down vs no pull.... that's not as clear. Should the macro to use be based on what I'm connecting the pin to or is it defined by board internals? I've looked at the documentation in tirtos_tivac_<version>/products/tidrivers_<version>/docs/doxygen for the GPIO macros, the RTOS User Guide, and the tm4c1294ncpdt datasheet, but none seem to answer the question.
How can I definitively know which macro to choose? Thanks for your help.