Hello everyone.
I am trying to configure the SPI peripheral pins on my Tiva123G launchpad. But the IAR compiler outputs error on these lines:
GPIOPinConfigure(GPIO_PA5_SSI0TX); GPIOPinConfigure(GPIO_PA2_SSI0CLK); GPIOPinConfigure(GPIO_PA3_SSI0FSS);
On the picture bellow you can see the entire code and the error messages produced by the compiler:
Any help would be much appreciated.