Hi,
I noticed that "GPIO_PORTX_DATA_R" are used to set or clear corresponding Pin, which defined as :
#define GPIO_PORTX_DATA_R (*((volatile uint32_t *)0x400xx3FC)) in " tm4c123XXX.h" file. Meanwhile I cann't find the same define in "inc/hw_gpio.h" head file.
I can find any description about GPIO_PORTX_DATA_R registern in datasheet.
Would you please tell me where i can find the detail description for this register?
Thank a lot.