Skip to content
Snippets Groups Projects
Commit b864028c authored by patacongo's avatar patacongo
Browse files

Add GPIO register definitions

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1760 42af7a65-404d-4744-a932-0658087f49c3
parent 051afc40
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@
#include "lm3s_memorymap.h" /* Memory map */
#include "lm3s_syscontrol.h" /* System control module */
#include "lm3s_gpio.h" /* GPIO module */
/************************************************************************************
* Definitions
......
This diff is collapsed.
......@@ -81,7 +81,7 @@
#define LM3S_SYSCON_DCGC2_OFFSET 0x128 /* Deep Sleep Mode Clock Gating Control Register 2 */
#define LM3S_SYSCON_DSLPCLKCFG_OFFSET 0x144 /* Deep Sleep Clock Configuration*/
#else
# error "Peripheral base addresses not specified for this LM3S chip"
# error "System control register offsets not specified for this LM3S chip"
#endif
/* System Control Register Addresses ************************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment