This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/TM4C1294NCPDT: TI-RTOS GPIO Port Read API available?

Part Number: TM4C1294NCPDT

Tool/software: TI-RTOS

Hello,

I am using GPIO's inside a TI-RTOS application. For individual GPIO manipulations I am using the functions inside GPIO.h but would also like to read entire ports at once (i.e. return 8 bit value of input port using a single API call.) Is this possible to do using an API (without using HWREG)? 

Thank you,

svl123