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