nrf51.h 96 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313
  1. /*
  2. * Copyright (c) 2010 - 2020, Nordic Semiconductor ASA
  3. *
  4. * All rights reserved.
  5. *
  6. * Redistribution and use in source and binary forms, with or without modification,
  7. * are permitted provided that the following conditions are met:
  8. *
  9. * 1. Redistributions of source code must retain the above copyright notice, this
  10. * list of conditions and the following disclaimer.
  11. *
  12. * 2. Redistributions in binary form, except as embedded into a Nordic
  13. * Semiconductor ASA integrated circuit in a product or a software update for
  14. * such product, must reproduce the above copyright notice, this list of
  15. * conditions and the following disclaimer in the documentation and/or other
  16. * materials provided with the distribution.
  17. *
  18. * 3. Neither the name of Nordic Semiconductor ASA nor the names of its
  19. * contributors may be used to endorse or promote products derived from this
  20. * software without specific prior written permission.
  21. *
  22. * 4. This software, with or without modification, must only be used with a
  23. * Nordic Semiconductor ASA integrated circuit.
  24. *
  25. * 5. Any software provided in binary form under this license must not be reverse
  26. * engineered, decompiled, modified and/or disassembled.
  27. *
  28. * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS
  29. * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  30. * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE
  31. * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE
  32. * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  33. * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
  34. * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  35. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  36. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  37. * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  38. *
  39. * @file nrf51.h
  40. * @brief CMSIS HeaderFile
  41. * @version 522
  42. * @date 14. August 2020
  43. * @note Generated by SVDConv V3.3.35 on Friday, 14.08.2020 15:04:38
  44. * from File 'nrf51.svd',
  45. * last modified on Friday, 14.08.2020 13:04:31
  46. */
  47. /** @addtogroup Nordic Semiconductor
  48. * @{
  49. */
  50. /** @addtogroup nrf51
  51. * @{
  52. */
  53. #ifndef NRF51_H
  54. #define NRF51_H
  55. #ifdef __cplusplus
  56. extern "C" {
  57. #endif
  58. /** @addtogroup Configuration_of_CMSIS
  59. * @{
  60. */
  61. /* =========================================================================================================================== */
  62. /* ================ Interrupt Number Definition ================ */
  63. /* =========================================================================================================================== */
  64. typedef enum {
  65. /* ======================================= ARM Cortex-M0 Specific Interrupt Numbers ======================================== */
  66. Reset_IRQn = -15, /*!< -15 Reset Vector, invoked on Power up and warm reset */
  67. NonMaskableInt_IRQn = -14, /*!< -14 Non maskable Interrupt, cannot be stopped or preempted */
  68. HardFault_IRQn = -13, /*!< -13 Hard Fault, all classes of Fault */
  69. SVCall_IRQn = -5, /*!< -5 System Service Call via SVC instruction */
  70. PendSV_IRQn = -2, /*!< -2 Pendable request for system service */
  71. SysTick_IRQn = -1, /*!< -1 System Tick Timer */
  72. /* =========================================== nrf51 Specific Interrupt Numbers ============================================ */
  73. POWER_CLOCK_IRQn = 0, /*!< 0 POWER_CLOCK */
  74. RADIO_IRQn = 1, /*!< 1 RADIO */
  75. UART0_IRQn = 2, /*!< 2 UART0 */
  76. SPI0_TWI0_IRQn = 3, /*!< 3 SPI0_TWI0 */
  77. SPI1_TWI1_IRQn = 4, /*!< 4 SPI1_TWI1 */
  78. GPIOTE_IRQn = 6, /*!< 6 GPIOTE */
  79. ADC_IRQn = 7, /*!< 7 ADC */
  80. TIMER0_IRQn = 8, /*!< 8 TIMER0 */
  81. TIMER1_IRQn = 9, /*!< 9 TIMER1 */
  82. TIMER2_IRQn = 10, /*!< 10 TIMER2 */
  83. RTC0_IRQn = 11, /*!< 11 RTC0 */
  84. TEMP_IRQn = 12, /*!< 12 TEMP */
  85. RNG_IRQn = 13, /*!< 13 RNG */
  86. ECB_IRQn = 14, /*!< 14 ECB */
  87. CCM_AAR_IRQn = 15, /*!< 15 CCM_AAR */
  88. WDT_IRQn = 16, /*!< 16 WDT */
  89. RTC1_IRQn = 17, /*!< 17 RTC1 */
  90. QDEC_IRQn = 18, /*!< 18 QDEC */
  91. LPCOMP_IRQn = 19, /*!< 19 LPCOMP */
  92. SWI0_IRQn = 20, /*!< 20 SWI0 */
  93. SWI1_IRQn = 21, /*!< 21 SWI1 */
  94. SWI2_IRQn = 22, /*!< 22 SWI2 */
  95. SWI3_IRQn = 23, /*!< 23 SWI3 */
  96. SWI4_IRQn = 24, /*!< 24 SWI4 */
  97. SWI5_IRQn = 25 /*!< 25 SWI5 */
  98. } IRQn_Type;
  99. /* =========================================================================================================================== */
  100. /* ================ Processor and Core Peripheral Section ================ */
  101. /* =========================================================================================================================== */
  102. /* =========================== Configuration of the ARM Cortex-M0 Processor and Core Peripherals =========================== */
  103. #define __CM0_REV 0x0301U /*!< CM0 Core Revision */
  104. #define __DSP_PRESENT 0 /*!< DSP present or not */
  105. #define __VTOR_PRESENT 0 /*!< Set to 1 if CPU supports Vector Table Offset Register */
  106. #define __NVIC_PRIO_BITS 2 /*!< Number of Bits used for Priority Levels */
  107. #define __Vendor_SysTickConfig 0 /*!< Set to 1 if different SysTick Config is used */
  108. #define __MPU_PRESENT 0 /*!< MPU present */
  109. #define __FPU_PRESENT 0 /*!< FPU present */
  110. /** @} */ /* End of group Configuration_of_CMSIS */
  111. #include "core_cm0.h" /*!< ARM Cortex-M0 processor and core peripherals */
  112. #include "system_nrf51.h" /*!< nrf51 System */
  113. #ifndef __IM /*!< Fallback for older CMSIS versions */
  114. #define __IM __I
  115. #endif
  116. #ifndef __OM /*!< Fallback for older CMSIS versions */
  117. #define __OM __O
  118. #endif
  119. #ifndef __IOM /*!< Fallback for older CMSIS versions */
  120. #define __IOM __IO
  121. #endif
  122. /* ======================================== Start of section using anonymous unions ======================================== */
  123. #if defined (__CC_ARM)
  124. #pragma push
  125. #pragma anon_unions
  126. #elif defined (__ICCARM__)
  127. #pragma language=extended
  128. #elif defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)
  129. #pragma clang diagnostic push
  130. #pragma clang diagnostic ignored "-Wc11-extensions"
  131. #pragma clang diagnostic ignored "-Wreserved-id-macro"
  132. #pragma clang diagnostic ignored "-Wgnu-anonymous-struct"
  133. #pragma clang diagnostic ignored "-Wnested-anon-types"
  134. #elif defined (__GNUC__)
  135. /* anonymous unions are enabled by default */
  136. #elif defined (__TMS470__)
  137. /* anonymous unions are enabled by default */
  138. #elif defined (__TASKING__)
  139. #pragma warning 586
  140. #elif defined (__CSMC__)
  141. /* anonymous unions are enabled by default */
  142. #else
  143. #warning Not supported compiler type
  144. #endif
  145. /* =========================================================================================================================== */
  146. /* ================ Device Specific Cluster Section ================ */
  147. /* =========================================================================================================================== */
  148. /** @addtogroup Device_Peripheral_clusters
  149. * @{
  150. */
  151. /**
  152. * @brief PPI_TASKS_CHG [TASKS_CHG] (Channel group tasks.)
  153. */
  154. typedef struct {
  155. __OM uint32_t EN; /*!< (@ 0x00000000) Enable channel group. */
  156. __OM uint32_t DIS; /*!< (@ 0x00000004) Disable channel group. */
  157. } PPI_TASKS_CHG_Type; /*!< Size = 8 (0x8) */
  158. /**
  159. * @brief PPI_CH [CH] (PPI Channel.)
  160. */
  161. typedef struct {
  162. __IOM uint32_t EEP; /*!< (@ 0x00000000) Channel event end-point. */
  163. __IOM uint32_t TEP; /*!< (@ 0x00000004) Channel task end-point. */
  164. } PPI_CH_Type; /*!< Size = 8 (0x8) */
  165. /** @} */ /* End of group Device_Peripheral_clusters */
  166. /* =========================================================================================================================== */
  167. /* ================ Device Specific Peripheral Section ================ */
  168. /* =========================================================================================================================== */
  169. /** @addtogroup Device_Peripheral_peripherals
  170. * @{
  171. */
  172. /* =========================================================================================================================== */
  173. /* ================ POWER ================ */
  174. /* =========================================================================================================================== */
  175. /**
  176. * @brief Power Control. (POWER)
  177. */
  178. typedef struct { /*!< (@ 0x40000000) POWER Structure */
  179. __IM uint32_t RESERVED[30];
  180. __OM uint32_t TASKS_CONSTLAT; /*!< (@ 0x00000078) Enable constant latency mode. */
  181. __OM uint32_t TASKS_LOWPWR; /*!< (@ 0x0000007C) Enable low power mode (variable latency). */
  182. __IM uint32_t RESERVED1[34];
  183. __IOM uint32_t EVENTS_POFWARN; /*!< (@ 0x00000108) Power failure warning. */
  184. __IM uint32_t RESERVED2[126];
  185. __IOM uint32_t INTENSET; /*!< (@ 0x00000304) Interrupt enable set register. */
  186. __IOM uint32_t INTENCLR; /*!< (@ 0x00000308) Interrupt enable clear register. */
  187. __IM uint32_t RESERVED3[61];
  188. __IOM uint32_t RESETREAS; /*!< (@ 0x00000400) Reset reason. */
  189. __IM uint32_t RESERVED4[9];
  190. __IM uint32_t RAMSTATUS; /*!< (@ 0x00000428) Ram status register. */
  191. __IM uint32_t RESERVED5[53];
  192. __OM uint32_t SYSTEMOFF; /*!< (@ 0x00000500) System off register. */
  193. __IM uint32_t RESERVED6[3];
  194. __IOM uint32_t POFCON; /*!< (@ 0x00000510) Power failure configuration. */
  195. __IM uint32_t RESERVED7[2];
  196. __IOM uint32_t GPREGRET; /*!< (@ 0x0000051C) General purpose retention register. This register
  197. is a retained register. */
  198. __IM uint32_t RESERVED8;
  199. __IOM uint32_t RAMON; /*!< (@ 0x00000524) Ram on/off. */
  200. __IM uint32_t RESERVED9[7];
  201. __IOM uint32_t RESET; /*!< (@ 0x00000544) Pin reset functionality configuration register.
  202. This register is a retained register. */
  203. __IM uint32_t RESERVED10[3];
  204. __IOM uint32_t RAMONB; /*!< (@ 0x00000554) Ram on/off. */
  205. __IM uint32_t RESERVED11[8];
  206. __IOM uint32_t DCDCEN; /*!< (@ 0x00000578) DCDC converter enable configuration register. */
  207. __IM uint32_t RESERVED12[291];
  208. __IOM uint32_t DCDCFORCE; /*!< (@ 0x00000A08) DCDC power-up force register. */
  209. } NRF_POWER_Type; /*!< Size = 2572 (0xa0c) */
  210. /* =========================================================================================================================== */
  211. /* ================ CLOCK ================ */
  212. /* =========================================================================================================================== */
  213. /**
  214. * @brief Clock control. (CLOCK)
  215. */
  216. typedef struct { /*!< (@ 0x40000000) CLOCK Structure */
  217. __OM uint32_t TASKS_HFCLKSTART; /*!< (@ 0x00000000) Start HFCLK clock source. */
  218. __OM uint32_t TASKS_HFCLKSTOP; /*!< (@ 0x00000004) Stop HFCLK clock source. */
  219. __OM uint32_t TASKS_LFCLKSTART; /*!< (@ 0x00000008) Start LFCLK clock source. */
  220. __OM uint32_t TASKS_LFCLKSTOP; /*!< (@ 0x0000000C) Stop LFCLK clock source. */
  221. __OM uint32_t TASKS_CAL; /*!< (@ 0x00000010) Start calibration of LFCLK RC oscillator. */
  222. __OM uint32_t TASKS_CTSTART; /*!< (@ 0x00000014) Start calibration timer. */
  223. __OM uint32_t TASKS_CTSTOP; /*!< (@ 0x00000018) Stop calibration timer. */
  224. __IM uint32_t RESERVED[57];
  225. __IOM uint32_t EVENTS_HFCLKSTARTED; /*!< (@ 0x00000100) HFCLK oscillator started. */
  226. __IOM uint32_t EVENTS_LFCLKSTARTED; /*!< (@ 0x00000104) LFCLK oscillator started. */
  227. __IM uint32_t RESERVED1;
  228. __IOM uint32_t EVENTS_DONE; /*!< (@ 0x0000010C) Calibration of LFCLK RC oscillator completed. */
  229. __IOM uint32_t EVENTS_CTTO; /*!< (@ 0x00000110) Calibration timer timeout. */
  230. __IM uint32_t RESERVED2[124];
  231. __IOM uint32_t INTENSET; /*!< (@ 0x00000304) Interrupt enable set register. */
  232. __IOM uint32_t INTENCLR; /*!< (@ 0x00000308) Interrupt enable clear register. */
  233. __IM uint32_t RESERVED3[63];
  234. __IM uint32_t HFCLKRUN; /*!< (@ 0x00000408) Task HFCLKSTART trigger status. */
  235. __IM uint32_t HFCLKSTAT; /*!< (@ 0x0000040C) High frequency clock status. */
  236. __IM uint32_t RESERVED4;
  237. __IM uint32_t LFCLKRUN; /*!< (@ 0x00000414) Task LFCLKSTART triggered status. */
  238. __IM uint32_t LFCLKSTAT; /*!< (@ 0x00000418) Low frequency clock status. */
  239. __IM uint32_t LFCLKSRCCOPY; /*!< (@ 0x0000041C) Clock source for the LFCLK clock, set when task
  240. LKCLKSTART is triggered. */
  241. __IM uint32_t RESERVED5[62];
  242. __IOM uint32_t LFCLKSRC; /*!< (@ 0x00000518) Clock source for the LFCLK clock. */
  243. __IM uint32_t RESERVED6[7];
  244. __IOM uint32_t CTIV; /*!< (@ 0x00000538) Calibration timer interval. */
  245. __IM uint32_t RESERVED7[5];
  246. __IOM uint32_t XTALFREQ; /*!< (@ 0x00000550) Crystal frequency. */
  247. } NRF_CLOCK_Type; /*!< Size = 1364 (0x554) */
  248. /* =========================================================================================================================== */
  249. /* ================ MPU ================ */
  250. /* =========================================================================================================================== */
  251. /**
  252. * @brief Memory Protection Unit. (MPU)
  253. */
  254. typedef struct { /*!< (@ 0x40000000) MPU Structure */
  255. __IM uint32_t RESERVED[330];
  256. __IOM uint32_t PERR0; /*!< (@ 0x00000528) Configuration of peripherals in mpu regions. */
  257. __IOM uint32_t RLENR0; /*!< (@ 0x0000052C) Length of RAM region 0. */
  258. __IM uint32_t RESERVED1[52];
  259. __IOM uint32_t PROTENSET0; /*!< (@ 0x00000600) Erase and write protection bit enable set register. */
  260. __IOM uint32_t PROTENSET1; /*!< (@ 0x00000604) Erase and write protection bit enable set register. */
  261. __IOM uint32_t DISABLEINDEBUG; /*!< (@ 0x00000608) Disable erase and write protection mechanism
  262. in debug mode. */
  263. __IOM uint32_t PROTBLOCKSIZE; /*!< (@ 0x0000060C) Erase and write protection block size. */
  264. } NRF_MPU_Type; /*!< Size = 1552 (0x610) */
  265. /* =========================================================================================================================== */
  266. /* ================ RADIO ================ */
  267. /* =========================================================================================================================== */
  268. /**
  269. * @brief The radio. (RADIO)
  270. */
  271. typedef struct { /*!< (@ 0x40001000) RADIO Structure */
  272. __OM uint32_t TASKS_TXEN; /*!< (@ 0x00000000) Enable radio in TX mode. */
  273. __OM uint32_t TASKS_RXEN; /*!< (@ 0x00000004) Enable radio in RX mode. */
  274. __OM uint32_t TASKS_START; /*!< (@ 0x00000008) Start radio. */
  275. __OM uint32_t TASKS_STOP; /*!< (@ 0x0000000C) Stop radio. */
  276. __OM uint32_t TASKS_DISABLE; /*!< (@ 0x00000010) Disable radio. */
  277. __OM uint32_t TASKS_RSSISTART; /*!< (@ 0x00000014) Start the RSSI and take one sample of the receive
  278. signal strength. */
  279. __OM uint32_t TASKS_RSSISTOP; /*!< (@ 0x00000018) Stop the RSSI measurement. */
  280. __OM uint32_t TASKS_BCSTART; /*!< (@ 0x0000001C) Start the bit counter. */
  281. __OM uint32_t TASKS_BCSTOP; /*!< (@ 0x00000020) Stop the bit counter. */
  282. __IM uint32_t RESERVED[55];
  283. __IOM uint32_t EVENTS_READY; /*!< (@ 0x00000100) Ready event. */
  284. __IOM uint32_t EVENTS_ADDRESS; /*!< (@ 0x00000104) Address event. */
  285. __IOM uint32_t EVENTS_PAYLOAD; /*!< (@ 0x00000108) Payload event. */
  286. __IOM uint32_t EVENTS_END; /*!< (@ 0x0000010C) End event. */
  287. __IOM uint32_t EVENTS_DISABLED; /*!< (@ 0x00000110) Disable event. */
  288. __IOM uint32_t EVENTS_DEVMATCH; /*!< (@ 0x00000114) A device address match occurred on the last received
  289. packet. */
  290. __IOM uint32_t EVENTS_DEVMISS; /*!< (@ 0x00000118) No device address match occurred on the last
  291. received packet. */
  292. __IOM uint32_t EVENTS_RSSIEND; /*!< (@ 0x0000011C) Sampling of the receive signal strength complete.
  293. A new RSSI sample is ready for readout at
  294. the RSSISAMPLE register. */
  295. __IM uint32_t RESERVED1[2];
  296. __IOM uint32_t EVENTS_BCMATCH; /*!< (@ 0x00000128) Bit counter reached bit count value specified
  297. in BCC register. */
  298. __IM uint32_t RESERVED2[53];
  299. __IOM uint32_t SHORTS; /*!< (@ 0x00000200) Shortcuts for the radio. */
  300. __IM uint32_t RESERVED3[64];
  301. __IOM uint32_t INTENSET; /*!< (@ 0x00000304) Interrupt enable set register. */
  302. __IOM uint32_t INTENCLR; /*!< (@ 0x00000308) Interrupt enable clear register. */
  303. __IM uint32_t RESERVED4[61];
  304. __IM uint32_t CRCSTATUS; /*!< (@ 0x00000400) CRC status of received packet. */
  305. __IM uint32_t RESERVED5;
  306. __IM uint32_t RXMATCH; /*!< (@ 0x00000408) Received address. */
  307. __IM uint32_t RXCRC; /*!< (@ 0x0000040C) Received CRC. */
  308. __IM uint32_t DAI; /*!< (@ 0x00000410) Device address match index. */
  309. __IM uint32_t RESERVED6[60];
  310. __IOM uint32_t PACKETPTR; /*!< (@ 0x00000504) Packet pointer. Decision point: START task. */
  311. __IOM uint32_t FREQUENCY; /*!< (@ 0x00000508) Frequency. */
  312. __IOM uint32_t TXPOWER; /*!< (@ 0x0000050C) Output power. */
  313. __IOM uint32_t MODE; /*!< (@ 0x00000510) Data rate and modulation. */
  314. __IOM uint32_t PCNF0; /*!< (@ 0x00000514) Packet configuration 0. */
  315. __IOM uint32_t PCNF1; /*!< (@ 0x00000518) Packet configuration 1. */
  316. __IOM uint32_t BASE0; /*!< (@ 0x0000051C) Radio base address 0. Decision point: START task. */
  317. __IOM uint32_t BASE1; /*!< (@ 0x00000520) Radio base address 1. Decision point: START task. */
  318. __IOM uint32_t PREFIX0; /*!< (@ 0x00000524) Prefixes bytes for logical addresses 0 to 3. */
  319. __IOM uint32_t PREFIX1; /*!< (@ 0x00000528) Prefixes bytes for logical addresses 4 to 7. */
  320. __IOM uint32_t TXADDRESS; /*!< (@ 0x0000052C) Transmit address select. */
  321. __IOM uint32_t RXADDRESSES; /*!< (@ 0x00000530) Receive address select. */
  322. __IOM uint32_t CRCCNF; /*!< (@ 0x00000534) CRC configuration. */
  323. __IOM uint32_t CRCPOLY; /*!< (@ 0x00000538) CRC polynomial. */
  324. __IOM uint32_t CRCINIT; /*!< (@ 0x0000053C) CRC initial value. */
  325. __IOM uint32_t TEST; /*!< (@ 0x00000540) Test features enable register. */
  326. __IOM uint32_t TIFS; /*!< (@ 0x00000544) Inter Frame Spacing in microseconds. */
  327. __IM uint32_t RSSISAMPLE; /*!< (@ 0x00000548) RSSI sample. */
  328. __IM uint32_t RESERVED7;
  329. __IM uint32_t STATE; /*!< (@ 0x00000550) Current radio state. */
  330. __IOM uint32_t DATAWHITEIV; /*!< (@ 0x00000554) Data whitening initial value. */
  331. __IM uint32_t RESERVED8[2];
  332. __IOM uint32_t BCC; /*!< (@ 0x00000560) Bit counter compare. */
  333. __IM uint32_t RESERVED9[39];
  334. __IOM uint32_t DAB[8]; /*!< (@ 0x00000600) Device address base segment. */
  335. __IOM uint32_t DAP[8]; /*!< (@ 0x00000620) Device address prefix. */
  336. __IOM uint32_t DACNF; /*!< (@ 0x00000640) Device address match configuration. */
  337. __IM uint32_t RESERVED10[56];
  338. __IOM uint32_t OVERRIDE0; /*!< (@ 0x00000724) Trim value override register 0. */
  339. __IOM uint32_t OVERRIDE1; /*!< (@ 0x00000728) Trim value override register 1. */
  340. __IOM uint32_t OVERRIDE2; /*!< (@ 0x0000072C) Trim value override register 2. */
  341. __IOM uint32_t OVERRIDE3; /*!< (@ 0x00000730) Trim value override register 3. */
  342. __IOM uint32_t OVERRIDE4; /*!< (@ 0x00000734) Trim value override register 4. */
  343. __IM uint32_t RESERVED11[561];
  344. __IOM uint32_t POWER; /*!< (@ 0x00000FFC) Peripheral power control. */
  345. } NRF_RADIO_Type; /*!< Size = 4096 (0x1000) */
  346. /* =========================================================================================================================== */
  347. /* ================ UART0 ================ */
  348. /* =========================================================================================================================== */
  349. /**
  350. * @brief Universal Asynchronous Receiver/Transmitter. (UART0)
  351. */
  352. typedef struct { /*!< (@ 0x40002000) UART0 Structure */
  353. __OM uint32_t TASKS_STARTRX; /*!< (@ 0x00000000) Start UART receiver. */
  354. __OM uint32_t TASKS_STOPRX; /*!< (@ 0x00000004) Stop UART receiver. */
  355. __OM uint32_t TASKS_STARTTX; /*!< (@ 0x00000008) Start UART transmitter. */
  356. __OM uint32_t TASKS_STOPTX; /*!< (@ 0x0000000C) Stop UART transmitter. */
  357. __IM uint32_t RESERVED[3];
  358. __OM uint32_t TASKS_SUSPEND; /*!< (@ 0x0000001C) Suspend UART. */
  359. __IM uint32_t RESERVED1[56];
  360. __IOM uint32_t EVENTS_CTS; /*!< (@ 0x00000100) CTS activated. */
  361. __IOM uint32_t EVENTS_NCTS; /*!< (@ 0x00000104) CTS deactivated. */
  362. __IOM uint32_t EVENTS_RXDRDY; /*!< (@ 0x00000108) Data received in RXD. */
  363. __IM uint32_t RESERVED2[4];
  364. __IOM uint32_t EVENTS_TXDRDY; /*!< (@ 0x0000011C) Data sent from TXD. */
  365. __IM uint32_t RESERVED3;
  366. __IOM uint32_t EVENTS_ERROR; /*!< (@ 0x00000124) Error detected. */
  367. __IM uint32_t RESERVED4[7];
  368. __IOM uint32_t EVENTS_RXTO; /*!< (@ 0x00000144) Receiver timeout. */
  369. __IM uint32_t RESERVED5[46];
  370. __IOM uint32_t SHORTS; /*!< (@ 0x00000200) Shortcuts for UART. */
  371. __IM uint32_t RESERVED6[64];
  372. __IOM uint32_t INTENSET; /*!< (@ 0x00000304) Interrupt enable set register. */
  373. __IOM uint32_t INTENCLR; /*!< (@ 0x00000308) Interrupt enable clear register. */
  374. __IM uint32_t RESERVED7[93];
  375. __IOM uint32_t ERRORSRC; /*!< (@ 0x00000480) Error source. Write error field to 1 to clear
  376. error. */
  377. __IM uint32_t RESERVED8[31];
  378. __IOM uint32_t ENABLE; /*!< (@ 0x00000500) Enable UART and acquire IOs. */
  379. __IM uint32_t RESERVED9;
  380. __IOM uint32_t PSELRTS; /*!< (@ 0x00000508) Pin select for RTS. */
  381. __IOM uint32_t PSELTXD; /*!< (@ 0x0000050C) Pin select for TXD. */
  382. __IOM uint32_t PSELCTS; /*!< (@ 0x00000510) Pin select for CTS. */
  383. __IOM uint32_t PSELRXD; /*!< (@ 0x00000514) Pin select for RXD. */
  384. __IM uint32_t RXD; /*!< (@ 0x00000518) RXD register. On read action the buffer pointer
  385. is displaced. Once read the character is
  386. consumed. If read when no character available,
  387. the UART will stop working. */
  388. __OM uint32_t TXD; /*!< (@ 0x0000051C) TXD register. */
  389. __IM uint32_t RESERVED10;
  390. __IOM uint32_t BAUDRATE; /*!< (@ 0x00000524) UART Baudrate. */
  391. __IM uint32_t RESERVED11[17];
  392. __IOM uint32_t CONFIG; /*!< (@ 0x0000056C) Configuration of parity and hardware flow control
  393. register. */
  394. __IM uint32_t RESERVED12[675];
  395. __IOM uint32_t POWER; /*!< (@ 0x00000FFC) Peripheral power control. */
  396. } NRF_UART_Type; /*!< Size = 4096 (0x1000) */
  397. /* =========================================================================================================================== */
  398. /* ================ SPI0 ================ */
  399. /* =========================================================================================================================== */
  400. /**
  401. * @brief SPI master 0. (SPI0)
  402. */
  403. typedef struct { /*!< (@ 0x40003000) SPI0 Structure */
  404. __IM uint32_t RESERVED[66];
  405. __IOM uint32_t EVENTS_READY; /*!< (@ 0x00000108) TXD byte sent and RXD byte received. */
  406. __IM uint32_t RESERVED1[126];
  407. __IOM uint32_t INTENSET; /*!< (@ 0x00000304) Interrupt enable set register. */
  408. __IOM uint32_t INTENCLR; /*!< (@ 0x00000308) Interrupt enable clear register. */
  409. __IM uint32_t RESERVED2[125];
  410. __IOM uint32_t ENABLE; /*!< (@ 0x00000500) Enable SPI. */
  411. __IM uint32_t RESERVED3;
  412. __IOM uint32_t PSELSCK; /*!< (@ 0x00000508) Pin select for SCK. */
  413. __IOM uint32_t PSELMOSI; /*!< (@ 0x0000050C) Pin select for MOSI. */
  414. __IOM uint32_t PSELMISO; /*!< (@ 0x00000510) Pin select for MISO. */
  415. __IM uint32_t RESERVED4;
  416. __IM uint32_t RXD; /*!< (@ 0x00000518) RX data. */
  417. __IOM uint32_t TXD; /*!< (@ 0x0000051C) TX data. */
  418. __IM uint32_t RESERVED5;
  419. __IOM uint32_t FREQUENCY; /*!< (@ 0x00000524) SPI frequency */
  420. __IM uint32_t RESERVED6[11];
  421. __IOM uint32_t CONFIG; /*!< (@ 0x00000554) Configuration register. */
  422. __IM uint32_t RESERVED7[681];
  423. __IOM uint32_t POWER; /*!< (@ 0x00000FFC) Peripheral power control. */
  424. } NRF_SPI_Type; /*!< Size = 4096 (0x1000) */
  425. /* =========================================================================================================================== */
  426. /* ================ TWI0 ================ */
  427. /* =========================================================================================================================== */
  428. /**
  429. * @brief Two-wire interface master 0. (TWI0)
  430. */
  431. typedef struct { /*!< (@ 0x40003000) TWI0 Structure */
  432. __OM uint32_t TASKS_STARTRX; /*!< (@ 0x00000000) Start 2-Wire master receive sequence. */
  433. __IM uint32_t RESERVED;
  434. __OM uint32_t TASKS_STARTTX; /*!< (@ 0x00000008) Start 2-Wire master transmit sequence. */
  435. __IM uint32_t RESERVED1[2];
  436. __OM uint32_t TASKS_STOP; /*!< (@ 0x00000014) Stop 2-Wire transaction. */
  437. __IM uint32_t RESERVED2;
  438. __OM uint32_t TASKS_SUSPEND; /*!< (@ 0x0000001C) Suspend 2-Wire transaction. */
  439. __OM uint32_t TASKS_RESUME; /*!< (@ 0x00000020) Resume 2-Wire transaction. */
  440. __IM uint32_t RESERVED3[56];
  441. __IOM uint32_t EVENTS_STOPPED; /*!< (@ 0x00000104) Two-wire stopped. */
  442. __IOM uint32_t EVENTS_RXDREADY; /*!< (@ 0x00000108) Two-wire ready to deliver new RXD byte received. */
  443. __IM uint32_t RESERVED4[4];
  444. __IOM uint32_t EVENTS_TXDSENT; /*!< (@ 0x0000011C) Two-wire finished sending last TXD byte. */
  445. __IM uint32_t RESERVED5;
  446. __IOM uint32_t EVENTS_ERROR; /*!< (@ 0x00000124) Two-wire error detected. */
  447. __IM uint32_t RESERVED6[4];
  448. __IOM uint32_t EVENTS_BB; /*!< (@ 0x00000138) Two-wire byte boundary. */
  449. __IM uint32_t RESERVED7[3];
  450. __IOM uint32_t EVENTS_SUSPENDED; /*!< (@ 0x00000148) Two-wire suspended. */
  451. __IM uint32_t RESERVED8[45];
  452. __IOM uint32_t SHORTS; /*!< (@ 0x00000200) Shortcuts for TWI. */
  453. __IM uint32_t RESERVED9[64];
  454. __IOM uint32_t INTENSET; /*!< (@ 0x00000304) Interrupt enable set register. */
  455. __IOM uint32_t INTENCLR; /*!< (@ 0x00000308) Interrupt enable clear register. */
  456. __IM uint32_t RESERVED10[110];
  457. __IOM uint32_t ERRORSRC; /*!< (@ 0x000004C4) Two-wire error source. Write error field to 1
  458. to clear error. */
  459. __IM uint32_t RESERVED11[14];
  460. __IOM uint32_t ENABLE; /*!< (@ 0x00000500) Enable two-wire master. */
  461. __IM uint32_t RESERVED12;
  462. __IOM uint32_t PSELSCL; /*!< (@ 0x00000508) Pin select for SCL. */
  463. __IOM uint32_t PSELSDA; /*!< (@ 0x0000050C) Pin select for SDA. */
  464. __IM uint32_t RESERVED13[2];
  465. __IM uint32_t RXD; /*!< (@ 0x00000518) RX data register. */
  466. __IOM uint32_t TXD; /*!< (@ 0x0000051C) TX data register. */
  467. __IM uint32_t RESERVED14;
  468. __IOM uint32_t FREQUENCY; /*!< (@ 0x00000524) Two-wire frequency. */
  469. __IM uint32_t RESERVED15[24];
  470. __IOM uint32_t ADDRESS; /*!< (@ 0x00000588) Address used in the two-wire transfer. */
  471. __IM uint32_t RESERVED16[668];
  472. __IOM uint32_t POWER; /*!< (@ 0x00000FFC) Peripheral power control. */
  473. } NRF_TWI_Type; /*!< Size = 4096 (0x1000) */
  474. /* =========================================================================================================================== */
  475. /* ================ SPIS1 ================ */
  476. /* =========================================================================================================================== */
  477. /**
  478. * @brief SPI slave 1. (SPIS1)
  479. */
  480. typedef struct { /*!< (@ 0x40004000) SPIS1 Structure */
  481. __IM uint32_t RESERVED[9];
  482. __OM uint32_t TASKS_ACQUIRE; /*!< (@ 0x00000024) Acquire SPI semaphore. */
  483. __OM uint32_t TASKS_RELEASE; /*!< (@ 0x00000028) Release SPI semaphore. */
  484. __IM uint32_t RESERVED1[54];
  485. __IOM uint32_t EVENTS_END; /*!< (@ 0x00000104) Granted transaction completed. */
  486. __IM uint32_t RESERVED2[2];
  487. __IOM uint32_t EVENTS_ENDRX; /*!< (@ 0x00000110) End of RXD buffer reached */
  488. __IM uint32_t RESERVED3[5];
  489. __IOM uint32_t EVENTS_ACQUIRED; /*!< (@ 0x00000128) Semaphore acquired. */
  490. __IM uint32_t RESERVED4[53];
  491. __IOM uint32_t SHORTS; /*!< (@ 0x00000200) Shortcuts for SPIS. */
  492. __IM uint32_t RESERVED5[64];
  493. __IOM uint32_t INTENSET; /*!< (@ 0x00000304) Interrupt enable set register. */
  494. __IOM uint32_t INTENCLR; /*!< (@ 0x00000308) Interrupt enable clear register. */
  495. __IM uint32_t RESERVED6[61];
  496. __IM uint32_t SEMSTAT; /*!< (@ 0x00000400) Semaphore status. */
  497. __IM uint32_t RESERVED7[15];
  498. __IOM uint32_t STATUS; /*!< (@ 0x00000440) Status from last transaction. */
  499. __IM uint32_t RESERVED8[47];
  500. __IOM uint32_t ENABLE; /*!< (@ 0x00000500) Enable SPIS. */
  501. __IM uint32_t RESERVED9;
  502. __IOM uint32_t PSELSCK; /*!< (@ 0x00000508) Pin select for SCK. */
  503. __IOM uint32_t PSELMISO; /*!< (@ 0x0000050C) Pin select for MISO. */
  504. __IOM uint32_t PSELMOSI; /*!< (@ 0x00000510) Pin select for MOSI. */
  505. __IOM uint32_t PSELCSN; /*!< (@ 0x00000514) Pin select for CSN. */
  506. __IM uint32_t RESERVED10[7];
  507. __IOM uint32_t RXDPTR; /*!< (@ 0x00000534) RX data pointer. */
  508. __IOM uint32_t MAXRX; /*!< (@ 0x00000538) Maximum number of bytes in the receive buffer. */
  509. __IM uint32_t AMOUNTRX; /*!< (@ 0x0000053C) Number of bytes received in last granted transaction. */
  510. __IM uint32_t RESERVED11;
  511. __IOM uint32_t TXDPTR; /*!< (@ 0x00000544) TX data pointer. */
  512. __IOM uint32_t MAXTX; /*!< (@ 0x00000548) Maximum number of bytes in the transmit buffer. */
  513. __IM uint32_t AMOUNTTX; /*!< (@ 0x0000054C) Number of bytes transmitted in last granted transaction. */
  514. __IM uint32_t RESERVED12;
  515. __IOM uint32_t CONFIG; /*!< (@ 0x00000554) Configuration register. */
  516. __IM uint32_t RESERVED13;
  517. __IOM uint32_t DEF; /*!< (@ 0x0000055C) Default character. */
  518. __IM uint32_t RESERVED14[24];
  519. __IOM uint32_t ORC; /*!< (@ 0x000005C0) Over-read character. */
  520. __IM uint32_t RESERVED15[654];
  521. __IOM uint32_t POWER; /*!< (@ 0x00000FFC) Peripheral power control. */
  522. } NRF_SPIS_Type; /*!< Size = 4096 (0x1000) */
  523. /* =========================================================================================================================== */
  524. /* ================ GPIOTE ================ */
  525. /* =========================================================================================================================== */
  526. /**
  527. * @brief GPIO tasks and events. (GPIOTE)
  528. */
  529. typedef struct { /*!< (@ 0x40006000) GPIOTE Structure */
  530. __OM uint32_t TASKS_OUT[4]; /*!< (@ 0x00000000) Tasks asssociated with GPIOTE channels. */
  531. __IM uint32_t RESERVED[60];
  532. __IOM uint32_t EVENTS_IN[4]; /*!< (@ 0x00000100) Tasks asssociated with GPIOTE channels. */
  533. __IM uint32_t RESERVED1[27];
  534. __IOM uint32_t EVENTS_PORT; /*!< (@ 0x0000017C) Event generated from multiple pins. */
  535. __IM uint32_t RESERVED2[97];
  536. __IOM uint32_t INTENSET; /*!< (@ 0x00000304) Interrupt enable set register. */
  537. __IOM uint32_t INTENCLR; /*!< (@ 0x00000308) Interrupt enable clear register. */
  538. __IM uint32_t RESERVED3[129];
  539. __IOM uint32_t CONFIG[4]; /*!< (@ 0x00000510) Channel configuration registers. */
  540. __IM uint32_t RESERVED4[695];
  541. __IOM uint32_t POWER; /*!< (@ 0x00000FFC) Peripheral power control. */
  542. } NRF_GPIOTE_Type; /*!< Size = 4096 (0x1000) */
  543. /* =========================================================================================================================== */
  544. /* ================ ADC ================ */
  545. /* =========================================================================================================================== */
  546. /**
  547. * @brief Analog to digital converter. (ADC)
  548. */
  549. typedef struct { /*!< (@ 0x40007000) ADC Structure */
  550. __OM uint32_t TASKS_START; /*!< (@ 0x00000000) Start an ADC conversion. */
  551. __OM uint32_t TASKS_STOP; /*!< (@ 0x00000004) Stop ADC. */
  552. __IM uint32_t RESERVED[62];
  553. __IOM uint32_t EVENTS_END; /*!< (@ 0x00000100) ADC conversion complete. */
  554. __IM uint32_t RESERVED1[128];
  555. __IOM uint32_t INTENSET; /*!< (@ 0x00000304) Interrupt enable set register. */
  556. __IOM uint32_t INTENCLR; /*!< (@ 0x00000308) Interrupt enable clear register. */
  557. __IM uint32_t RESERVED2[61];
  558. __IM uint32_t BUSY; /*!< (@ 0x00000400) ADC busy register. */
  559. __IM uint32_t RESERVED3[63];
  560. __IOM uint32_t ENABLE; /*!< (@ 0x00000500) ADC enable. */
  561. __IOM uint32_t CONFIG; /*!< (@ 0x00000504) ADC configuration register. */
  562. __IM uint32_t RESULT; /*!< (@ 0x00000508) Result of ADC conversion. */
  563. __IM uint32_t RESERVED4[700];
  564. __IOM uint32_t POWER; /*!< (@ 0x00000FFC) Peripheral power control. */
  565. } NRF_ADC_Type; /*!< Size = 4096 (0x1000) */
  566. /* =========================================================================================================================== */
  567. /* ================ TIMER0 ================ */
  568. /* =========================================================================================================================== */
  569. /**
  570. * @brief Timer 0. (TIMER0)
  571. */
  572. typedef struct { /*!< (@ 0x40008000) TIMER0 Structure */
  573. __OM uint32_t TASKS_START; /*!< (@ 0x00000000) Start Timer. */
  574. __OM uint32_t TASKS_STOP; /*!< (@ 0x00000004) Stop Timer. */
  575. __OM uint32_t TASKS_COUNT; /*!< (@ 0x00000008) Increment Timer (In counter mode). */
  576. __OM uint32_t TASKS_CLEAR; /*!< (@ 0x0000000C) Clear timer. */
  577. __OM uint32_t TASKS_SHUTDOWN; /*!< (@ 0x00000010) Shutdown timer. */
  578. __IM uint32_t RESERVED[11];
  579. __OM uint32_t TASKS_CAPTURE[4]; /*!< (@ 0x00000040) Capture Timer value to CC[n] registers. */
  580. __IM uint32_t RESERVED1[60];
  581. __IOM uint32_t EVENTS_COMPARE[4]; /*!< (@ 0x00000140) Compare event on CC[n] match. */
  582. __IM uint32_t RESERVED2[44];
  583. __IOM uint32_t SHORTS; /*!< (@ 0x00000200) Shortcuts for Timer. */
  584. __IM uint32_t RESERVED3[64];
  585. __IOM uint32_t INTENSET; /*!< (@ 0x00000304) Interrupt enable set register. */
  586. __IOM uint32_t INTENCLR; /*!< (@ 0x00000308) Interrupt enable clear register. */
  587. __IM uint32_t RESERVED4[126];
  588. __IOM uint32_t MODE; /*!< (@ 0x00000504) Timer Mode selection. */
  589. __IOM uint32_t BITMODE; /*!< (@ 0x00000508) Sets timer behaviour. */
  590. __IM uint32_t RESERVED5;
  591. __IOM uint32_t PRESCALER; /*!< (@ 0x00000510) 4-bit prescaler to source clock frequency (max
  592. value 9). Source clock frequency is divided
  593. by 2^SCALE. */
  594. __IM uint32_t RESERVED6[11];
  595. __IOM uint32_t CC[4]; /*!< (@ 0x00000540) Capture/compare registers. */
  596. __IM uint32_t RESERVED7[683];
  597. __IOM uint32_t POWER; /*!< (@ 0x00000FFC) Peripheral power control. */
  598. } NRF_TIMER_Type; /*!< Size = 4096 (0x1000) */
  599. /* =========================================================================================================================== */
  600. /* ================ RTC0 ================ */
  601. /* =========================================================================================================================== */
  602. /**
  603. * @brief Real time counter 0. (RTC0)
  604. */
  605. typedef struct { /*!< (@ 0x4000B000) RTC0 Structure */
  606. __OM uint32_t TASKS_START; /*!< (@ 0x00000000) Start RTC Counter. */
  607. __OM uint32_t TASKS_STOP; /*!< (@ 0x00000004) Stop RTC Counter. */
  608. __OM uint32_t TASKS_CLEAR; /*!< (@ 0x00000008) Clear RTC Counter. */
  609. __OM uint32_t TASKS_TRIGOVRFLW; /*!< (@ 0x0000000C) Set COUNTER to 0xFFFFFFF0. */
  610. __IM uint32_t RESERVED[60];
  611. __IOM uint32_t EVENTS_TICK; /*!< (@ 0x00000100) Event on COUNTER increment. */
  612. __IOM uint32_t EVENTS_OVRFLW; /*!< (@ 0x00000104) Event on COUNTER overflow. */
  613. __IM uint32_t RESERVED1[14];
  614. __IOM uint32_t EVENTS_COMPARE[4]; /*!< (@ 0x00000140) Compare event on CC[n] match. */
  615. __IM uint32_t RESERVED2[109];
  616. __IOM uint32_t INTENSET; /*!< (@ 0x00000304) Interrupt enable set register. */
  617. __IOM uint32_t INTENCLR; /*!< (@ 0x00000308) Interrupt enable clear register. */
  618. __IM uint32_t RESERVED3[13];
  619. __IOM uint32_t EVTEN; /*!< (@ 0x00000340) Configures event enable routing to PPI for each
  620. RTC event. */
  621. __IOM uint32_t EVTENSET; /*!< (@ 0x00000344) Enable events routing to PPI. The reading of
  622. this register gives the value of EVTEN. */
  623. __IOM uint32_t EVTENCLR; /*!< (@ 0x00000348) Disable events routing to PPI. The reading of
  624. this register gives the value of EVTEN. */
  625. __IM uint32_t RESERVED4[110];
  626. __IM uint32_t COUNTER; /*!< (@ 0x00000504) Current COUNTER value. */
  627. __IOM uint32_t PRESCALER; /*!< (@ 0x00000508) 12-bit prescaler for COUNTER frequency (32768/(PRESCALER+1)).
  628. Must be written when RTC is STOPed. */
  629. __IM uint32_t RESERVED5[13];
  630. __IOM uint32_t CC[4]; /*!< (@ 0x00000540) Capture/compare registers. */
  631. __IM uint32_t RESERVED6[683];
  632. __IOM uint32_t POWER; /*!< (@ 0x00000FFC) Peripheral power control. */
  633. } NRF_RTC_Type; /*!< Size = 4096 (0x1000) */
  634. /* =========================================================================================================================== */
  635. /* ================ TEMP ================ */
  636. /* =========================================================================================================================== */
  637. /**
  638. * @brief Temperature Sensor. (TEMP)
  639. */
  640. typedef struct { /*!< (@ 0x4000C000) TEMP Structure */
  641. __OM uint32_t TASKS_START; /*!< (@ 0x00000000) Start temperature measurement. */
  642. __OM uint32_t TASKS_STOP; /*!< (@ 0x00000004) Stop temperature measurement. */
  643. __IM uint32_t RESERVED[62];
  644. __IOM uint32_t EVENTS_DATARDY; /*!< (@ 0x00000100) Temperature measurement complete, data ready
  645. event. */
  646. __IM uint32_t RESERVED1[128];
  647. __IOM uint32_t INTENSET; /*!< (@ 0x00000304) Interrupt enable set register. */
  648. __IOM uint32_t INTENCLR; /*!< (@ 0x00000308) Interrupt enable clear register. */
  649. __IM uint32_t RESERVED2[127];
  650. __IM int32_t TEMP; /*!< (@ 0x00000508) Die temperature in degC, 2's complement format,
  651. 0.25 degC pecision. */
  652. __IM uint32_t RESERVED3[700];
  653. __IOM uint32_t POWER; /*!< (@ 0x00000FFC) Peripheral power control. */
  654. } NRF_TEMP_Type; /*!< Size = 4096 (0x1000) */
  655. /* =========================================================================================================================== */
  656. /* ================ RNG ================ */
  657. /* =========================================================================================================================== */
  658. /**
  659. * @brief Random Number Generator. (RNG)
  660. */
  661. typedef struct { /*!< (@ 0x4000D000) RNG Structure */
  662. __OM uint32_t TASKS_START; /*!< (@ 0x00000000) Start the random number generator. */
  663. __OM uint32_t TASKS_STOP; /*!< (@ 0x00000004) Stop the random number generator. */
  664. __IM uint32_t RESERVED[62];
  665. __IOM uint32_t EVENTS_VALRDY; /*!< (@ 0x00000100) New random number generated and written to VALUE
  666. register. */
  667. __IM uint32_t RESERVED1[63];
  668. __IOM uint32_t SHORTS; /*!< (@ 0x00000200) Shortcuts for the RNG. */
  669. __IM uint32_t RESERVED2[64];
  670. __IOM uint32_t INTENSET; /*!< (@ 0x00000304) Interrupt enable set register */
  671. __IOM uint32_t INTENCLR; /*!< (@ 0x00000308) Interrupt enable clear register */
  672. __IM uint32_t RESERVED3[126];
  673. __IOM uint32_t CONFIG; /*!< (@ 0x00000504) Configuration register. */
  674. __IM uint32_t VALUE; /*!< (@ 0x00000508) RNG random number. */
  675. __IM uint32_t RESERVED4[700];
  676. __IOM uint32_t POWER; /*!< (@ 0x00000FFC) Peripheral power control. */
  677. } NRF_RNG_Type; /*!< Size = 4096 (0x1000) */
  678. /* =========================================================================================================================== */
  679. /* ================ ECB ================ */
  680. /* =========================================================================================================================== */
  681. /**
  682. * @brief AES ECB Mode Encryption. (ECB)
  683. */
  684. typedef struct { /*!< (@ 0x4000E000) ECB Structure */
  685. __OM uint32_t TASKS_STARTECB; /*!< (@ 0x00000000) Start ECB block encrypt. If a crypto operation
  686. is running, this will not initiate a new
  687. encryption and the ERRORECB event will be
  688. triggered. */
  689. __OM uint32_t TASKS_STOPECB; /*!< (@ 0x00000004) Stop current ECB encryption. If a crypto operation
  690. is running, this will will trigger the ERRORECB
  691. event. */
  692. __IM uint32_t RESERVED[62];
  693. __IOM uint32_t EVENTS_ENDECB; /*!< (@ 0x00000100) ECB block encrypt complete. */
  694. __IOM uint32_t EVENTS_ERRORECB; /*!< (@ 0x00000104) ECB block encrypt aborted due to a STOPECB task
  695. or due to an error. */
  696. __IM uint32_t RESERVED1[127];
  697. __IOM uint32_t INTENSET; /*!< (@ 0x00000304) Interrupt enable set register. */
  698. __IOM uint32_t INTENCLR; /*!< (@ 0x00000308) Interrupt enable clear register. */
  699. __IM uint32_t RESERVED2[126];
  700. __IOM uint32_t ECBDATAPTR; /*!< (@ 0x00000504) ECB block encrypt memory pointer. */
  701. __IM uint32_t RESERVED3[701];
  702. __IOM uint32_t POWER; /*!< (@ 0x00000FFC) Peripheral power control. */
  703. } NRF_ECB_Type; /*!< Size = 4096 (0x1000) */
  704. /* =========================================================================================================================== */
  705. /* ================ AAR ================ */
  706. /* =========================================================================================================================== */
  707. /**
  708. * @brief Accelerated Address Resolver. (AAR)
  709. */
  710. typedef struct { /*!< (@ 0x4000F000) AAR Structure */
  711. __OM uint32_t TASKS_START; /*!< (@ 0x00000000) Start resolving addresses based on IRKs specified
  712. in the IRK data structure. */
  713. __IM uint32_t RESERVED;
  714. __OM uint32_t TASKS_STOP; /*!< (@ 0x00000008) Stop resolving addresses. */
  715. __IM uint32_t RESERVED1[61];
  716. __IOM uint32_t EVENTS_END; /*!< (@ 0x00000100) Address resolution procedure completed. */
  717. __IOM uint32_t EVENTS_RESOLVED; /*!< (@ 0x00000104) Address resolved. */
  718. __IOM uint32_t EVENTS_NOTRESOLVED; /*!< (@ 0x00000108) Address not resolved. */
  719. __IM uint32_t RESERVED2[126];
  720. __IOM uint32_t INTENSET; /*!< (@ 0x00000304) Interrupt enable set register. */
  721. __IOM uint32_t INTENCLR; /*!< (@ 0x00000308) Interrupt enable clear register. */
  722. __IM uint32_t RESERVED3[61];
  723. __IM uint32_t STATUS; /*!< (@ 0x00000400) Resolution status. */
  724. __IM uint32_t RESERVED4[63];
  725. __IOM uint32_t ENABLE; /*!< (@ 0x00000500) Enable AAR. */
  726. __IOM uint32_t NIRK; /*!< (@ 0x00000504) Number of Identity root Keys in the IRK data
  727. structure. */
  728. __IOM uint32_t IRKPTR; /*!< (@ 0x00000508) Pointer to the IRK data structure. */
  729. __IM uint32_t RESERVED5;
  730. __IOM uint32_t ADDRPTR; /*!< (@ 0x00000510) Pointer to the resolvable address (6 bytes). */
  731. __IOM uint32_t SCRATCHPTR; /*!< (@ 0x00000514) Pointer to a scratch data area used for temporary
  732. storage during resolution. A minimum of
  733. 3 bytes must be reserved. */
  734. __IM uint32_t RESERVED6[697];
  735. __IOM uint32_t POWER; /*!< (@ 0x00000FFC) Peripheral power control. */
  736. } NRF_AAR_Type; /*!< Size = 4096 (0x1000) */
  737. /* =========================================================================================================================== */
  738. /* ================ CCM ================ */
  739. /* =========================================================================================================================== */
  740. /**
  741. * @brief AES CCM Mode Encryption. (CCM)
  742. */
  743. typedef struct { /*!< (@ 0x4000F000) CCM Structure */
  744. __OM uint32_t TASKS_KSGEN; /*!< (@ 0x00000000) Start generation of key-stream. This operation
  745. will stop by itself when completed. */
  746. __OM uint32_t TASKS_CRYPT; /*!< (@ 0x00000004) Start encrypt/decrypt. This operation will stop
  747. by itself when completed. */
  748. __OM uint32_t TASKS_STOP; /*!< (@ 0x00000008) Stop encrypt/decrypt. */
  749. __IM uint32_t RESERVED[61];
  750. __IOM uint32_t EVENTS_ENDKSGEN; /*!< (@ 0x00000100) Keystream generation completed. */
  751. __IOM uint32_t EVENTS_ENDCRYPT; /*!< (@ 0x00000104) Encrypt/decrypt completed. */
  752. __IOM uint32_t EVENTS_ERROR; /*!< (@ 0x00000108) Error happened. */
  753. __IM uint32_t RESERVED1[61];
  754. __IOM uint32_t SHORTS; /*!< (@ 0x00000200) Shortcuts for the CCM. */
  755. __IM uint32_t RESERVED2[64];
  756. __IOM uint32_t INTENSET; /*!< (@ 0x00000304) Interrupt enable set register. */
  757. __IOM uint32_t INTENCLR; /*!< (@ 0x00000308) Interrupt enable clear register. */
  758. __IM uint32_t RESERVED3[61];
  759. __IM uint32_t MICSTATUS; /*!< (@ 0x00000400) CCM RX MIC check result. */
  760. __IM uint32_t RESERVED4[63];
  761. __IOM uint32_t ENABLE; /*!< (@ 0x00000500) CCM enable. */
  762. __IOM uint32_t MODE; /*!< (@ 0x00000504) Operation mode. */
  763. __IOM uint32_t CNFPTR; /*!< (@ 0x00000508) Pointer to a data structure holding AES key and
  764. NONCE vector. */
  765. __IOM uint32_t INPTR; /*!< (@ 0x0000050C) Pointer to the input packet. */
  766. __IOM uint32_t OUTPTR; /*!< (@ 0x00000510) Pointer to the output packet. */
  767. __IOM uint32_t SCRATCHPTR; /*!< (@ 0x00000514) Pointer to a scratch data area used for temporary
  768. storage during resolution. A minimum of
  769. 43 bytes must be reserved. */
  770. __IM uint32_t RESERVED5[697];
  771. __IOM uint32_t POWER; /*!< (@ 0x00000FFC) Peripheral power control. */
  772. } NRF_CCM_Type; /*!< Size = 4096 (0x1000) */
  773. /* =========================================================================================================================== */
  774. /* ================ WDT ================ */
  775. /* =========================================================================================================================== */
  776. /**
  777. * @brief Watchdog Timer. (WDT)
  778. */
  779. typedef struct { /*!< (@ 0x40010000) WDT Structure */
  780. __OM uint32_t TASKS_START; /*!< (@ 0x00000000) Start the watchdog. */
  781. __IM uint32_t RESERVED[63];
  782. __IOM uint32_t EVENTS_TIMEOUT; /*!< (@ 0x00000100) Watchdog timeout. */
  783. __IM uint32_t RESERVED1[128];
  784. __IOM uint32_t INTENSET; /*!< (@ 0x00000304) Interrupt enable set register. */
  785. __IOM uint32_t INTENCLR; /*!< (@ 0x00000308) Interrupt enable clear register. */
  786. __IM uint32_t RESERVED2[61];
  787. __IM uint32_t RUNSTATUS; /*!< (@ 0x00000400) Watchdog running status. */
  788. __IM uint32_t REQSTATUS; /*!< (@ 0x00000404) Request status. */
  789. __IM uint32_t RESERVED3[63];
  790. __IOM uint32_t CRV; /*!< (@ 0x00000504) Counter reload value in number of 32kiHz clock
  791. cycles. */
  792. __IOM uint32_t RREN; /*!< (@ 0x00000508) Reload request enable. */
  793. __IOM uint32_t CONFIG; /*!< (@ 0x0000050C) Configuration register. */
  794. __IM uint32_t RESERVED4[60];
  795. __OM uint32_t RR[8]; /*!< (@ 0x00000600) Reload requests registers. */
  796. __IM uint32_t RESERVED5[631];
  797. __IOM uint32_t POWER; /*!< (@ 0x00000FFC) Peripheral power control. */
  798. } NRF_WDT_Type; /*!< Size = 4096 (0x1000) */
  799. /* =========================================================================================================================== */
  800. /* ================ QDEC ================ */
  801. /* =========================================================================================================================== */
  802. /**
  803. * @brief Rotary decoder. (QDEC)
  804. */
  805. typedef struct { /*!< (@ 0x40012000) QDEC Structure */
  806. __OM uint32_t TASKS_START; /*!< (@ 0x00000000) Start the quadrature decoder. */
  807. __OM uint32_t TASKS_STOP; /*!< (@ 0x00000004) Stop the quadrature decoder. */
  808. __OM uint32_t TASKS_READCLRACC; /*!< (@ 0x00000008) Transfers the content from ACC registers to ACCREAD
  809. registers, and clears the ACC registers. */
  810. __IM uint32_t RESERVED[61];
  811. __IOM uint32_t EVENTS_SAMPLERDY; /*!< (@ 0x00000100) A new sample is written to the sample register. */
  812. __IOM uint32_t EVENTS_REPORTRDY; /*!< (@ 0x00000104) REPORTPER number of samples accumulated in ACC
  813. register, and ACC register different than
  814. zero. */
  815. __IOM uint32_t EVENTS_ACCOF; /*!< (@ 0x00000108) ACC or ACCDBL register overflow. */
  816. __IM uint32_t RESERVED1[61];
  817. __IOM uint32_t SHORTS; /*!< (@ 0x00000200) Shortcuts for the QDEC. */
  818. __IM uint32_t RESERVED2[64];
  819. __IOM uint32_t INTENSET; /*!< (@ 0x00000304) Interrupt enable set register. */
  820. __IOM uint32_t INTENCLR; /*!< (@ 0x00000308) Interrupt enable clear register. */
  821. __IM uint32_t RESERVED3[125];
  822. __IOM uint32_t ENABLE; /*!< (@ 0x00000500) Enable the QDEC. */
  823. __IOM uint32_t LEDPOL; /*!< (@ 0x00000504) LED output pin polarity. */
  824. __IOM uint32_t SAMPLEPER; /*!< (@ 0x00000508) Sample period. */
  825. __IM int32_t SAMPLE; /*!< (@ 0x0000050C) Motion sample value. */
  826. __IOM uint32_t REPORTPER; /*!< (@ 0x00000510) Number of samples to generate an EVENT_REPORTRDY. */
  827. __IM int32_t ACC; /*!< (@ 0x00000514) Accumulated valid transitions register. */
  828. __IM int32_t ACCREAD; /*!< (@ 0x00000518) Snapshot of ACC register. Value generated by
  829. the TASKS_READCLEACC task. */
  830. __IOM uint32_t PSELLED; /*!< (@ 0x0000051C) Pin select for LED output. */
  831. __IOM uint32_t PSELA; /*!< (@ 0x00000520) Pin select for phase A input. */
  832. __IOM uint32_t PSELB; /*!< (@ 0x00000524) Pin select for phase B input. */
  833. __IOM uint32_t DBFEN; /*!< (@ 0x00000528) Enable debouncer input filters. */
  834. __IM uint32_t RESERVED4[5];
  835. __IOM uint32_t LEDPRE; /*!< (@ 0x00000540) Time LED is switched ON before the sample. */
  836. __IM uint32_t ACCDBL; /*!< (@ 0x00000544) Accumulated double (error) transitions register. */
  837. __IM uint32_t ACCDBLREAD; /*!< (@ 0x00000548) Snapshot of ACCDBL register. Value generated
  838. by the TASKS_READCLEACC task. */
  839. __IM uint32_t RESERVED5[684];
  840. __IOM uint32_t POWER; /*!< (@ 0x00000FFC) Peripheral power control. */
  841. } NRF_QDEC_Type; /*!< Size = 4096 (0x1000) */
  842. /* =========================================================================================================================== */
  843. /* ================ LPCOMP ================ */
  844. /* =========================================================================================================================== */
  845. /**
  846. * @brief Low power comparator. (LPCOMP)
  847. */
  848. typedef struct { /*!< (@ 0x40013000) LPCOMP Structure */
  849. __OM uint32_t TASKS_START; /*!< (@ 0x00000000) Start the comparator. */
  850. __OM uint32_t TASKS_STOP; /*!< (@ 0x00000004) Stop the comparator. */
  851. __OM uint32_t TASKS_SAMPLE; /*!< (@ 0x00000008) Sample comparator value. */
  852. __IM uint32_t RESERVED[61];
  853. __IOM uint32_t EVENTS_READY; /*!< (@ 0x00000100) LPCOMP is ready and output is valid. */
  854. __IOM uint32_t EVENTS_DOWN; /*!< (@ 0x00000104) Input voltage crossed the threshold going down. */
  855. __IOM uint32_t EVENTS_UP; /*!< (@ 0x00000108) Input voltage crossed the threshold going up. */
  856. __IOM uint32_t EVENTS_CROSS; /*!< (@ 0x0000010C) Input voltage crossed the threshold in any direction. */
  857. __IM uint32_t RESERVED1[60];
  858. __IOM uint32_t SHORTS; /*!< (@ 0x00000200) Shortcuts for the LPCOMP. */
  859. __IM uint32_t RESERVED2[64];
  860. __IOM uint32_t INTENSET; /*!< (@ 0x00000304) Interrupt enable set register. */
  861. __IOM uint32_t INTENCLR; /*!< (@ 0x00000308) Interrupt enable clear register. */
  862. __IM uint32_t RESERVED3[61];
  863. __IM uint32_t RESULT; /*!< (@ 0x00000400) Result of last compare. */
  864. __IM uint32_t RESERVED4[63];
  865. __IOM uint32_t ENABLE; /*!< (@ 0x00000500) Enable the LPCOMP. */
  866. __IOM uint32_t PSEL; /*!< (@ 0x00000504) Input pin select. */
  867. __IOM uint32_t REFSEL; /*!< (@ 0x00000508) Reference select. */
  868. __IOM uint32_t EXTREFSEL; /*!< (@ 0x0000050C) External reference select. */
  869. __IM uint32_t RESERVED5[4];
  870. __IOM uint32_t ANADETECT; /*!< (@ 0x00000520) Analog detect configuration. */
  871. __IM uint32_t RESERVED6[694];
  872. __IOM uint32_t POWER; /*!< (@ 0x00000FFC) Peripheral power control. */
  873. } NRF_LPCOMP_Type; /*!< Size = 4096 (0x1000) */
  874. /* =========================================================================================================================== */
  875. /* ================ SWI ================ */
  876. /* =========================================================================================================================== */
  877. /**
  878. * @brief SW Interrupts. (SWI)
  879. */
  880. typedef struct { /*!< (@ 0x40014000) SWI Structure */
  881. __IM uint32_t UNUSED; /*!< (@ 0x00000000) Unused. */
  882. } NRF_SWI_Type; /*!< Size = 4 (0x4) */
  883. /* =========================================================================================================================== */
  884. /* ================ NVMC ================ */
  885. /* =========================================================================================================================== */
  886. /**
  887. * @brief Non Volatile Memory Controller. (NVMC)
  888. */
  889. typedef struct { /*!< (@ 0x4001E000) NVMC Structure */
  890. __IM uint32_t RESERVED[256];
  891. __IM uint32_t READY; /*!< (@ 0x00000400) Ready flag. */
  892. __IM uint32_t RESERVED1[64];
  893. __IOM uint32_t CONFIG; /*!< (@ 0x00000504) Configuration register. */
  894. union {
  895. __IOM uint32_t ERASEPAGE; /*!< (@ 0x00000508) Register for erasing a non-protected non-volatile
  896. memory page. */
  897. __IOM uint32_t ERASEPCR1; /*!< (@ 0x00000508) Register for erasing a non-protected non-volatile
  898. memory page. */
  899. };
  900. __IOM uint32_t ERASEALL; /*!< (@ 0x0000050C) Register for erasing all non-volatile user memory. */
  901. __IOM uint32_t ERASEPCR0; /*!< (@ 0x00000510) Register for erasing a protected non-volatile
  902. memory page. */
  903. __IOM uint32_t ERASEUICR; /*!< (@ 0x00000514) Register for start erasing User Information Congfiguration
  904. Registers. */
  905. } NRF_NVMC_Type; /*!< Size = 1304 (0x518) */
  906. /* =========================================================================================================================== */
  907. /* ================ PPI ================ */
  908. /* =========================================================================================================================== */
  909. /**
  910. * @brief PPI controller. (PPI)
  911. */
  912. typedef struct { /*!< (@ 0x4001F000) PPI Structure */
  913. __IOM PPI_TASKS_CHG_Type TASKS_CHG[4]; /*!< (@ 0x00000000) Channel group tasks. */
  914. __IM uint32_t RESERVED[312];
  915. __IOM uint32_t CHEN; /*!< (@ 0x00000500) Channel enable. */
  916. __IOM uint32_t CHENSET; /*!< (@ 0x00000504) Channel enable set. */
  917. __IOM uint32_t CHENCLR; /*!< (@ 0x00000508) Channel enable clear. */
  918. __IM uint32_t RESERVED1;
  919. __IOM PPI_CH_Type CH[16]; /*!< (@ 0x00000510) PPI Channel. */
  920. __IM uint32_t RESERVED2[156];
  921. __IOM uint32_t CHG[4]; /*!< (@ 0x00000800) Channel group configuration. */
  922. } NRF_PPI_Type; /*!< Size = 2064 (0x810) */
  923. /* =========================================================================================================================== */
  924. /* ================ FICR ================ */
  925. /* =========================================================================================================================== */
  926. /**
  927. * @brief Factory Information Configuration. (FICR)
  928. */
  929. typedef struct { /*!< (@ 0x10000000) FICR Structure */
  930. __IM uint32_t RESERVED[4];
  931. __IM uint32_t CODEPAGESIZE; /*!< (@ 0x00000010) Code memory page size in bytes. */
  932. __IM uint32_t CODESIZE; /*!< (@ 0x00000014) Code memory size in pages. */
  933. __IM uint32_t RESERVED1[4];
  934. __IM uint32_t CLENR0; /*!< (@ 0x00000028) Length of code region 0 in bytes. */
  935. __IM uint32_t PPFC; /*!< (@ 0x0000002C) Pre-programmed factory code present. */
  936. __IM uint32_t RESERVED2;
  937. __IM uint32_t NUMRAMBLOCK; /*!< (@ 0x00000034) Number of individualy controllable RAM blocks. */
  938. union {
  939. __IM uint32_t SIZERAMBLOCKS; /*!< (@ 0x00000038) Size of RAM blocks in bytes. */
  940. __IM uint32_t SIZERAMBLOCK[4]; /*!< (@ 0x00000038) Deprecated array of size of RAM block in bytes.
  941. This name is kept for backward compatinility
  942. purposes. Use SIZERAMBLOCKS instead. */
  943. };
  944. __IM uint32_t RESERVED3[5];
  945. __IM uint32_t CONFIGID; /*!< (@ 0x0000005C) Configuration identifier. */
  946. __IM uint32_t DEVICEID[2]; /*!< (@ 0x00000060) Device identifier. */
  947. __IM uint32_t RESERVED4[6];
  948. __IM uint32_t ER[4]; /*!< (@ 0x00000080) Encryption root. */
  949. __IM uint32_t IR[4]; /*!< (@ 0x00000090) Identity root. */
  950. __IM uint32_t DEVICEADDRTYPE; /*!< (@ 0x000000A0) Device address type. */
  951. __IM uint32_t DEVICEADDR[2]; /*!< (@ 0x000000A4) Device address. */
  952. __IM uint32_t OVERRIDEEN; /*!< (@ 0x000000AC) Radio calibration override enable. */
  953. __IM uint32_t NRF_1MBIT[5]; /*!< (@ 0x000000B0) Override values for the OVERRIDEn registers in
  954. RADIO for NRF_1Mbit mode. */
  955. __IM uint32_t RESERVED5[10];
  956. __IM uint32_t BLE_1MBIT[5]; /*!< (@ 0x000000EC) Override values for the OVERRIDEn registers in
  957. RADIO for BLE_1Mbit mode. */
  958. } NRF_FICR_Type; /*!< Size = 256 (0x100) */
  959. /* =========================================================================================================================== */
  960. /* ================ UICR ================ */
  961. /* =========================================================================================================================== */
  962. /**
  963. * @brief User Information Configuration. (UICR)
  964. */
  965. typedef struct { /*!< (@ 0x10001000) UICR Structure */
  966. __IOM uint32_t CLENR0; /*!< (@ 0x00000000) Length of code region 0. */
  967. __IOM uint32_t RBPCONF; /*!< (@ 0x00000004) Readback protection configuration. */
  968. __IOM uint32_t XTALFREQ; /*!< (@ 0x00000008) Reset value for CLOCK XTALFREQ register. */
  969. __IM uint32_t RESERVED;
  970. __IM uint32_t FWID; /*!< (@ 0x00000010) Firmware ID. */
  971. union {
  972. __IOM uint32_t BOOTLOADERADDR; /*!< (@ 0x00000014) Bootloader start address. */
  973. __IOM uint32_t NRFFW[15]; /*!< (@ 0x00000014) Reserved for Nordic firmware design. */
  974. };
  975. __IOM uint32_t NRFHW[12]; /*!< (@ 0x00000050) Reserved for Nordic hardware design. */
  976. __IOM uint32_t CUSTOMER[32]; /*!< (@ 0x00000080) Reserved for customer. */
  977. } NRF_UICR_Type; /*!< Size = 256 (0x100) */
  978. /* =========================================================================================================================== */
  979. /* ================ GPIO ================ */
  980. /* =========================================================================================================================== */
  981. /**
  982. * @brief General purpose input and output. (GPIO)
  983. */
  984. typedef struct { /*!< (@ 0x50000000) GPIO Structure */
  985. __IM uint32_t RESERVED[321];
  986. __IOM uint32_t OUT; /*!< (@ 0x00000504) Write GPIO port. */
  987. __IOM uint32_t OUTSET; /*!< (@ 0x00000508) Set individual bits in GPIO port. */
  988. __IOM uint32_t OUTCLR; /*!< (@ 0x0000050C) Clear individual bits in GPIO port. */
  989. __IM uint32_t IN; /*!< (@ 0x00000510) Read GPIO port. */
  990. __IOM uint32_t DIR; /*!< (@ 0x00000514) Direction of GPIO pins. */
  991. __IOM uint32_t DIRSET; /*!< (@ 0x00000518) DIR set register. */
  992. __IOM uint32_t DIRCLR; /*!< (@ 0x0000051C) DIR clear register. */
  993. __IM uint32_t RESERVED1[120];
  994. __IOM uint32_t PIN_CNF[32]; /*!< (@ 0x00000700) Configuration of GPIO pins. */
  995. } NRF_GPIO_Type; /*!< Size = 1920 (0x780) */
  996. /** @} */ /* End of group Device_Peripheral_peripherals */
  997. /* =========================================================================================================================== */
  998. /* ================ Device Specific Peripheral Address Map ================ */
  999. /* =========================================================================================================================== */
  1000. /** @addtogroup Device_Peripheral_peripheralAddr
  1001. * @{
  1002. */
  1003. #define NRF_POWER_BASE 0x40000000UL
  1004. #define NRF_CLOCK_BASE 0x40000000UL
  1005. #define NRF_MPU_BASE 0x40000000UL
  1006. #define NRF_RADIO_BASE 0x40001000UL
  1007. #define NRF_UART0_BASE 0x40002000UL
  1008. #define NRF_SPI0_BASE 0x40003000UL
  1009. #define NRF_TWI0_BASE 0x40003000UL
  1010. #define NRF_SPI1_BASE 0x40004000UL
  1011. #define NRF_TWI1_BASE 0x40004000UL
  1012. #define NRF_SPIS1_BASE 0x40004000UL
  1013. #define NRF_GPIOTE_BASE 0x40006000UL
  1014. #define NRF_ADC_BASE 0x40007000UL
  1015. #define NRF_TIMER0_BASE 0x40008000UL
  1016. #define NRF_TIMER1_BASE 0x40009000UL
  1017. #define NRF_TIMER2_BASE 0x4000A000UL
  1018. #define NRF_RTC0_BASE 0x4000B000UL
  1019. #define NRF_TEMP_BASE 0x4000C000UL
  1020. #define NRF_RNG_BASE 0x4000D000UL
  1021. #define NRF_ECB_BASE 0x4000E000UL
  1022. #define NRF_AAR_BASE 0x4000F000UL
  1023. #define NRF_CCM_BASE 0x4000F000UL
  1024. #define NRF_WDT_BASE 0x40010000UL
  1025. #define NRF_RTC1_BASE 0x40011000UL
  1026. #define NRF_QDEC_BASE 0x40012000UL
  1027. #define NRF_LPCOMP_BASE 0x40013000UL
  1028. #define NRF_SWI_BASE 0x40014000UL
  1029. #define NRF_NVMC_BASE 0x4001E000UL
  1030. #define NRF_PPI_BASE 0x4001F000UL
  1031. #define NRF_FICR_BASE 0x10000000UL
  1032. #define NRF_UICR_BASE 0x10001000UL
  1033. #define NRF_GPIO_BASE 0x50000000UL
  1034. /** @} */ /* End of group Device_Peripheral_peripheralAddr */
  1035. /* =========================================================================================================================== */
  1036. /* ================ Peripheral declaration ================ */
  1037. /* =========================================================================================================================== */
  1038. /** @addtogroup Device_Peripheral_declaration
  1039. * @{
  1040. */
  1041. #define NRF_POWER ((NRF_POWER_Type*) NRF_POWER_BASE)
  1042. #define NRF_CLOCK ((NRF_CLOCK_Type*) NRF_CLOCK_BASE)
  1043. #define NRF_MPU ((NRF_MPU_Type*) NRF_MPU_BASE)
  1044. #define NRF_RADIO ((NRF_RADIO_Type*) NRF_RADIO_BASE)
  1045. #define NRF_UART0 ((NRF_UART_Type*) NRF_UART0_BASE)
  1046. #define NRF_SPI0 ((NRF_SPI_Type*) NRF_SPI0_BASE)
  1047. #define NRF_TWI0 ((NRF_TWI_Type*) NRF_TWI0_BASE)
  1048. #define NRF_SPI1 ((NRF_SPI_Type*) NRF_SPI1_BASE)
  1049. #define NRF_TWI1 ((NRF_TWI_Type*) NRF_TWI1_BASE)
  1050. #define NRF_SPIS1 ((NRF_SPIS_Type*) NRF_SPIS1_BASE)
  1051. #define NRF_GPIOTE ((NRF_GPIOTE_Type*) NRF_GPIOTE_BASE)
  1052. #define NRF_ADC ((NRF_ADC_Type*) NRF_ADC_BASE)
  1053. #define NRF_TIMER0 ((NRF_TIMER_Type*) NRF_TIMER0_BASE)
  1054. #define NRF_TIMER1 ((NRF_TIMER_Type*) NRF_TIMER1_BASE)
  1055. #define NRF_TIMER2 ((NRF_TIMER_Type*) NRF_TIMER2_BASE)
  1056. #define NRF_RTC0 ((NRF_RTC_Type*) NRF_RTC0_BASE)
  1057. #define NRF_TEMP ((NRF_TEMP_Type*) NRF_TEMP_BASE)
  1058. #define NRF_RNG ((NRF_RNG_Type*) NRF_RNG_BASE)
  1059. #define NRF_ECB ((NRF_ECB_Type*) NRF_ECB_BASE)
  1060. #define NRF_AAR ((NRF_AAR_Type*) NRF_AAR_BASE)
  1061. #define NRF_CCM ((NRF_CCM_Type*) NRF_CCM_BASE)
  1062. #define NRF_WDT ((NRF_WDT_Type*) NRF_WDT_BASE)
  1063. #define NRF_RTC1 ((NRF_RTC_Type*) NRF_RTC1_BASE)
  1064. #define NRF_QDEC ((NRF_QDEC_Type*) NRF_QDEC_BASE)
  1065. #define NRF_LPCOMP ((NRF_LPCOMP_Type*) NRF_LPCOMP_BASE)
  1066. #define NRF_SWI ((NRF_SWI_Type*) NRF_SWI_BASE)
  1067. #define NRF_NVMC ((NRF_NVMC_Type*) NRF_NVMC_BASE)
  1068. #define NRF_PPI ((NRF_PPI_Type*) NRF_PPI_BASE)
  1069. #define NRF_FICR ((NRF_FICR_Type*) NRF_FICR_BASE)
  1070. #define NRF_UICR ((NRF_UICR_Type*) NRF_UICR_BASE)
  1071. #define NRF_GPIO ((NRF_GPIO_Type*) NRF_GPIO_BASE)
  1072. /** @} */ /* End of group Device_Peripheral_declaration */
  1073. /* ========================================= End of section using anonymous unions ========================================= */
  1074. #if defined (__CC_ARM)
  1075. #pragma pop
  1076. #elif defined (__ICCARM__)
  1077. /* leave anonymous unions enabled */
  1078. #elif defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)
  1079. #pragma clang diagnostic pop
  1080. #elif defined (__GNUC__)
  1081. /* anonymous unions are enabled by default */
  1082. #elif defined (__TMS470__)
  1083. /* anonymous unions are enabled by default */
  1084. #elif defined (__TASKING__)
  1085. #pragma warning restore
  1086. #elif defined (__CSMC__)
  1087. /* anonymous unions are enabled by default */
  1088. #endif
  1089. #ifdef __cplusplus
  1090. }
  1091. #endif
  1092. #endif /* NRF51_H */
  1093. /** @} */ /* End of group nrf51 */
  1094. /** @} */ /* End of group Nordic Semiconductor */