I am working with EK-TM4C129EXL control card. I tried to configure the Port as Input/ Output.
I successfully configured it by using GPIOPinTypeGPIOOutput(GPIO_PORTE_BASE, GPIO_PIN_0 | GPIO_PIN_1 | GPIO_PIN_2 | GPIO_PIN_3);
Then I tried to write the values to the pin using GPIOPinWrite(GPIO_PORTG_BASE, GPIO_PIN_0);
How to write the value to the port instead of writing to a particular pin ????