The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
93:e188a91d3eaa
Parent:
80:8e73be2a2ac1
Child:
97:433970e64889
--- a/TARGET_NRF51822/nrf51.h	Thu Nov 27 13:33:22 2014 +0000
+++ b/TARGET_NRF51822/nrf51.h	Tue Feb 03 15:31:20 2015 +0000
@@ -376,7 +376,8 @@
   __IO uint32_t  EVENTS_RXTO;                       /*!< Receiver timeout.                                                     */
   __I  uint32_t  RESERVED5[46];
   __IO uint32_t  SHORTS;                            /*!< Shortcuts for TWI.                                                    */
-  __I  uint32_t  RESERVED6[64];
+  __I  uint32_t  RESERVED6[63];
+  __IO uint32_t  INTEN;                             /*!< Interrupt enable register.                                            */
   __IO uint32_t  INTENSET;                          /*!< Interrupt enable set register.                                        */
   __IO uint32_t  INTENCLR;                          /*!< Interrupt enable clear register.                                      */
   __I  uint32_t  RESERVED7[93];
@@ -1213,4 +1214,3 @@
 
 
 #endif  /* nRF51_H */
-