45   uint32_t       RESERVED0[1];  
 
   48   uint32_t       RESERVED1[6];  
 
   51   uint32_t       RESERVED2[1];  
 
   73 #define _EMU_CTRL_RESETVALUE                0x00000000UL                       
   74 #define _EMU_CTRL_MASK                      0x0000000FUL                       
   75 #define EMU_CTRL_EMVREG                     (0x1UL << 0)                       
   76 #define _EMU_CTRL_EMVREG_SHIFT              0                                  
   77 #define _EMU_CTRL_EMVREG_MASK               0x1UL                              
   78 #define _EMU_CTRL_EMVREG_DEFAULT            0x00000000UL                       
   79 #define _EMU_CTRL_EMVREG_REDUCED            0x00000000UL                       
   80 #define _EMU_CTRL_EMVREG_FULL               0x00000001UL                       
   81 #define EMU_CTRL_EMVREG_DEFAULT             (_EMU_CTRL_EMVREG_DEFAULT << 0)    
   82 #define EMU_CTRL_EMVREG_REDUCED             (_EMU_CTRL_EMVREG_REDUCED << 0)    
   83 #define EMU_CTRL_EMVREG_FULL                (_EMU_CTRL_EMVREG_FULL << 0)       
   84 #define EMU_CTRL_EM2BLOCK                   (0x1UL << 1)                       
   85 #define _EMU_CTRL_EM2BLOCK_SHIFT            1                                  
   86 #define _EMU_CTRL_EM2BLOCK_MASK             0x2UL                              
   87 #define _EMU_CTRL_EM2BLOCK_DEFAULT          0x00000000UL                       
   88 #define EMU_CTRL_EM2BLOCK_DEFAULT           (_EMU_CTRL_EM2BLOCK_DEFAULT << 1)  
   89 #define _EMU_CTRL_EM4CTRL_SHIFT             2                                  
   90 #define _EMU_CTRL_EM4CTRL_MASK              0xCUL                              
   91 #define _EMU_CTRL_EM4CTRL_DEFAULT           0x00000000UL                       
   92 #define EMU_CTRL_EM4CTRL_DEFAULT            (_EMU_CTRL_EM4CTRL_DEFAULT << 2)   
   95 #define _EMU_LOCK_RESETVALUE                0x00000000UL                       
   96 #define _EMU_LOCK_MASK                      0x0000FFFFUL                       
   97 #define _EMU_LOCK_LOCKKEY_SHIFT             0                                  
   98 #define _EMU_LOCK_LOCKKEY_MASK              0xFFFFUL                           
   99 #define _EMU_LOCK_LOCKKEY_DEFAULT           0x00000000UL                       
  100 #define _EMU_LOCK_LOCKKEY_LOCK              0x00000000UL                       
  101 #define _EMU_LOCK_LOCKKEY_UNLOCKED          0x00000000UL                       
  102 #define _EMU_LOCK_LOCKKEY_LOCKED            0x00000001UL                       
  103 #define _EMU_LOCK_LOCKKEY_UNLOCK            0x0000ADE8UL                       
  104 #define EMU_LOCK_LOCKKEY_DEFAULT            (_EMU_LOCK_LOCKKEY_DEFAULT << 0)   
  105 #define EMU_LOCK_LOCKKEY_LOCK               (_EMU_LOCK_LOCKKEY_LOCK << 0)      
  106 #define EMU_LOCK_LOCKKEY_UNLOCKED           (_EMU_LOCK_LOCKKEY_UNLOCKED << 0)  
  107 #define EMU_LOCK_LOCKKEY_LOCKED             (_EMU_LOCK_LOCKKEY_LOCKED << 0)    
  108 #define EMU_LOCK_LOCKKEY_UNLOCK             (_EMU_LOCK_LOCKKEY_UNLOCK << 0)    
  111 #define _EMU_AUXCTRL_RESETVALUE             0x00000000UL                        
  112 #define _EMU_AUXCTRL_MASK                   0x00000001UL                        
  113 #define EMU_AUXCTRL_HRCCLR                  (0x1UL << 0)                        
  114 #define _EMU_AUXCTRL_HRCCLR_SHIFT           0                                   
  115 #define _EMU_AUXCTRL_HRCCLR_MASK            0x1UL                               
  116 #define _EMU_AUXCTRL_HRCCLR_DEFAULT         0x00000000UL                        
  117 #define EMU_AUXCTRL_HRCCLR_DEFAULT          (_EMU_AUXCTRL_HRCCLR_DEFAULT << 0)  
  120 #define _EMU_EM4CONF_RESETVALUE             0x00000000UL                             
  121 #define _EMU_EM4CONF_MASK                   0x0001001FUL                             
  122 #define EMU_EM4CONF_VREGEN                  (0x1UL << 0)                             
  123 #define _EMU_EM4CONF_VREGEN_SHIFT           0                                        
  124 #define _EMU_EM4CONF_VREGEN_MASK            0x1UL                                    
  125 #define _EMU_EM4CONF_VREGEN_DEFAULT         0x00000000UL                             
  126 #define EMU_EM4CONF_VREGEN_DEFAULT          (_EMU_EM4CONF_VREGEN_DEFAULT << 0)       
  127 #define EMU_EM4CONF_BURTCWU                 (0x1UL << 1)                             
  128 #define _EMU_EM4CONF_BURTCWU_SHIFT          1                                        
  129 #define _EMU_EM4CONF_BURTCWU_MASK           0x2UL                                    
  130 #define _EMU_EM4CONF_BURTCWU_DEFAULT        0x00000000UL                             
  131 #define EMU_EM4CONF_BURTCWU_DEFAULT         (_EMU_EM4CONF_BURTCWU_DEFAULT << 1)      
  132 #define _EMU_EM4CONF_OSC_SHIFT              2                                        
  133 #define _EMU_EM4CONF_OSC_MASK               0xCUL                                    
  134 #define _EMU_EM4CONF_OSC_DEFAULT            0x00000000UL                             
  135 #define _EMU_EM4CONF_OSC_ULFRCO             0x00000000UL                             
  136 #define _EMU_EM4CONF_OSC_LFRCO              0x00000001UL                             
  137 #define _EMU_EM4CONF_OSC_LFXO               0x00000002UL                             
  138 #define EMU_EM4CONF_OSC_DEFAULT             (_EMU_EM4CONF_OSC_DEFAULT << 2)          
  139 #define EMU_EM4CONF_OSC_ULFRCO              (_EMU_EM4CONF_OSC_ULFRCO << 2)           
  140 #define EMU_EM4CONF_OSC_LFRCO               (_EMU_EM4CONF_OSC_LFRCO << 2)            
  141 #define EMU_EM4CONF_OSC_LFXO                (_EMU_EM4CONF_OSC_LFXO << 2)             
  142 #define EMU_EM4CONF_BUBODRSTDIS             (0x1UL << 4)                             
  143 #define _EMU_EM4CONF_BUBODRSTDIS_SHIFT      4                                        
  144 #define _EMU_EM4CONF_BUBODRSTDIS_MASK       0x10UL                                   
  145 #define _EMU_EM4CONF_BUBODRSTDIS_DEFAULT    0x00000000UL                             
  146 #define EMU_EM4CONF_BUBODRSTDIS_DEFAULT     (_EMU_EM4CONF_BUBODRSTDIS_DEFAULT << 4)  
  147 #define EMU_EM4CONF_LOCKCONF                (0x1UL << 16)                            
  148 #define _EMU_EM4CONF_LOCKCONF_SHIFT         16                                       
  149 #define _EMU_EM4CONF_LOCKCONF_MASK          0x10000UL                                
  150 #define _EMU_EM4CONF_LOCKCONF_DEFAULT       0x00000000UL                             
  151 #define EMU_EM4CONF_LOCKCONF_DEFAULT        (_EMU_EM4CONF_LOCKCONF_DEFAULT << 16)    
  154 #define _EMU_BUCTRL_RESETVALUE              0x00000000UL                       
  155 #define _EMU_BUCTRL_MASK                    0x00000067UL                       
  156 #define EMU_BUCTRL_EN                       (0x1UL << 0)                       
  157 #define _EMU_BUCTRL_EN_SHIFT                0                                  
  158 #define _EMU_BUCTRL_EN_MASK                 0x1UL                              
  159 #define _EMU_BUCTRL_EN_DEFAULT              0x00000000UL                       
  160 #define EMU_BUCTRL_EN_DEFAULT               (_EMU_BUCTRL_EN_DEFAULT << 0)      
  161 #define EMU_BUCTRL_STATEN                   (0x1UL << 1)                       
  162 #define _EMU_BUCTRL_STATEN_SHIFT            1                                  
  163 #define _EMU_BUCTRL_STATEN_MASK             0x2UL                              
  164 #define _EMU_BUCTRL_STATEN_DEFAULT          0x00000000UL                       
  165 #define EMU_BUCTRL_STATEN_DEFAULT           (_EMU_BUCTRL_STATEN_DEFAULT << 1)  
  166 #define EMU_BUCTRL_BODCAL                   (0x1UL << 2)                       
  167 #define _EMU_BUCTRL_BODCAL_SHIFT            2                                  
  168 #define _EMU_BUCTRL_BODCAL_MASK             0x4UL                              
  169 #define _EMU_BUCTRL_BODCAL_DEFAULT          0x00000000UL                       
  170 #define EMU_BUCTRL_BODCAL_DEFAULT           (_EMU_BUCTRL_BODCAL_DEFAULT << 2)  
  171 #define _EMU_BUCTRL_PROBE_SHIFT             5                                  
  172 #define _EMU_BUCTRL_PROBE_MASK              0x60UL                             
  173 #define _EMU_BUCTRL_PROBE_DEFAULT           0x00000000UL                       
  174 #define _EMU_BUCTRL_PROBE_DISABLE           0x00000000UL                       
  175 #define _EMU_BUCTRL_PROBE_VDDDREG           0x00000001UL                       
  176 #define _EMU_BUCTRL_PROBE_BUIN              0x00000002UL                       
  177 #define _EMU_BUCTRL_PROBE_BUOUT             0x00000003UL                       
  178 #define EMU_BUCTRL_PROBE_DEFAULT            (_EMU_BUCTRL_PROBE_DEFAULT << 5)   
  179 #define EMU_BUCTRL_PROBE_DISABLE            (_EMU_BUCTRL_PROBE_DISABLE << 5)   
  180 #define EMU_BUCTRL_PROBE_VDDDREG            (_EMU_BUCTRL_PROBE_VDDDREG << 5)   
  181 #define EMU_BUCTRL_PROBE_BUIN               (_EMU_BUCTRL_PROBE_BUIN << 5)      
  182 #define EMU_BUCTRL_PROBE_BUOUT              (_EMU_BUCTRL_PROBE_BUOUT << 5)     
  185 #define _EMU_PWRCONF_RESETVALUE             0x00000000UL                            
  186 #define _EMU_PWRCONF_MASK                   0x0000001FUL                            
  187 #define EMU_PWRCONF_VOUTWEAK                (0x1UL << 0)                            
  188 #define _EMU_PWRCONF_VOUTWEAK_SHIFT         0                                       
  189 #define _EMU_PWRCONF_VOUTWEAK_MASK          0x1UL                                   
  190 #define _EMU_PWRCONF_VOUTWEAK_DEFAULT       0x00000000UL                            
  191 #define EMU_PWRCONF_VOUTWEAK_DEFAULT        (_EMU_PWRCONF_VOUTWEAK_DEFAULT << 0)    
  192 #define EMU_PWRCONF_VOUTMED                 (0x1UL << 1)                            
  193 #define _EMU_PWRCONF_VOUTMED_SHIFT          1                                       
  194 #define _EMU_PWRCONF_VOUTMED_MASK           0x2UL                                   
  195 #define _EMU_PWRCONF_VOUTMED_DEFAULT        0x00000000UL                            
  196 #define EMU_PWRCONF_VOUTMED_DEFAULT         (_EMU_PWRCONF_VOUTMED_DEFAULT << 1)     
  197 #define EMU_PWRCONF_VOUTSTRONG              (0x1UL << 2)                            
  198 #define _EMU_PWRCONF_VOUTSTRONG_SHIFT       2                                       
  199 #define _EMU_PWRCONF_VOUTSTRONG_MASK        0x4UL                                   
  200 #define _EMU_PWRCONF_VOUTSTRONG_DEFAULT     0x00000000UL                            
  201 #define EMU_PWRCONF_VOUTSTRONG_DEFAULT      (_EMU_PWRCONF_VOUTSTRONG_DEFAULT << 2)  
  202 #define _EMU_PWRCONF_PWRRES_SHIFT           3                                       
  203 #define _EMU_PWRCONF_PWRRES_MASK            0x18UL                                  
  204 #define _EMU_PWRCONF_PWRRES_DEFAULT         0x00000000UL                            
  205 #define _EMU_PWRCONF_PWRRES_RES0            0x00000000UL                            
  206 #define _EMU_PWRCONF_PWRRES_RES1            0x00000001UL                            
  207 #define _EMU_PWRCONF_PWRRES_RES2            0x00000002UL                            
  208 #define _EMU_PWRCONF_PWRRES_RES3            0x00000003UL                            
  209 #define EMU_PWRCONF_PWRRES_DEFAULT          (_EMU_PWRCONF_PWRRES_DEFAULT << 3)      
  210 #define EMU_PWRCONF_PWRRES_RES0             (_EMU_PWRCONF_PWRRES_RES0 << 3)         
  211 #define EMU_PWRCONF_PWRRES_RES1             (_EMU_PWRCONF_PWRRES_RES1 << 3)         
  212 #define EMU_PWRCONF_PWRRES_RES2             (_EMU_PWRCONF_PWRRES_RES2 << 3)         
  213 #define EMU_PWRCONF_PWRRES_RES3             (_EMU_PWRCONF_PWRRES_RES3 << 3)         
  216 #define _EMU_BUINACT_RESETVALUE             0x0000000BUL                           
  217 #define _EMU_BUINACT_MASK                   0x0000007FUL                           
  218 #define _EMU_BUINACT_BUENTHRES_SHIFT        0                                      
  219 #define _EMU_BUINACT_BUENTHRES_MASK         0x7UL                                  
  220 #define _EMU_BUINACT_BUENTHRES_DEFAULT      0x00000003UL                           
  221 #define EMU_BUINACT_BUENTHRES_DEFAULT       (_EMU_BUINACT_BUENTHRES_DEFAULT << 0)  
  222 #define _EMU_BUINACT_BUENRANGE_SHIFT        3                                      
  223 #define _EMU_BUINACT_BUENRANGE_MASK         0x18UL                                 
  224 #define _EMU_BUINACT_BUENRANGE_DEFAULT      0x00000001UL                           
  225 #define EMU_BUINACT_BUENRANGE_DEFAULT       (_EMU_BUINACT_BUENRANGE_DEFAULT << 3)  
  226 #define _EMU_BUINACT_PWRCON_SHIFT           5                                      
  227 #define _EMU_BUINACT_PWRCON_MASK            0x60UL                                 
  228 #define _EMU_BUINACT_PWRCON_DEFAULT         0x00000000UL                           
  229 #define _EMU_BUINACT_PWRCON_NONE            0x00000000UL                           
  230 #define _EMU_BUINACT_PWRCON_BUMAIN          0x00000001UL                           
  231 #define _EMU_BUINACT_PWRCON_MAINBU          0x00000002UL                           
  232 #define _EMU_BUINACT_PWRCON_NODIODE         0x00000003UL                           
  233 #define EMU_BUINACT_PWRCON_DEFAULT          (_EMU_BUINACT_PWRCON_DEFAULT << 5)     
  234 #define EMU_BUINACT_PWRCON_NONE             (_EMU_BUINACT_PWRCON_NONE << 5)        
  235 #define EMU_BUINACT_PWRCON_BUMAIN           (_EMU_BUINACT_PWRCON_BUMAIN << 5)      
  236 #define EMU_BUINACT_PWRCON_MAINBU           (_EMU_BUINACT_PWRCON_MAINBU << 5)      
  237 #define EMU_BUINACT_PWRCON_NODIODE          (_EMU_BUINACT_PWRCON_NODIODE << 5)     
  240 #define _EMU_BUACT_RESETVALUE               0x0000000BUL                         
  241 #define _EMU_BUACT_MASK                     0x0000007FUL                         
  242 #define _EMU_BUACT_BUEXTHRES_SHIFT          0                                    
  243 #define _EMU_BUACT_BUEXTHRES_MASK           0x7UL                                
  244 #define _EMU_BUACT_BUEXTHRES_DEFAULT        0x00000003UL                         
  245 #define EMU_BUACT_BUEXTHRES_DEFAULT         (_EMU_BUACT_BUEXTHRES_DEFAULT << 0)  
  246 #define _EMU_BUACT_BUEXRANGE_SHIFT          3                                    
  247 #define _EMU_BUACT_BUEXRANGE_MASK           0x18UL                               
  248 #define _EMU_BUACT_BUEXRANGE_DEFAULT        0x00000001UL                         
  249 #define EMU_BUACT_BUEXRANGE_DEFAULT         (_EMU_BUACT_BUEXRANGE_DEFAULT << 3)  
  250 #define _EMU_BUACT_PWRCON_SHIFT             5                                    
  251 #define _EMU_BUACT_PWRCON_MASK              0x60UL                               
  252 #define _EMU_BUACT_PWRCON_DEFAULT           0x00000000UL                         
  253 #define _EMU_BUACT_PWRCON_NONE              0x00000000UL                         
  254 #define _EMU_BUACT_PWRCON_BUMAIN            0x00000001UL                         
  255 #define _EMU_BUACT_PWRCON_MAINBU            0x00000002UL                         
  256 #define _EMU_BUACT_PWRCON_NODIODE           0x00000003UL                         
  257 #define EMU_BUACT_PWRCON_DEFAULT            (_EMU_BUACT_PWRCON_DEFAULT << 5)     
  258 #define EMU_BUACT_PWRCON_NONE               (_EMU_BUACT_PWRCON_NONE << 5)        
  259 #define EMU_BUACT_PWRCON_BUMAIN             (_EMU_BUACT_PWRCON_BUMAIN << 5)      
  260 #define EMU_BUACT_PWRCON_MAINBU             (_EMU_BUACT_PWRCON_MAINBU << 5)      
  261 #define EMU_BUACT_PWRCON_NODIODE            (_EMU_BUACT_PWRCON_NODIODE << 5)     
  264 #define _EMU_STATUS_RESETVALUE              0x00000000UL                      
  265 #define _EMU_STATUS_MASK                    0x00000001UL                      
  266 #define EMU_STATUS_BURDY                    (0x1UL << 0)                      
  267 #define _EMU_STATUS_BURDY_SHIFT             0                                 
  268 #define _EMU_STATUS_BURDY_MASK              0x1UL                             
  269 #define _EMU_STATUS_BURDY_DEFAULT           0x00000000UL                      
  270 #define EMU_STATUS_BURDY_DEFAULT            (_EMU_STATUS_BURDY_DEFAULT << 0)  
  273 #define _EMU_ROUTE_RESETVALUE               0x00000001UL                        
  274 #define _EMU_ROUTE_MASK                     0x00000001UL                        
  275 #define EMU_ROUTE_BUVINPEN                  (0x1UL << 0)                        
  276 #define _EMU_ROUTE_BUVINPEN_SHIFT           0                                   
  277 #define _EMU_ROUTE_BUVINPEN_MASK            0x1UL                               
  278 #define _EMU_ROUTE_BUVINPEN_DEFAULT         0x00000001UL                        
  279 #define EMU_ROUTE_BUVINPEN_DEFAULT          (_EMU_ROUTE_BUVINPEN_DEFAULT << 0)  
  282 #define _EMU_IF_RESETVALUE                  0x00000000UL                  
  283 #define _EMU_IF_MASK                        0x00000001UL                  
  284 #define EMU_IF_BURDY                        (0x1UL << 0)                  
  285 #define _EMU_IF_BURDY_SHIFT                 0                             
  286 #define _EMU_IF_BURDY_MASK                  0x1UL                         
  287 #define _EMU_IF_BURDY_DEFAULT               0x00000000UL                  
  288 #define EMU_IF_BURDY_DEFAULT                (_EMU_IF_BURDY_DEFAULT << 0)  
  291 #define _EMU_IFS_RESETVALUE                 0x00000000UL                   
  292 #define _EMU_IFS_MASK                       0x00000001UL                   
  293 #define EMU_IFS_BURDY                       (0x1UL << 0)                   
  294 #define _EMU_IFS_BURDY_SHIFT                0                              
  295 #define _EMU_IFS_BURDY_MASK                 0x1UL                          
  296 #define _EMU_IFS_BURDY_DEFAULT              0x00000000UL                   
  297 #define EMU_IFS_BURDY_DEFAULT               (_EMU_IFS_BURDY_DEFAULT << 0)  
  300 #define _EMU_IFC_RESETVALUE                 0x00000000UL                   
  301 #define _EMU_IFC_MASK                       0x00000001UL                   
  302 #define EMU_IFC_BURDY                       (0x1UL << 0)                   
  303 #define _EMU_IFC_BURDY_SHIFT                0                              
  304 #define _EMU_IFC_BURDY_MASK                 0x1UL                          
  305 #define _EMU_IFC_BURDY_DEFAULT              0x00000000UL                   
  306 #define EMU_IFC_BURDY_DEFAULT               (_EMU_IFC_BURDY_DEFAULT << 0)  
  309 #define _EMU_IEN_RESETVALUE                 0x00000000UL                   
  310 #define _EMU_IEN_MASK                       0x00000001UL                   
  311 #define EMU_IEN_BURDY                       (0x1UL << 0)                   
  312 #define _EMU_IEN_BURDY_SHIFT                0                              
  313 #define _EMU_IEN_BURDY_MASK                 0x1UL                          
  314 #define _EMU_IEN_BURDY_DEFAULT              0x00000000UL                   
  315 #define EMU_IEN_BURDY_DEFAULT               (_EMU_IEN_BURDY_DEFAULT << 0)  
  318 #define _EMU_BUBODBUVINCAL_RESETVALUE       0x0000000BUL                             
  319 #define _EMU_BUBODBUVINCAL_MASK             0x0000001FUL                             
  320 #define _EMU_BUBODBUVINCAL_THRES_SHIFT      0                                        
  321 #define _EMU_BUBODBUVINCAL_THRES_MASK       0x7UL                                    
  322 #define _EMU_BUBODBUVINCAL_THRES_DEFAULT    0x00000003UL                             
  323 #define EMU_BUBODBUVINCAL_THRES_DEFAULT     (_EMU_BUBODBUVINCAL_THRES_DEFAULT << 0)  
  324 #define _EMU_BUBODBUVINCAL_RANGE_SHIFT      3                                        
  325 #define _EMU_BUBODBUVINCAL_RANGE_MASK       0x18UL                                   
  326 #define _EMU_BUBODBUVINCAL_RANGE_DEFAULT    0x00000001UL                             
  327 #define EMU_BUBODBUVINCAL_RANGE_DEFAULT     (_EMU_BUBODBUVINCAL_RANGE_DEFAULT << 3)  
  330 #define _EMU_BUBODUNREGCAL_RESETVALUE       0x0000000BUL                             
  331 #define _EMU_BUBODUNREGCAL_MASK             0x0000001FUL                             
  332 #define _EMU_BUBODUNREGCAL_THRES_SHIFT      0                                        
  333 #define _EMU_BUBODUNREGCAL_THRES_MASK       0x7UL                                    
  334 #define _EMU_BUBODUNREGCAL_THRES_DEFAULT    0x00000003UL                             
  335 #define EMU_BUBODUNREGCAL_THRES_DEFAULT     (_EMU_BUBODUNREGCAL_THRES_DEFAULT << 0)  
  336 #define _EMU_BUBODUNREGCAL_RANGE_SHIFT      3                                        
  337 #define _EMU_BUBODUNREGCAL_RANGE_MASK       0x18UL                                   
  338 #define _EMU_BUBODUNREGCAL_RANGE_DEFAULT    0x00000001UL                             
  339 #define EMU_BUBODUNREGCAL_RANGE_DEFAULT     (_EMU_BUBODUNREGCAL_RANGE_DEFAULT << 3)  
__IOM uint32_t BUBODUNREGCAL
 
__IOM uint32_t BUBODBUVINCAL