Changes

Jump to navigation Jump to search
39 bytes removed ,  15:54, 14 March 2018
m
Removed volatile as it doesn't make sense; the MCU is always running, even when the SoC doesn't
Line 234: Line 234:  
   s* = shared register (explaination below this table)
 
   s* = shared register (explaination below this table)
 
   ds = dynamic shared (explaination below this table)
 
   ds = dynamic shared (explaination below this table)
  *v = volatile (survives reboots)
   
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
!  REGISTER
 
!  REGISTER
Line 330: Line 329:  
- 0x17
 
- 0x17
 
| s
 
| s
| rw v
+
| rw
 
| Unused and unreferenced free RAM! Good for userdata.
 
| Unused and unreferenced free RAM! Good for userdata.
 
|-
 
|-
Line 367: Line 366:  
- 0x1F
 
- 0x1F
 
| s
 
| s
| rw v
+
| rw
 
| Unused and unreferenced free RAM! Good for userdata.
 
| Unused and unreferenced free RAM! Good for userdata.
 
|-
 
|-
215

edits

Navigation menu