nrf51_deprecated.h 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438
  1. /* Copyright (c) 2015, Nordic Semiconductor ASA
  2. * All rights reserved.
  3. *
  4. * Redistribution and use in source and binary forms, with or without
  5. * modification, are permitted provided that the following conditions are met:
  6. *
  7. * * Redistributions of source code must retain the above copyright notice, this
  8. * list of conditions and the following disclaimer.
  9. *
  10. * * Redistributions in binary form must reproduce the above copyright notice,
  11. * this list of conditions and the following disclaimer in the documentation
  12. * and/or other materials provided with the distribution.
  13. *
  14. * * Neither the name of Nordic Semiconductor ASA nor the names of its
  15. * contributors may be used to endorse or promote products derived from
  16. * this software without specific prior written permission.
  17. *
  18. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  19. * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  20. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  21. * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  22. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  23. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  24. * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  25. * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  26. * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  27. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  28. *
  29. */
  30. #ifndef NRF51_DEPRECATED_H
  31. #define NRF51_DEPRECATED_H
  32. /*lint ++flb "Enter library region */
  33. /* This file is given to prevent your SW from not compiling with the updates made to nrf51.h and
  34. * nrf51_bitfields.h. The macros defined in this file were available previously. Do not use these
  35. * macros on purpose. Use the ones defined in nrf51.h and nrf51_bitfields.h instead.
  36. */
  37. /* NVMC */
  38. /* The register ERASEPROTECTEDPAGE is called ERASEPCR0 in the documentation. */
  39. #define ERASEPROTECTEDPAGE ERASEPCR0
  40. /* LPCOMP */
  41. /* The interrupt ISR was renamed. Adding old name to the macros. */
  42. #define LPCOMP_COMP_IRQHandler LPCOMP_IRQHandler
  43. #define LPCOMP_COMP_IRQn LPCOMP_IRQn
  44. /* MPU */
  45. /* The field MPU.PERR0.LPCOMP_COMP was renamed. Added into deprecated in case somebody was using the macros defined for it. */
  46. #define MPU_PERR0_LPCOMP_COMP_Pos MPU_PERR0_LPCOMP_Pos
  47. #define MPU_PERR0_LPCOMP_COMP_Msk MPU_PERR0_LPCOMP_Msk
  48. #define MPU_PERR0_LPCOMP_COMP_InRegion1 MPU_PERR0_LPCOMP_InRegion1
  49. #define MPU_PERR0_LPCOMP_COMP_InRegion0 MPU_PERR0_LPCOMP_InRegion0
  50. /* POWER */
  51. /* The field POWER.RAMON.OFFRAM3 was eliminated. Added into deprecated in case somebody was using the macros defined for it. */
  52. #define POWER_RAMON_OFFRAM3_Pos (19UL)
  53. #define POWER_RAMON_OFFRAM3_Msk (0x1UL << POWER_RAMON_OFFRAM3_Pos)
  54. #define POWER_RAMON_OFFRAM3_RAM3Off (0UL)
  55. #define POWER_RAMON_OFFRAM3_RAM3On (1UL)
  56. /* The field POWER.RAMON.OFFRAM2 was eliminated. Added into deprecated in case somebody was using the macros defined for it. */
  57. #define POWER_RAMON_OFFRAM2_Pos (18UL)
  58. #define POWER_RAMON_OFFRAM2_Msk (0x1UL << POWER_RAMON_OFFRAM2_Pos)
  59. #define POWER_RAMON_OFFRAM2_RAM2Off (0UL)
  60. #define POWER_RAMON_OFFRAM2_RAM2On (1UL)
  61. /* The field POWER.RAMON.ONRAM3 was eliminated. Added into deprecated in case somebody was using the macros defined for it. */
  62. #define POWER_RAMON_ONRAM3_Pos (3UL)
  63. #define POWER_RAMON_ONRAM3_Msk (0x1UL << POWER_RAMON_ONRAM3_Pos)
  64. #define POWER_RAMON_ONRAM3_RAM3Off (0UL)
  65. #define POWER_RAMON_ONRAM3_RAM3On (1UL)
  66. /* The field POWER.RAMON.ONRAM2 was eliminated. Added into deprecated in case somebody was using the macros defined for it. */
  67. #define POWER_RAMON_ONRAM2_Pos (2UL)
  68. #define POWER_RAMON_ONRAM2_Msk (0x1UL << POWER_RAMON_ONRAM2_Pos)
  69. #define POWER_RAMON_ONRAM2_RAM2Off (0UL)
  70. #define POWER_RAMON_ONRAM2_RAM2On (1UL)
  71. /* RADIO */
  72. /* The enumerated value RADIO.TXPOWER.TXPOWER.Neg40dBm was renamed. Added into deprecated with the new macro name. */
  73. #define RADIO_TXPOWER_TXPOWER_Neg40dBm RADIO_TXPOWER_TXPOWER_Neg30dBm
  74. /* The name of the field SKIPADDR was corrected. Old macros added for compatibility. */
  75. #define RADIO_CRCCNF_SKIP_ADDR_Pos RADIO_CRCCNF_SKIPADDR_Pos
  76. #define RADIO_CRCCNF_SKIP_ADDR_Msk RADIO_CRCCNF_SKIPADDR_Msk
  77. #define RADIO_CRCCNF_SKIP_ADDR_Include RADIO_CRCCNF_SKIPADDR_Include
  78. #define RADIO_CRCCNF_SKIP_ADDR_Skip RADIO_CRCCNF_SKIPADDR_Skip
  79. /* The name of the field PLLLOCK was corrected. Old macros added for compatibility. */
  80. #define RADIO_TEST_PLL_LOCK_Pos RADIO_TEST_PLLLOCK_Pos
  81. #define RADIO_TEST_PLL_LOCK_Msk RADIO_TEST_PLLLOCK_Msk
  82. #define RADIO_TEST_PLL_LOCK_Disabled RADIO_TEST_PLLLOCK_Disabled
  83. #define RADIO_TEST_PLL_LOCK_Enabled RADIO_TEST_PLLLOCK_Enabled
  84. /* The name of the field CONSTCARRIER was corrected. Old macros added for compatibility. */
  85. #define RADIO_TEST_CONST_CARRIER_Pos RADIO_TEST_CONSTCARRIER_Pos
  86. #define RADIO_TEST_CONST_CARRIER_Msk RADIO_TEST_CONSTCARRIER_Msk
  87. #define RADIO_TEST_CONST_CARRIER_Disabled RADIO_TEST_CONSTCARRIER_Disabled
  88. #define RADIO_TEST_CONST_CARRIER_Enabled RADIO_TEST_CONSTCARRIER_Enabled
  89. /* FICR */
  90. /* The registers FICR.SIZERAMBLOCK0, FICR.SIZERAMBLOCK1, FICR.SIZERAMBLOCK2 and FICR.SIZERAMBLOCK3 were renamed into an array. */
  91. #define SIZERAMBLOCK0 SIZERAMBLOCKS
  92. #define SIZERAMBLOCK1 SIZERAMBLOCKS
  93. #define SIZERAMBLOCK2 SIZERAMBLOCK[2] /*!< Note that this macro will disapear when SIZERAMBLOCK array is eliminated. SIZERAMBLOCK is a deprecated array. */
  94. #define SIZERAMBLOCK3 SIZERAMBLOCK[3] /*!< Note that this macro will disapear when SIZERAMBLOCK array is eliminated. SIZERAMBLOCK is a deprecated array. */
  95. /* The registers FICR.DEVICEID0 and FICR.DEVICEID1 were renamed into an array. */
  96. #define DEVICEID0 DEVICEID[0]
  97. #define DEVICEID1 DEVICEID[1]
  98. /* The registers FICR.ER0, FICR.ER1, FICR.ER2 and FICR.ER3 were renamed into an array. */
  99. #define ER0 ER[0]
  100. #define ER1 ER[1]
  101. #define ER2 ER[2]
  102. #define ER3 ER[3]
  103. /* The registers FICR.IR0, FICR.IR1, FICR.IR2 and FICR.IR3 were renamed into an array. */
  104. #define IR0 IR[0]
  105. #define IR1 IR[1]
  106. #define IR2 IR[2]
  107. #define IR3 IR[3]
  108. /* The registers FICR.DEVICEADDR0 and FICR.DEVICEADDR1 were renamed into an array. */
  109. #define DEVICEADDR0 DEVICEADDR[0]
  110. #define DEVICEADDR1 DEVICEADDR[1]
  111. /* PPI */
  112. /* The tasks PPI.TASKS_CHGxEN and PPI.TASKS_CHGxDIS were renamed into an array of structs. */
  113. #define TASKS_CHG0EN TASKS_CHG[0].EN
  114. #define TASKS_CHG0DIS TASKS_CHG[0].DIS
  115. #define TASKS_CHG1EN TASKS_CHG[1].EN
  116. #define TASKS_CHG1DIS TASKS_CHG[1].DIS
  117. #define TASKS_CHG2EN TASKS_CHG[2].EN
  118. #define TASKS_CHG2DIS TASKS_CHG[2].DIS
  119. #define TASKS_CHG3EN TASKS_CHG[3].EN
  120. #define TASKS_CHG3DIS TASKS_CHG[3].DIS
  121. /* The registers PPI.CHx_EEP and PPI.CHx_TEP were renamed into an array of structs. */
  122. #define CH0_EEP CH[0].EEP
  123. #define CH0_TEP CH[0].TEP
  124. #define CH1_EEP CH[1].EEP
  125. #define CH1_TEP CH[1].TEP
  126. #define CH2_EEP CH[2].EEP
  127. #define CH2_TEP CH[2].TEP
  128. #define CH3_EEP CH[3].EEP
  129. #define CH3_TEP CH[3].TEP
  130. #define CH4_EEP CH[4].EEP
  131. #define CH4_TEP CH[4].TEP
  132. #define CH5_EEP CH[5].EEP
  133. #define CH5_TEP CH[5].TEP
  134. #define CH6_EEP CH[6].EEP
  135. #define CH6_TEP CH[6].TEP
  136. #define CH7_EEP CH[7].EEP
  137. #define CH7_TEP CH[7].TEP
  138. #define CH8_EEP CH[8].EEP
  139. #define CH8_TEP CH[8].TEP
  140. #define CH9_EEP CH[9].EEP
  141. #define CH9_TEP CH[9].TEP
  142. #define CH10_EEP CH[10].EEP
  143. #define CH10_TEP CH[10].TEP
  144. #define CH11_EEP CH[11].EEP
  145. #define CH11_TEP CH[11].TEP
  146. #define CH12_EEP CH[12].EEP
  147. #define CH12_TEP CH[12].TEP
  148. #define CH13_EEP CH[13].EEP
  149. #define CH13_TEP CH[13].TEP
  150. #define CH14_EEP CH[14].EEP
  151. #define CH14_TEP CH[14].TEP
  152. #define CH15_EEP CH[15].EEP
  153. #define CH15_TEP CH[15].TEP
  154. /* The registers PPI.CHG0, PPI.CHG1, PPI.CHG2 and PPI.CHG3 were renamed into an array. */
  155. #define CHG0 CHG[0]
  156. #define CHG1 CHG[1]
  157. #define CHG2 CHG[2]
  158. #define CHG3 CHG[3]
  159. /* All bitfield macros for the CHGx registers therefore changed name. */
  160. #define PPI_CHG0_CH15_Pos PPI_CHG_CH15_Pos
  161. #define PPI_CHG0_CH15_Msk PPI_CHG_CH15_Msk
  162. #define PPI_CHG0_CH15_Excluded PPI_CHG_CH15_Excluded
  163. #define PPI_CHG0_CH15_Included PPI_CHG_CH15_Included
  164. #define PPI_CHG0_CH14_Pos PPI_CHG_CH14_Pos
  165. #define PPI_CHG0_CH14_Msk PPI_CHG_CH14_Msk
  166. #define PPI_CHG0_CH14_Excluded PPI_CHG_CH14_Excluded
  167. #define PPI_CHG0_CH14_Included PPI_CHG_CH14_Included
  168. #define PPI_CHG0_CH13_Pos PPI_CHG_CH13_Pos
  169. #define PPI_CHG0_CH13_Msk PPI_CHG_CH13_Msk
  170. #define PPI_CHG0_CH13_Excluded PPI_CHG_CH13_Excluded
  171. #define PPI_CHG0_CH13_Included PPI_CHG_CH13_Included
  172. #define PPI_CHG0_CH12_Pos PPI_CHG_CH12_Pos
  173. #define PPI_CHG0_CH12_Msk PPI_CHG_CH12_Msk
  174. #define PPI_CHG0_CH12_Excluded PPI_CHG_CH12_Excluded
  175. #define PPI_CHG0_CH12_Included PPI_CHG_CH12_Included
  176. #define PPI_CHG0_CH11_Pos PPI_CHG_CH11_Pos
  177. #define PPI_CHG0_CH11_Msk PPI_CHG_CH11_Msk
  178. #define PPI_CHG0_CH11_Excluded PPI_CHG_CH11_Excluded
  179. #define PPI_CHG0_CH11_Included PPI_CHG_CH11_Included
  180. #define PPI_CHG0_CH10_Pos PPI_CHG_CH10_Pos
  181. #define PPI_CHG0_CH10_Msk PPI_CHG_CH10_Msk
  182. #define PPI_CHG0_CH10_Excluded PPI_CHG_CH10_Excluded
  183. #define PPI_CHG0_CH10_Included PPI_CHG_CH10_Included
  184. #define PPI_CHG0_CH9_Pos PPI_CHG_CH9_Pos
  185. #define PPI_CHG0_CH9_Msk PPI_CHG_CH9_Msk
  186. #define PPI_CHG0_CH9_Excluded PPI_CHG_CH9_Excluded
  187. #define PPI_CHG0_CH9_Included PPI_CHG_CH9_Included
  188. #define PPI_CHG0_CH8_Pos PPI_CHG_CH8_Pos
  189. #define PPI_CHG0_CH8_Msk PPI_CHG_CH8_Msk
  190. #define PPI_CHG0_CH8_Excluded PPI_CHG_CH8_Excluded
  191. #define PPI_CHG0_CH8_Included PPI_CHG_CH8_Included
  192. #define PPI_CHG0_CH7_Pos PPI_CHG_CH7_Pos
  193. #define PPI_CHG0_CH7_Msk PPI_CHG_CH7_Msk
  194. #define PPI_CHG0_CH7_Excluded PPI_CHG_CH7_Excluded
  195. #define PPI_CHG0_CH7_Included PPI_CHG_CH7_Included
  196. #define PPI_CHG0_CH6_Pos PPI_CHG_CH6_Pos
  197. #define PPI_CHG0_CH6_Msk PPI_CHG_CH6_Msk
  198. #define PPI_CHG0_CH6_Excluded PPI_CHG_CH6_Excluded
  199. #define PPI_CHG0_CH6_Included PPI_CHG_CH6_Included
  200. #define PPI_CHG0_CH5_Pos PPI_CHG_CH5_Pos
  201. #define PPI_CHG0_CH5_Msk PPI_CHG_CH5_Msk
  202. #define PPI_CHG0_CH5_Excluded PPI_CHG_CH5_Excluded
  203. #define PPI_CHG0_CH5_Included PPI_CHG_CH5_Included
  204. #define PPI_CHG0_CH4_Pos PPI_CHG_CH4_Pos
  205. #define PPI_CHG0_CH4_Msk PPI_CHG_CH4_Msk
  206. #define PPI_CHG0_CH4_Excluded PPI_CHG_CH4_Excluded
  207. #define PPI_CHG0_CH4_Included PPI_CHG_CH4_Included
  208. #define PPI_CHG0_CH3_Pos PPI_CHG_CH3_Pos
  209. #define PPI_CHG0_CH3_Msk PPI_CHG_CH3_Msk
  210. #define PPI_CHG0_CH3_Excluded PPI_CHG_CH3_Excluded
  211. #define PPI_CHG0_CH3_Included PPI_CHG_CH3_Included
  212. #define PPI_CHG0_CH2_Pos PPI_CHG_CH2_Pos
  213. #define PPI_CHG0_CH2_Msk PPI_CHG_CH2_Msk
  214. #define PPI_CHG0_CH2_Excluded PPI_CHG_CH2_Excluded
  215. #define PPI_CHG0_CH2_Included PPI_CHG_CH2_Included
  216. #define PPI_CHG0_CH1_Pos PPI_CHG_CH1_Pos
  217. #define PPI_CHG0_CH1_Msk PPI_CHG_CH1_Msk
  218. #define PPI_CHG0_CH1_Excluded PPI_CHG_CH1_Excluded
  219. #define PPI_CHG0_CH1_Included PPI_CHG_CH1_Included
  220. #define PPI_CHG0_CH0_Pos PPI_CHG_CH0_Pos
  221. #define PPI_CHG0_CH0_Msk PPI_CHG_CH0_Msk
  222. #define PPI_CHG0_CH0_Excluded PPI_CHG_CH0_Excluded
  223. #define PPI_CHG0_CH0_Included PPI_CHG_CH0_Included
  224. #define PPI_CHG1_CH15_Pos PPI_CHG_CH15_Pos
  225. #define PPI_CHG1_CH15_Msk PPI_CHG_CH15_Msk
  226. #define PPI_CHG1_CH15_Excluded PPI_CHG_CH15_Excluded
  227. #define PPI_CHG1_CH15_Included PPI_CHG_CH15_Included
  228. #define PPI_CHG1_CH14_Pos PPI_CHG_CH14_Pos
  229. #define PPI_CHG1_CH14_Msk PPI_CHG_CH14_Msk
  230. #define PPI_CHG1_CH14_Excluded PPI_CHG_CH14_Excluded
  231. #define PPI_CHG1_CH14_Included PPI_CHG_CH14_Included
  232. #define PPI_CHG1_CH13_Pos PPI_CHG_CH13_Pos
  233. #define PPI_CHG1_CH13_Msk PPI_CHG_CH13_Msk
  234. #define PPI_CHG1_CH13_Excluded PPI_CHG_CH13_Excluded
  235. #define PPI_CHG1_CH13_Included PPI_CHG_CH13_Included
  236. #define PPI_CHG1_CH12_Pos PPI_CHG_CH12_Pos
  237. #define PPI_CHG1_CH12_Msk PPI_CHG_CH12_Msk
  238. #define PPI_CHG1_CH12_Excluded PPI_CHG_CH12_Excluded
  239. #define PPI_CHG1_CH12_Included PPI_CHG_CH12_Included
  240. #define PPI_CHG1_CH11_Pos PPI_CHG_CH11_Pos
  241. #define PPI_CHG1_CH11_Msk PPI_CHG_CH11_Msk
  242. #define PPI_CHG1_CH11_Excluded PPI_CHG_CH11_Excluded
  243. #define PPI_CHG1_CH11_Included PPI_CHG_CH11_Included
  244. #define PPI_CHG1_CH10_Pos PPI_CHG_CH10_Pos
  245. #define PPI_CHG1_CH10_Msk PPI_CHG_CH10_Msk
  246. #define PPI_CHG1_CH10_Excluded PPI_CHG_CH10_Excluded
  247. #define PPI_CHG1_CH10_Included PPI_CHG_CH10_Included
  248. #define PPI_CHG1_CH9_Pos PPI_CHG_CH9_Pos
  249. #define PPI_CHG1_CH9_Msk PPI_CHG_CH9_Msk
  250. #define PPI_CHG1_CH9_Excluded PPI_CHG_CH9_Excluded
  251. #define PPI_CHG1_CH9_Included PPI_CHG_CH9_Included
  252. #define PPI_CHG1_CH8_Pos PPI_CHG_CH8_Pos
  253. #define PPI_CHG1_CH8_Msk PPI_CHG_CH8_Msk
  254. #define PPI_CHG1_CH8_Excluded PPI_CHG_CH8_Excluded
  255. #define PPI_CHG1_CH8_Included PPI_CHG_CH8_Included
  256. #define PPI_CHG1_CH7_Pos PPI_CHG_CH7_Pos
  257. #define PPI_CHG1_CH7_Msk PPI_CHG_CH7_Msk
  258. #define PPI_CHG1_CH7_Excluded PPI_CHG_CH7_Excluded
  259. #define PPI_CHG1_CH7_Included PPI_CHG_CH7_Included
  260. #define PPI_CHG1_CH6_Pos PPI_CHG_CH6_Pos
  261. #define PPI_CHG1_CH6_Msk PPI_CHG_CH6_Msk
  262. #define PPI_CHG1_CH6_Excluded PPI_CHG_CH6_Excluded
  263. #define PPI_CHG1_CH6_Included PPI_CHG_CH6_Included
  264. #define PPI_CHG1_CH5_Pos PPI_CHG_CH5_Pos
  265. #define PPI_CHG1_CH5_Msk PPI_CHG_CH5_Msk
  266. #define PPI_CHG1_CH5_Excluded PPI_CHG_CH5_Excluded
  267. #define PPI_CHG1_CH5_Included PPI_CHG_CH5_Included
  268. #define PPI_CHG1_CH4_Pos PPI_CHG_CH4_Pos
  269. #define PPI_CHG1_CH4_Msk PPI_CHG_CH4_Msk
  270. #define PPI_CHG1_CH4_Excluded PPI_CHG_CH4_Excluded
  271. #define PPI_CHG1_CH4_Included PPI_CHG_CH4_Included
  272. #define PPI_CHG1_CH3_Pos PPI_CHG_CH3_Pos
  273. #define PPI_CHG1_CH3_Msk PPI_CHG_CH3_Msk
  274. #define PPI_CHG1_CH3_Excluded PPI_CHG_CH3_Excluded
  275. #define PPI_CHG1_CH3_Included PPI_CHG_CH3_Included
  276. #define PPI_CHG1_CH2_Pos PPI_CHG_CH2_Pos
  277. #define PPI_CHG1_CH2_Msk PPI_CHG_CH2_Msk
  278. #define PPI_CHG1_CH2_Excluded PPI_CHG_CH2_Excluded
  279. #define PPI_CHG1_CH2_Included PPI_CHG_CH2_Included
  280. #define PPI_CHG1_CH1_Pos PPI_CHG_CH1_Pos
  281. #define PPI_CHG1_CH1_Msk PPI_CHG_CH1_Msk
  282. #define PPI_CHG1_CH1_Excluded PPI_CHG_CH1_Excluded
  283. #define PPI_CHG1_CH1_Included PPI_CHG_CH1_Included
  284. #define PPI_CHG1_CH0_Pos PPI_CHG_CH0_Pos
  285. #define PPI_CHG1_CH0_Msk PPI_CHG_CH0_Msk
  286. #define PPI_CHG1_CH0_Excluded PPI_CHG_CH0_Excluded
  287. #define PPI_CHG1_CH0_Included PPI_CHG_CH0_Included
  288. #define PPI_CHG2_CH15_Pos PPI_CHG_CH15_Pos
  289. #define PPI_CHG2_CH15_Msk PPI_CHG_CH15_Msk
  290. #define PPI_CHG2_CH15_Excluded PPI_CHG_CH15_Excluded
  291. #define PPI_CHG2_CH15_Included PPI_CHG_CH15_Included
  292. #define PPI_CHG2_CH14_Pos PPI_CHG_CH14_Pos
  293. #define PPI_CHG2_CH14_Msk PPI_CHG_CH14_Msk
  294. #define PPI_CHG2_CH14_Excluded PPI_CHG_CH14_Excluded
  295. #define PPI_CHG2_CH14_Included PPI_CHG_CH14_Included
  296. #define PPI_CHG2_CH13_Pos PPI_CHG_CH13_Pos
  297. #define PPI_CHG2_CH13_Msk PPI_CHG_CH13_Msk
  298. #define PPI_CHG2_CH13_Excluded PPI_CHG_CH13_Excluded
  299. #define PPI_CHG2_CH13_Included PPI_CHG_CH13_Included
  300. #define PPI_CHG2_CH12_Pos PPI_CHG_CH12_Pos
  301. #define PPI_CHG2_CH12_Msk PPI_CHG_CH12_Msk
  302. #define PPI_CHG2_CH12_Excluded PPI_CHG_CH12_Excluded
  303. #define PPI_CHG2_CH12_Included PPI_CHG_CH12_Included
  304. #define PPI_CHG2_CH11_Pos PPI_CHG_CH11_Pos
  305. #define PPI_CHG2_CH11_Msk PPI_CHG_CH11_Msk
  306. #define PPI_CHG2_CH11_Excluded PPI_CHG_CH11_Excluded
  307. #define PPI_CHG2_CH11_Included PPI_CHG_CH11_Included
  308. #define PPI_CHG2_CH10_Pos PPI_CHG_CH10_Pos
  309. #define PPI_CHG2_CH10_Msk PPI_CHG_CH10_Msk
  310. #define PPI_CHG2_CH10_Excluded PPI_CHG_CH10_Excluded
  311. #define PPI_CHG2_CH10_Included PPI_CHG_CH10_Included
  312. #define PPI_CHG2_CH9_Pos PPI_CHG_CH9_Pos
  313. #define PPI_CHG2_CH9_Msk PPI_CHG_CH9_Msk
  314. #define PPI_CHG2_CH9_Excluded PPI_CHG_CH9_Excluded
  315. #define PPI_CHG2_CH9_Included PPI_CHG_CH9_Included
  316. #define PPI_CHG2_CH8_Pos PPI_CHG_CH8_Pos
  317. #define PPI_CHG2_CH8_Msk PPI_CHG_CH8_Msk
  318. #define PPI_CHG2_CH8_Excluded PPI_CHG_CH8_Excluded
  319. #define PPI_CHG2_CH8_Included PPI_CHG_CH8_Included
  320. #define PPI_CHG2_CH7_Pos PPI_CHG_CH7_Pos
  321. #define PPI_CHG2_CH7_Msk PPI_CHG_CH7_Msk
  322. #define PPI_CHG2_CH7_Excluded PPI_CHG_CH7_Excluded
  323. #define PPI_CHG2_CH7_Included PPI_CHG_CH7_Included
  324. #define PPI_CHG2_CH6_Pos PPI_CHG_CH6_Pos
  325. #define PPI_CHG2_CH6_Msk PPI_CHG_CH6_Msk
  326. #define PPI_CHG2_CH6_Excluded PPI_CHG_CH6_Excluded
  327. #define PPI_CHG2_CH6_Included PPI_CHG_CH6_Included
  328. #define PPI_CHG2_CH5_Pos PPI_CHG_CH5_Pos
  329. #define PPI_CHG2_CH5_Msk PPI_CHG_CH5_Msk
  330. #define PPI_CHG2_CH5_Excluded PPI_CHG_CH5_Excluded
  331. #define PPI_CHG2_CH5_Included PPI_CHG_CH5_Included
  332. #define PPI_CHG2_CH4_Pos PPI_CHG_CH4_Pos
  333. #define PPI_CHG2_CH4_Msk PPI_CHG_CH4_Msk
  334. #define PPI_CHG2_CH4_Excluded PPI_CHG_CH4_Excluded
  335. #define PPI_CHG2_CH4_Included PPI_CHG_CH4_Included
  336. #define PPI_CHG2_CH3_Pos PPI_CHG_CH3_Pos
  337. #define PPI_CHG2_CH3_Msk PPI_CHG_CH3_Msk
  338. #define PPI_CHG2_CH3_Excluded PPI_CHG_CH3_Excluded
  339. #define PPI_CHG2_CH3_Included PPI_CHG_CH3_Included
  340. #define PPI_CHG2_CH2_Pos PPI_CHG_CH2_Pos
  341. #define PPI_CHG2_CH2_Msk PPI_CHG_CH2_Msk
  342. #define PPI_CHG2_CH2_Excluded PPI_CHG_CH2_Excluded
  343. #define PPI_CHG2_CH2_Included PPI_CHG_CH2_Included
  344. #define PPI_CHG2_CH1_Pos PPI_CHG_CH1_Pos
  345. #define PPI_CHG2_CH1_Msk PPI_CHG_CH1_Msk
  346. #define PPI_CHG2_CH1_Excluded PPI_CHG_CH1_Excluded
  347. #define PPI_CHG2_CH1_Included PPI_CHG_CH1_Included
  348. #define PPI_CHG2_CH0_Pos PPI_CHG_CH0_Pos
  349. #define PPI_CHG2_CH0_Msk PPI_CHG_CH0_Msk
  350. #define PPI_CHG2_CH0_Excluded PPI_CHG_CH0_Excluded
  351. #define PPI_CHG2_CH0_Included PPI_CHG_CH0_Included
  352. #define PPI_CHG3_CH15_Pos PPI_CHG_CH15_Pos
  353. #define PPI_CHG3_CH15_Msk PPI_CHG_CH15_Msk
  354. #define PPI_CHG3_CH15_Excluded PPI_CHG_CH15_Excluded
  355. #define PPI_CHG3_CH15_Included PPI_CHG_CH15_Included
  356. #define PPI_CHG3_CH14_Pos PPI_CHG_CH14_Pos
  357. #define PPI_CHG3_CH14_Msk PPI_CHG_CH14_Msk
  358. #define PPI_CHG3_CH14_Excluded PPI_CHG_CH14_Excluded
  359. #define PPI_CHG3_CH14_Included PPI_CHG_CH14_Included
  360. #define PPI_CHG3_CH13_Pos PPI_CHG_CH13_Pos
  361. #define PPI_CHG3_CH13_Msk PPI_CHG_CH13_Msk
  362. #define PPI_CHG3_CH13_Excluded PPI_CHG_CH13_Excluded
  363. #define PPI_CHG3_CH13_Included PPI_CHG_CH13_Included
  364. #define PPI_CHG3_CH12_Pos PPI_CHG_CH12_Pos
  365. #define PPI_CHG3_CH12_Msk PPI_CHG_CH12_Msk
  366. #define PPI_CHG3_CH12_Excluded PPI_CHG_CH12_Excluded
  367. #define PPI_CHG3_CH12_Included PPI_CHG_CH12_Included
  368. #define PPI_CHG3_CH11_Pos PPI_CHG_CH11_Pos
  369. #define PPI_CHG3_CH11_Msk PPI_CHG_CH11_Msk
  370. #define PPI_CHG3_CH11_Excluded PPI_CHG_CH11_Excluded
  371. #define PPI_CHG3_CH11_Included PPI_CHG_CH11_Included
  372. #define PPI_CHG3_CH10_Pos PPI_CHG_CH10_Pos
  373. #define PPI_CHG3_CH10_Msk PPI_CHG_CH10_Msk
  374. #define PPI_CHG3_CH10_Excluded PPI_CHG_CH10_Excluded
  375. #define PPI_CHG3_CH10_Included PPI_CHG_CH10_Included
  376. #define PPI_CHG3_CH9_Pos PPI_CHG_CH9_Pos
  377. #define PPI_CHG3_CH9_Msk PPI_CHG_CH9_Msk
  378. #define PPI_CHG3_CH9_Excluded PPI_CHG_CH9_Excluded
  379. #define PPI_CHG3_CH9_Included PPI_CHG_CH9_Included
  380. #define PPI_CHG3_CH8_Pos PPI_CHG_CH8_Pos
  381. #define PPI_CHG3_CH8_Msk PPI_CHG_CH8_Msk
  382. #define PPI_CHG3_CH8_Excluded PPI_CHG_CH8_Excluded
  383. #define PPI_CHG3_CH8_Included PPI_CHG_CH8_Included
  384. #define PPI_CHG3_CH7_Pos PPI_CHG_CH7_Pos
  385. #define PPI_CHG3_CH7_Msk PPI_CHG_CH7_Msk
  386. #define PPI_CHG3_CH7_Excluded PPI_CHG_CH7_Excluded
  387. #define PPI_CHG3_CH7_Included PPI_CHG_CH7_Included
  388. #define PPI_CHG3_CH6_Pos PPI_CHG_CH6_Pos
  389. #define PPI_CHG3_CH6_Msk PPI_CHG_CH6_Msk
  390. #define PPI_CHG3_CH6_Excluded PPI_CHG_CH6_Excluded
  391. #define PPI_CHG3_CH6_Included PPI_CHG_CH6_Included
  392. #define PPI_CHG3_CH5_Pos PPI_CHG_CH5_Pos
  393. #define PPI_CHG3_CH5_Msk PPI_CHG_CH5_Msk
  394. #define PPI_CHG3_CH5_Excluded PPI_CHG_CH5_Excluded
  395. #define PPI_CHG3_CH5_Included PPI_CHG_CH5_Included
  396. #define PPI_CHG3_CH4_Pos PPI_CHG_CH4_Pos
  397. #define PPI_CHG3_CH4_Msk PPI_CHG_CH4_Msk
  398. #define PPI_CHG3_CH4_Excluded PPI_CHG_CH4_Excluded
  399. #define PPI_CHG3_CH4_Included PPI_CHG_CH4_Included
  400. #define PPI_CHG3_CH3_Pos PPI_CHG_CH3_Pos
  401. #define PPI_CHG3_CH3_Msk PPI_CHG_CH3_Msk
  402. #define PPI_CHG3_CH3_Excluded PPI_CHG_CH3_Excluded
  403. #define PPI_CHG3_CH3_Included PPI_CHG_CH3_Included
  404. #define PPI_CHG3_CH2_Pos PPI_CHG_CH2_Pos
  405. #define PPI_CHG3_CH2_Msk PPI_CHG_CH2_Msk
  406. #define PPI_CHG3_CH2_Excluded PPI_CHG_CH2_Excluded
  407. #define PPI_CHG3_CH2_Included PPI_CHG_CH2_Included
  408. #define PPI_CHG3_CH1_Pos PPI_CHG_CH1_Pos
  409. #define PPI_CHG3_CH1_Msk PPI_CHG_CH1_Msk
  410. #define PPI_CHG3_CH1_Excluded PPI_CHG_CH1_Excluded
  411. #define PPI_CHG3_CH1_Included PPI_CHG_CH1_Included
  412. #define PPI_CHG3_CH0_Pos PPI_CHG_CH0_Pos
  413. #define PPI_CHG3_CH0_Msk PPI_CHG_CH0_Msk
  414. #define PPI_CHG3_CH0_Excluded PPI_CHG_CH0_Excluded
  415. #define PPI_CHG3_CH0_Included PPI_CHG_CH0_Included
  416. /*lint --flb "Leave library region" */
  417. #endif /* NRF51_DEPRECATED_H */