test

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers nrf51_deprecated.h Source File

nrf51_deprecated.h

00001 /*
00002  * Copyright (c) Nordic Semiconductor ASA
00003  * All rights reserved.
00004  *
00005  * Redistribution and use in source and binary forms, with or without modification,
00006  * are permitted provided that the following conditions are met:
00007  *
00008  *   1. Redistributions of source code must retain the above copyright notice, this
00009  *   list of conditions and the following disclaimer.
00010  *
00011  *   2. Redistributions in binary form must reproduce the above copyright notice, this
00012  *   list of conditions and the following disclaimer in the documentation and/or
00013  *   other materials provided with the distribution.
00014  *
00015  *   3. Neither the name of Nordic Semiconductor ASA nor the names of other
00016  *   contributors to this software may be used to endorse or promote products
00017  *   derived from this software without specific prior written permission.
00018  *
00019  *
00020  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
00021  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
00022  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
00023  * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
00024  * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
00025  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
00026  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
00027  * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
00028  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
00029  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
00030  *
00031  */
00032 #ifndef NRF51_DEPRECATED_H
00033 #define NRF51_DEPRECATED_H
00034 
00035 /*lint ++flb "Enter library region */
00036 
00037 /* This file is given to prevent your SW from not compiling with the updates made to nrf51.h and 
00038  * nrf51_bitfields.h. The macros defined in this file were available previously. Do not use these
00039  * macros on purpose. Use the ones defined in nrf51.h and nrf51_bitfields.h instead.
00040  */
00041 
00042 /* NVMC */
00043 /* The register ERASEPROTECTEDPAGE is called ERASEPCR0 in the documentation. */
00044 #define ERASEPCR0   ERASEPROTECTEDPAGE
00045 /* The register ERASEPAGE is also called ERASEPCR1 in the documentation. */
00046 #define ERASEPCR1   ERASEPAGE
00047  
00048 /* LPCOMP */
00049 /* The interrupt ISR was renamed. Adding old name to the macros. */
00050 #define LPCOMP_COMP_IRQHandler      LPCOMP_IRQHandler
00051  
00052  
00053 /* MPU */
00054 /* The field MPU.PERR0.LPCOMP_COMP was renamed. Added into deprecated in case somebody was using the macros defined for it. */
00055 #define MPU_PERR0_LPCOMP_COMP_Pos           MPU_PERR0_LPCOMP_Pos
00056 #define MPU_PERR0_LPCOMP_COMP_Msk           MPU_PERR0_LPCOMP_Msk
00057 #define MPU_PERR0_LPCOMP_COMP_InRegion1     MPU_PERR0_LPCOMP_InRegion1
00058 #define MPU_PERR0_LPCOMP_COMP_InRegion0     MPU_PERR0_LPCOMP_InRegion0
00059  
00060  
00061 /* POWER */
00062 /* The field POWER.RAMON.OFFRAM3 was eliminated. Added into deprecated in case somebody was using the macros defined for it. */
00063 #define POWER_RAMON_OFFRAM3_Pos         (19UL)                                  
00064 #define POWER_RAMON_OFFRAM3_Msk         (0x1UL << POWER_RAMON_OFFRAM3_Pos)      
00065 #define POWER_RAMON_OFFRAM3_RAM3Off     (0UL)                                   
00066 #define POWER_RAMON_OFFRAM3_RAM3On      (1UL)                                   
00067 /* The field POWER.RAMON.OFFRAM2 was eliminated. Added into deprecated in case somebody was using the macros defined for it. */
00068 #define POWER_RAMON_OFFRAM2_Pos         (18UL)                                  
00069 #define POWER_RAMON_OFFRAM2_Msk         (0x1UL << POWER_RAMON_OFFRAM2_Pos)      
00070 #define POWER_RAMON_OFFRAM2_RAM2Off     (0UL)                                   
00071 #define POWER_RAMON_OFFRAM2_RAM2On      (1UL)                                  
00072 /* The field POWER.RAMON.ONRAM3 was eliminated. Added into deprecated in case somebody was using the macros defined for it. */
00073 #define POWER_RAMON_ONRAM3_Pos          (3UL)                                  
00074 #define POWER_RAMON_ONRAM3_Msk          (0x1UL << POWER_RAMON_ONRAM3_Pos)      
00075 #define POWER_RAMON_ONRAM3_RAM3Off      (0UL)                                  
00076 #define POWER_RAMON_ONRAM3_RAM3On       (1UL)                                  
00077 /* The field POWER.RAMON.ONRAM2 was eliminated. Added into deprecated in case somebody was using the macros defined for it. */
00078 #define POWER_RAMON_ONRAM2_Pos          (2UL)                                  
00079 #define POWER_RAMON_ONRAM2_Msk          (0x1UL << POWER_RAMON_ONRAM2_Pos)       
00080 #define POWER_RAMON_ONRAM2_RAM2Off      (0UL)                                  
00081 #define POWER_RAMON_ONRAM2_RAM2On       (1UL)                                 
00082 
00083  
00084 /* RADIO */
00085 /* The enumerated value RADIO.TXPOWER.TXPOWER.Neg40dBm was renamed. Added into deprecated with the new macro name. */
00086 #define RADIO_TXPOWER_TXPOWER_Neg40dBm  RADIO_TXPOWER_TXPOWER_Neg30dBm      
00087 /* The name of the field SKIPADDR was corrected. Old macros added for compatibility. */
00088 #define RADIO_CRCCNF_SKIP_ADDR_Pos      RADIO_CRCCNF_SKIPADDR_Pos 
00089 #define RADIO_CRCCNF_SKIP_ADDR_Msk      RADIO_CRCCNF_SKIPADDR_Msk 
00090 #define RADIO_CRCCNF_SKIP_ADDR_Include  RADIO_CRCCNF_SKIPADDR_Include 
00091 #define RADIO_CRCCNF_SKIP_ADDR_Skip     RADIO_CRCCNF_SKIPADDR_Skip 
00092 /* The name of the field PLLLOCK was corrected. Old macros added for compatibility. */
00093 #define RADIO_TEST_PLL_LOCK_Pos         RADIO_TEST_PLLLOCK_Pos 
00094 #define RADIO_TEST_PLL_LOCK_Msk         RADIO_TEST_PLLLOCK_Msk 
00095 #define RADIO_TEST_PLL_LOCK_Disabled    RADIO_TEST_PLLLOCK_Disabled 
00096 #define RADIO_TEST_PLL_LOCK_Enabled     RADIO_TEST_PLLLOCK_Enabled 
00097 /* The name of the field CONSTCARRIER was corrected. Old macros added for compatibility. */
00098 #define RADIO_TEST_CONST_CARRIER_Pos        RADIO_TEST_CONSTCARRIER_Pos 
00099 #define RADIO_TEST_CONST_CARRIER_Msk        RADIO_TEST_CONSTCARRIER_Msk 
00100 #define RADIO_TEST_CONST_CARRIER_Disabled   RADIO_TEST_CONSTCARRIER_Disabled 
00101 #define RADIO_TEST_CONST_CARRIER_Enabled    RADIO_TEST_CONSTCARRIER_Enabled 
00102 
00103 
00104 /* FICR */
00105 /* The registers FICR.SIZERAMBLOCK0, FICR.SIZERAMBLOCK1, FICR.SIZERAMBLOCK2 and FICR.SIZERAMBLOCK3 were renamed into an array. */
00106 #define SIZERAMBLOCK0   SIZERAMBLOCKS                   
00107 #define SIZERAMBLOCK1   SIZERAMBLOCKS                   
00108 #define SIZERAMBLOCK2   SIZERAMBLOCK[2]                 /*!< Note that this macro will disapear when SIZERAMBLOCK array is eliminated. SIZERAMBLOCK is a deprecated array. */
00109 #define SIZERAMBLOCK3   SIZERAMBLOCK[3]                 /*!< Note that this macro will disapear when SIZERAMBLOCK array is eliminated. SIZERAMBLOCK is a deprecated array. */
00110 /* The registers FICR.DEVICEID0 and FICR.DEVICEID1 were renamed into an array. */
00111 #define DEVICEID0       DEVICEID[0]                     
00112 #define DEVICEID1       DEVICEID[1]                     
00113 /* The registers FICR.ER0, FICR.ER1, FICR.ER2 and FICR.ER3 were renamed into an array. */
00114 #define ER0             ER[0]                           
00115 #define ER1             ER[1]                          
00116 #define ER2             ER[2]                       
00117 #define ER3             ER[3]                      
00118 /* The registers FICR.IR0, FICR.IR1, FICR.IR2 and FICR.IR3 were renamed into an array. */
00119 #define IR0             IR[0]                         
00120 #define IR1             IR[1]                         
00121 #define IR2             IR[2]                         
00122 #define IR3             IR[3]                          
00123 /* The registers FICR.DEVICEADDR0 and FICR.DEVICEADDR1 were renamed into an array. */
00124 #define DEVICEADDR0     DEVICEADDR[0]                  
00125 #define DEVICEADDR1     DEVICEADDR[1]                  
00126 
00127 
00128 /* PPI */
00129 /* The tasks PPI.TASKS_CHGxEN and PPI.TASKS_CHGxDIS were renamed into an array of structs. */
00130 #define TASKS_CHG0EN     TASKS_CHG[0].EN                    
00131 #define TASKS_CHG0DIS    TASKS_CHG[0].DIS                  
00132 #define TASKS_CHG1EN     TASKS_CHG[1].EN                    
00133 #define TASKS_CHG1DIS    TASKS_CHG[1].DIS                  
00134 #define TASKS_CHG2EN     TASKS_CHG[2].EN                   
00135 #define TASKS_CHG2DIS    TASKS_CHG[2].DIS                  
00136 #define TASKS_CHG3EN     TASKS_CHG[3].EN                    
00137 #define TASKS_CHG3DIS    TASKS_CHG[3].DIS                  
00138 /* The registers PPI.CHx_EEP and PPI.CHx_TEP were renamed into an array of structs. */
00139 #define CH0_EEP          CH[0].EEP                          
00140 #define CH0_TEP          CH[0].TEP                          
00141 #define CH1_EEP          CH[1].EEP                         
00142 #define CH1_TEP          CH[1].TEP                         
00143 #define CH2_EEP          CH[2].EEP                          
00144 #define CH2_TEP          CH[2].TEP                         
00145 #define CH3_EEP          CH[3].EEP                          
00146 #define CH3_TEP          CH[3].TEP                         
00147 #define CH4_EEP          CH[4].EEP                         
00148 #define CH4_TEP          CH[4].TEP                         
00149 #define CH5_EEP          CH[5].EEP                          
00150 #define CH5_TEP          CH[5].TEP                          
00151 #define CH6_EEP          CH[6].EEP                          
00152 #define CH6_TEP          CH[6].TEP                         
00153 #define CH7_EEP          CH[7].EEP                          
00154 #define CH7_TEP          CH[7].TEP                          
00155 #define CH8_EEP          CH[8].EEP                         
00156 #define CH8_TEP          CH[8].TEP                          
00157 #define CH9_EEP          CH[9].EEP                          
00158 #define CH9_TEP          CH[9].TEP                          
00159 #define CH10_EEP         CH[10].EEP                         
00160 #define CH10_TEP         CH[10].TEP                         
00161 #define CH11_EEP         CH[11].EEP                         
00162 #define CH11_TEP         CH[11].TEP                         
00163 #define CH12_EEP         CH[12].EEP                         
00164 #define CH12_TEP         CH[12].TEP                         
00165 #define CH13_EEP         CH[13].EEP                         
00166 #define CH13_TEP         CH[13].TEP                         
00167 #define CH14_EEP         CH[14].EEP                         
00168 #define CH14_TEP         CH[14].TEP                         
00169 #define CH15_EEP         CH[15].EEP                         
00170 #define CH15_TEP         CH[15].TEP                        
00171 /* The registers PPI.CHG0, PPI.CHG1, PPI.CHG2 and PPI.CHG3 were renamed into an array. */
00172 #define CHG0             CHG[0]                            
00173 #define CHG1             CHG[1]                            
00174 #define CHG2             CHG[2]                             
00175 #define CHG3             CHG[3]                           
00176 /* All bitfield macros for the CHGx registers therefore changed name. */
00177 #define PPI_CHG0_CH15_Pos       PPI_CHG_CH15_Pos            
00178 #define PPI_CHG0_CH15_Msk       PPI_CHG_CH15_Msk            
00179 #define PPI_CHG0_CH15_Excluded  PPI_CHG_CH15_Excluded       
00180 #define PPI_CHG0_CH15_Included  PPI_CHG_CH15_Included       
00181 #define PPI_CHG0_CH14_Pos       PPI_CHG_CH14_Pos            
00182 #define PPI_CHG0_CH14_Msk       PPI_CHG_CH14_Msk           
00183 #define PPI_CHG0_CH14_Excluded  PPI_CHG_CH14_Excluded       
00184 #define PPI_CHG0_CH14_Included  PPI_CHG_CH14_Included       
00185 #define PPI_CHG0_CH13_Pos       PPI_CHG_CH13_Pos            
00186 #define PPI_CHG0_CH13_Msk       PPI_CHG_CH13_Msk            
00187 #define PPI_CHG0_CH13_Excluded  PPI_CHG_CH13_Excluded      
00188 #define PPI_CHG0_CH13_Included  PPI_CHG_CH13_Included       
00189 #define PPI_CHG0_CH12_Pos       PPI_CHG_CH12_Pos            
00190 #define PPI_CHG0_CH12_Msk       PPI_CHG_CH12_Msk            
00191 #define PPI_CHG0_CH12_Excluded  PPI_CHG_CH12_Excluded       
00192 #define PPI_CHG0_CH12_Included  PPI_CHG_CH12_Included       
00193 #define PPI_CHG0_CH11_Pos       PPI_CHG_CH11_Pos            
00194 #define PPI_CHG0_CH11_Msk       PPI_CHG_CH11_Msk            
00195 #define PPI_CHG0_CH11_Excluded  PPI_CHG_CH11_Excluded       
00196 #define PPI_CHG0_CH11_Included  PPI_CHG_CH11_Included       
00197 #define PPI_CHG0_CH10_Pos       PPI_CHG_CH10_Pos            
00198 #define PPI_CHG0_CH10_Msk       PPI_CHG_CH10_Msk            
00199 #define PPI_CHG0_CH10_Excluded  PPI_CHG_CH10_Excluded       
00200 #define PPI_CHG0_CH10_Included  PPI_CHG_CH10_Included       
00201 #define PPI_CHG0_CH9_Pos        PPI_CHG_CH9_Pos             
00202 #define PPI_CHG0_CH9_Msk        PPI_CHG_CH9_Msk             
00203 #define PPI_CHG0_CH9_Excluded   PPI_CHG_CH9_Excluded        
00204 #define PPI_CHG0_CH9_Included   PPI_CHG_CH9_Included        
00205 #define PPI_CHG0_CH8_Pos        PPI_CHG_CH8_Pos             
00206 #define PPI_CHG0_CH8_Msk        PPI_CHG_CH8_Msk             
00207 #define PPI_CHG0_CH8_Excluded   PPI_CHG_CH8_Excluded        
00208 #define PPI_CHG0_CH8_Included   PPI_CHG_CH8_Included        
00209 #define PPI_CHG0_CH7_Pos        PPI_CHG_CH7_Pos             
00210 #define PPI_CHG0_CH7_Msk        PPI_CHG_CH7_Msk             
00211 #define PPI_CHG0_CH7_Excluded   PPI_CHG_CH7_Excluded        
00212 #define PPI_CHG0_CH7_Included   PPI_CHG_CH7_Included        
00213 #define PPI_CHG0_CH6_Pos        PPI_CHG_CH6_Pos             
00214 #define PPI_CHG0_CH6_Msk        PPI_CHG_CH6_Msk             
00215 #define PPI_CHG0_CH6_Excluded   PPI_CHG_CH6_Excluded        
00216 #define PPI_CHG0_CH6_Included   PPI_CHG_CH6_Included        
00217 #define PPI_CHG0_CH5_Pos        PPI_CHG_CH5_Pos             
00218 #define PPI_CHG0_CH5_Msk        PPI_CHG_CH5_Msk             
00219 #define PPI_CHG0_CH5_Excluded   PPI_CHG_CH5_Excluded       
00220 #define PPI_CHG0_CH5_Included   PPI_CHG_CH5_Included        
00221 #define PPI_CHG0_CH4_Pos        PPI_CHG_CH4_Pos             
00222 #define PPI_CHG0_CH4_Msk        PPI_CHG_CH4_Msk             
00223 #define PPI_CHG0_CH4_Excluded   PPI_CHG_CH4_Excluded       
00224 #define PPI_CHG0_CH4_Included   PPI_CHG_CH4_Included       
00225 #define PPI_CHG0_CH3_Pos        PPI_CHG_CH3_Pos             
00226 #define PPI_CHG0_CH3_Msk        PPI_CHG_CH3_Msk            
00227 #define PPI_CHG0_CH3_Excluded   PPI_CHG_CH3_Excluded        
00228 #define PPI_CHG0_CH3_Included   PPI_CHG_CH3_Included       
00229 #define PPI_CHG0_CH2_Pos        PPI_CHG_CH2_Pos            
00230 #define PPI_CHG0_CH2_Msk        PPI_CHG_CH2_Msk             
00231 #define PPI_CHG0_CH2_Excluded   PPI_CHG_CH2_Excluded       
00232 #define PPI_CHG0_CH2_Included   PPI_CHG_CH2_Included       
00233 #define PPI_CHG0_CH1_Pos        PPI_CHG_CH1_Pos            
00234 #define PPI_CHG0_CH1_Msk        PPI_CHG_CH1_Msk            
00235 #define PPI_CHG0_CH1_Excluded   PPI_CHG_CH1_Excluded        
00236 #define PPI_CHG0_CH1_Included   PPI_CHG_CH1_Included       
00237 #define PPI_CHG0_CH0_Pos        PPI_CHG_CH0_Pos            
00238 #define PPI_CHG0_CH0_Msk        PPI_CHG_CH0_Msk            
00239 #define PPI_CHG0_CH0_Excluded   PPI_CHG_CH0_Excluded        
00240 #define PPI_CHG0_CH0_Included   PPI_CHG_CH0_Included       
00241 #define PPI_CHG1_CH15_Pos       PPI_CHG_CH15_Pos           
00242 #define PPI_CHG1_CH15_Msk       PPI_CHG_CH15_Msk           
00243 #define PPI_CHG1_CH15_Excluded  PPI_CHG_CH15_Excluded       
00244 #define PPI_CHG1_CH15_Included  PPI_CHG_CH15_Included      
00245 #define PPI_CHG1_CH14_Pos       PPI_CHG_CH14_Pos           
00246 #define PPI_CHG1_CH14_Msk       PPI_CHG_CH14_Msk            
00247 #define PPI_CHG1_CH14_Excluded  PPI_CHG_CH14_Excluded      
00248 #define PPI_CHG1_CH14_Included  PPI_CHG_CH14_Included       
00249 #define PPI_CHG1_CH13_Pos       PPI_CHG_CH13_Pos           
00250 #define PPI_CHG1_CH13_Msk       PPI_CHG_CH13_Msk            
00251 #define PPI_CHG1_CH13_Excluded  PPI_CHG_CH13_Excluded      
00252 #define PPI_CHG1_CH13_Included  PPI_CHG_CH13_Included      
00253 #define PPI_CHG1_CH12_Pos       PPI_CHG_CH12_Pos            
00254 #define PPI_CHG1_CH12_Msk       PPI_CHG_CH12_Msk           
00255 #define PPI_CHG1_CH12_Excluded  PPI_CHG_CH12_Excluded      
00256 #define PPI_CHG1_CH12_Included  PPI_CHG_CH12_Included      
00257 #define PPI_CHG1_CH11_Pos       PPI_CHG_CH11_Pos            
00258 #define PPI_CHG1_CH11_Msk       PPI_CHG_CH11_Msk           
00259 #define PPI_CHG1_CH11_Excluded  PPI_CHG_CH11_Excluded      
00260 #define PPI_CHG1_CH11_Included  PPI_CHG_CH11_Included      
00261 #define PPI_CHG1_CH10_Pos       PPI_CHG_CH10_Pos           
00262 #define PPI_CHG1_CH10_Msk       PPI_CHG_CH10_Msk            
00263 #define PPI_CHG1_CH10_Excluded  PPI_CHG_CH10_Excluded      
00264 #define PPI_CHG1_CH10_Included  PPI_CHG_CH10_Included      
00265 #define PPI_CHG1_CH9_Pos        PPI_CHG_CH9_Pos            
00266 #define PPI_CHG1_CH9_Msk        PPI_CHG_CH9_Msk            
00267 #define PPI_CHG1_CH9_Excluded   PPI_CHG_CH9_Excluded       
00268 #define PPI_CHG1_CH9_Included   PPI_CHG_CH9_Included       
00269 #define PPI_CHG1_CH8_Pos        PPI_CHG_CH8_Pos            
00270 #define PPI_CHG1_CH8_Msk        PPI_CHG_CH8_Msk            
00271 #define PPI_CHG1_CH8_Excluded   PPI_CHG_CH8_Excluded       
00272 #define PPI_CHG1_CH8_Included   PPI_CHG_CH8_Included       
00273 #define PPI_CHG1_CH7_Pos        PPI_CHG_CH7_Pos             
00274 #define PPI_CHG1_CH7_Msk        PPI_CHG_CH7_Msk            
00275 #define PPI_CHG1_CH7_Excluded   PPI_CHG_CH7_Excluded        
00276 #define PPI_CHG1_CH7_Included   PPI_CHG_CH7_Included       
00277 #define PPI_CHG1_CH6_Pos        PPI_CHG_CH6_Pos             
00278 #define PPI_CHG1_CH6_Msk        PPI_CHG_CH6_Msk            
00279 #define PPI_CHG1_CH6_Excluded   PPI_CHG_CH6_Excluded       
00280 #define PPI_CHG1_CH6_Included   PPI_CHG_CH6_Included       
00281 #define PPI_CHG1_CH5_Pos        PPI_CHG_CH5_Pos             
00282 #define PPI_CHG1_CH5_Msk        PPI_CHG_CH5_Msk             
00283 #define PPI_CHG1_CH5_Excluded   PPI_CHG_CH5_Excluded       
00284 #define PPI_CHG1_CH5_Included   PPI_CHG_CH5_Included        
00285 #define PPI_CHG1_CH4_Pos        PPI_CHG_CH4_Pos             
00286 #define PPI_CHG1_CH4_Msk        PPI_CHG_CH4_Msk             
00287 #define PPI_CHG1_CH4_Excluded   PPI_CHG_CH4_Excluded        
00288 #define PPI_CHG1_CH4_Included   PPI_CHG_CH4_Included        
00289 #define PPI_CHG1_CH3_Pos        PPI_CHG_CH3_Pos            
00290 #define PPI_CHG1_CH3_Msk        PPI_CHG_CH3_Msk             
00291 #define PPI_CHG1_CH3_Excluded   PPI_CHG_CH3_Excluded        
00292 #define PPI_CHG1_CH3_Included   PPI_CHG_CH3_Included       
00293 #define PPI_CHG1_CH2_Pos        PPI_CHG_CH2_Pos            
00294 #define PPI_CHG1_CH2_Msk        PPI_CHG_CH2_Msk             
00295 #define PPI_CHG1_CH2_Excluded   PPI_CHG_CH2_Excluded        
00296 #define PPI_CHG1_CH2_Included   PPI_CHG_CH2_Included        
00297 #define PPI_CHG1_CH1_Pos        PPI_CHG_CH1_Pos             
00298 #define PPI_CHG1_CH1_Msk        PPI_CHG_CH1_Msk            
00299 #define PPI_CHG1_CH1_Excluded   PPI_CHG_CH1_Excluded        
00300 #define PPI_CHG1_CH1_Included   PPI_CHG_CH1_Included       
00301 #define PPI_CHG1_CH0_Pos        PPI_CHG_CH0_Pos             
00302 #define PPI_CHG1_CH0_Msk        PPI_CHG_CH0_Msk            
00303 #define PPI_CHG1_CH0_Excluded   PPI_CHG_CH0_Excluded       
00304 #define PPI_CHG1_CH0_Included   PPI_CHG_CH0_Included       
00305 #define PPI_CHG2_CH15_Pos       PPI_CHG_CH15_Pos           
00306 #define PPI_CHG2_CH15_Msk       PPI_CHG_CH15_Msk            
00307 #define PPI_CHG2_CH15_Excluded  PPI_CHG_CH15_Excluded      
00308 #define PPI_CHG2_CH15_Included  PPI_CHG_CH15_Included      
00309 #define PPI_CHG2_CH14_Pos       PPI_CHG_CH14_Pos           
00310 #define PPI_CHG2_CH14_Msk       PPI_CHG_CH14_Msk           
00311 #define PPI_CHG2_CH14_Excluded  PPI_CHG_CH14_Excluded       
00312 #define PPI_CHG2_CH14_Included  PPI_CHG_CH14_Included      
00313 #define PPI_CHG2_CH13_Pos       PPI_CHG_CH13_Pos           
00314 #define PPI_CHG2_CH13_Msk       PPI_CHG_CH13_Msk            
00315 #define PPI_CHG2_CH13_Excluded  PPI_CHG_CH13_Excluded       
00316 #define PPI_CHG2_CH13_Included  PPI_CHG_CH13_Included      
00317 #define PPI_CHG2_CH12_Pos       PPI_CHG_CH12_Pos            
00318 #define PPI_CHG2_CH12_Msk       PPI_CHG_CH12_Msk            
00319 #define PPI_CHG2_CH12_Excluded  PPI_CHG_CH12_Excluded      
00320 #define PPI_CHG2_CH12_Included  PPI_CHG_CH12_Included       
00321 #define PPI_CHG2_CH11_Pos       PPI_CHG_CH11_Pos           
00322 #define PPI_CHG2_CH11_Msk       PPI_CHG_CH11_Msk           
00323 #define PPI_CHG2_CH11_Excluded  PPI_CHG_CH11_Excluded       
00324 #define PPI_CHG2_CH11_Included  PPI_CHG_CH11_Included       
00325 #define PPI_CHG2_CH10_Pos       PPI_CHG_CH10_Pos            
00326 #define PPI_CHG2_CH10_Msk       PPI_CHG_CH10_Msk            
00327 #define PPI_CHG2_CH10_Excluded  PPI_CHG_CH10_Excluded      
00328 #define PPI_CHG2_CH10_Included  PPI_CHG_CH10_Included      
00329 #define PPI_CHG2_CH9_Pos        PPI_CHG_CH9_Pos            
00330 #define PPI_CHG2_CH9_Msk        PPI_CHG_CH9_Msk            
00331 #define PPI_CHG2_CH9_Excluded   PPI_CHG_CH9_Excluded        
00332 #define PPI_CHG2_CH9_Included   PPI_CHG_CH9_Included       
00333 #define PPI_CHG2_CH8_Pos        PPI_CHG_CH8_Pos            
00334 #define PPI_CHG2_CH8_Msk        PPI_CHG_CH8_Msk            
00335 #define PPI_CHG2_CH8_Excluded   PPI_CHG_CH8_Excluded       
00336 #define PPI_CHG2_CH8_Included   PPI_CHG_CH8_Included        
00337 #define PPI_CHG2_CH7_Pos        PPI_CHG_CH7_Pos            
00338 #define PPI_CHG2_CH7_Msk        PPI_CHG_CH7_Msk            
00339 #define PPI_CHG2_CH7_Excluded   PPI_CHG_CH7_Excluded       
00340 #define PPI_CHG2_CH7_Included   PPI_CHG_CH7_Included       
00341 #define PPI_CHG2_CH6_Pos        PPI_CHG_CH6_Pos            
00342 #define PPI_CHG2_CH6_Msk        PPI_CHG_CH6_Msk            
00343 #define PPI_CHG2_CH6_Excluded   PPI_CHG_CH6_Excluded       
00344 #define PPI_CHG2_CH6_Included   PPI_CHG_CH6_Included       
00345 #define PPI_CHG2_CH5_Pos        PPI_CHG_CH5_Pos            
00346 #define PPI_CHG2_CH5_Msk        PPI_CHG_CH5_Msk            
00347 #define PPI_CHG2_CH5_Excluded   PPI_CHG_CH5_Excluded       
00348 #define PPI_CHG2_CH5_Included   PPI_CHG_CH5_Included        
00349 #define PPI_CHG2_CH4_Pos        PPI_CHG_CH4_Pos             
00350 #define PPI_CHG2_CH4_Msk        PPI_CHG_CH4_Msk             
00351 #define PPI_CHG2_CH4_Excluded   PPI_CHG_CH4_Excluded        
00352 #define PPI_CHG2_CH4_Included   PPI_CHG_CH4_Included       
00353 #define PPI_CHG2_CH3_Pos        PPI_CHG_CH3_Pos            
00354 #define PPI_CHG2_CH3_Msk        PPI_CHG_CH3_Msk            
00355 #define PPI_CHG2_CH3_Excluded   PPI_CHG_CH3_Excluded       
00356 #define PPI_CHG2_CH3_Included   PPI_CHG_CH3_Included       
00357 #define PPI_CHG2_CH2_Pos        PPI_CHG_CH2_Pos            
00358 #define PPI_CHG2_CH2_Msk        PPI_CHG_CH2_Msk           
00359 #define PPI_CHG2_CH2_Excluded   PPI_CHG_CH2_Excluded       
00360 #define PPI_CHG2_CH2_Included   PPI_CHG_CH2_Included       
00361 #define PPI_CHG2_CH1_Pos        PPI_CHG_CH1_Pos             
00362 #define PPI_CHG2_CH1_Msk        PPI_CHG_CH1_Msk             
00363 #define PPI_CHG2_CH1_Excluded   PPI_CHG_CH1_Excluded       
00364 #define PPI_CHG2_CH1_Included   PPI_CHG_CH1_Included       
00365 #define PPI_CHG2_CH0_Pos        PPI_CHG_CH0_Pos            
00366 #define PPI_CHG2_CH0_Msk        PPI_CHG_CH0_Msk            
00367 #define PPI_CHG2_CH0_Excluded   PPI_CHG_CH0_Excluded       
00368 #define PPI_CHG2_CH0_Included   PPI_CHG_CH0_Included        
00369 #define PPI_CHG3_CH15_Pos       PPI_CHG_CH15_Pos           
00370 #define PPI_CHG3_CH15_Msk       PPI_CHG_CH15_Msk           
00371 #define PPI_CHG3_CH15_Excluded  PPI_CHG_CH15_Excluded     
00372 #define PPI_CHG3_CH15_Included  PPI_CHG_CH15_Included      
00373 #define PPI_CHG3_CH14_Pos       PPI_CHG_CH14_Pos          
00374 #define PPI_CHG3_CH14_Msk       PPI_CHG_CH14_Msk           
00375 #define PPI_CHG3_CH14_Excluded  PPI_CHG_CH14_Excluded      
00376 #define PPI_CHG3_CH14_Included  PPI_CHG_CH14_Included       
00377 #define PPI_CHG3_CH13_Pos       PPI_CHG_CH13_Pos           
00378 #define PPI_CHG3_CH13_Msk       PPI_CHG_CH13_Msk            
00379 #define PPI_CHG3_CH13_Excluded  PPI_CHG_CH13_Excluded      
00380 #define PPI_CHG3_CH13_Included  PPI_CHG_CH13_Included      
00381 #define PPI_CHG3_CH12_Pos       PPI_CHG_CH12_Pos            
00382 #define PPI_CHG3_CH12_Msk       PPI_CHG_CH12_Msk            
00383 #define PPI_CHG3_CH12_Excluded  PPI_CHG_CH12_Excluded       
00384 #define PPI_CHG3_CH12_Included  PPI_CHG_CH12_Included       
00385 #define PPI_CHG3_CH11_Pos       PPI_CHG_CH11_Pos            
00386 #define PPI_CHG3_CH11_Msk       PPI_CHG_CH11_Msk            
00387 #define PPI_CHG3_CH11_Excluded  PPI_CHG_CH11_Excluded      
00388 #define PPI_CHG3_CH11_Included  PPI_CHG_CH11_Included       
00389 #define PPI_CHG3_CH10_Pos       PPI_CHG_CH10_Pos            
00390 #define PPI_CHG3_CH10_Msk       PPI_CHG_CH10_Msk            
00391 #define PPI_CHG3_CH10_Excluded  PPI_CHG_CH10_Excluded      
00392 #define PPI_CHG3_CH10_Included  PPI_CHG_CH10_Included      
00393 #define PPI_CHG3_CH9_Pos        PPI_CHG_CH9_Pos            
00394 #define PPI_CHG3_CH9_Msk        PPI_CHG_CH9_Msk            
00395 #define PPI_CHG3_CH9_Excluded   PPI_CHG_CH9_Excluded       
00396 #define PPI_CHG3_CH9_Included   PPI_CHG_CH9_Included       
00397 #define PPI_CHG3_CH8_Pos        PPI_CHG_CH8_Pos            
00398 #define PPI_CHG3_CH8_Msk        PPI_CHG_CH8_Msk             
00399 #define PPI_CHG3_CH8_Excluded   PPI_CHG_CH8_Excluded       
00400 #define PPI_CHG3_CH8_Included   PPI_CHG_CH8_Included       
00401 #define PPI_CHG3_CH7_Pos        PPI_CHG_CH7_Pos             
00402 #define PPI_CHG3_CH7_Msk        PPI_CHG_CH7_Msk            
00403 #define PPI_CHG3_CH7_Excluded   PPI_CHG_CH7_Excluded        
00404 #define PPI_CHG3_CH7_Included   PPI_CHG_CH7_Included       
00405 #define PPI_CHG3_CH6_Pos        PPI_CHG_CH6_Pos             
00406 #define PPI_CHG3_CH6_Msk        PPI_CHG_CH6_Msk             
00407 #define PPI_CHG3_CH6_Excluded   PPI_CHG_CH6_Excluded       
00408 #define PPI_CHG3_CH6_Included   PPI_CHG_CH6_Included        
00409 #define PPI_CHG3_CH5_Pos        PPI_CHG_CH5_Pos             
00410 #define PPI_CHG3_CH5_Msk        PPI_CHG_CH5_Msk             
00411 #define PPI_CHG3_CH5_Excluded   PPI_CHG_CH5_Excluded        
00412 #define PPI_CHG3_CH5_Included   PPI_CHG_CH5_Included       
00413 #define PPI_CHG3_CH4_Pos        PPI_CHG_CH4_Pos             
00414 #define PPI_CHG3_CH4_Msk        PPI_CHG_CH4_Msk            
00415 #define PPI_CHG3_CH4_Excluded   PPI_CHG_CH4_Excluded        
00416 #define PPI_CHG3_CH4_Included   PPI_CHG_CH4_Included        
00417 #define PPI_CHG3_CH3_Pos        PPI_CHG_CH3_Pos             
00418 #define PPI_CHG3_CH3_Msk        PPI_CHG_CH3_Msk            
00419 #define PPI_CHG3_CH3_Excluded   PPI_CHG_CH3_Excluded        
00420 #define PPI_CHG3_CH3_Included   PPI_CHG_CH3_Included        
00421 #define PPI_CHG3_CH2_Pos        PPI_CHG_CH2_Pos             
00422 #define PPI_CHG3_CH2_Msk        PPI_CHG_CH2_Msk             
00423 #define PPI_CHG3_CH2_Excluded   PPI_CHG_CH2_Excluded        
00424 #define PPI_CHG3_CH2_Included   PPI_CHG_CH2_Included       
00425 #define PPI_CHG3_CH1_Pos        PPI_CHG_CH1_Pos             
00426 #define PPI_CHG3_CH1_Msk        PPI_CHG_CH1_Msk             
00427 #define PPI_CHG3_CH1_Excluded   PPI_CHG_CH1_Excluded        
00428 #define PPI_CHG3_CH1_Included   PPI_CHG_CH1_Included        
00429 #define PPI_CHG3_CH0_Pos        PPI_CHG_CH0_Pos             
00430 #define PPI_CHG3_CH0_Msk        PPI_CHG_CH0_Msk             
00431 #define PPI_CHG3_CH0_Excluded   PPI_CHG_CH0_Excluded        
00432 #define PPI_CHG3_CH0_Included   PPI_CHG_CH0_Included        
00433 
00434 
00435 
00436 /*lint --flb "Leave library region" */
00437 
00438 #endif /* NRF51_DEPRECATED_H */