Changes

30 bytes added ,  01:07, 4 June 2022
m
Exec -> Exe
Line 3: Line 3:  
== Attributes ==
 
== Attributes ==
   −
=== Exec ===
+
=== Exe ===
 
'''Availability''': This attribute is only available on the first instance (index 0).
 
'''Availability''': This attribute is only available on the first instance (index 0).
   Line 22: Line 22:  
//start the PowerPC
 
//start the PowerPC
 
int8_t start = 2;
 
int8_t start = 2;
bspWrite("PPC", 0, "Exec", 1, &start);
+
bspWrite("PPC", 0, "Exe", 1, &start);
 
//stop the PowerPC
 
//stop the PowerPC
 
int8_t stop = 1;
 
int8_t stop = 1;
bspWrite("PPC", 0, "Exec", 1, &stop);
+
bspWrite("PPC", 0, "Exe", 1, &stop);
 
</syntaxhighlight>
 
</syntaxhighlight>
   Line 88: Line 88:  
| Query
 
| Query
 
| 16
 
| 16
| constant
+
| [[/Summary|see page]]
 
| Returns information about the PowerPC on this board, including the core count and bus speeds. The information returned is the same for all instances.
 
| Returns information about the PowerPC on this board, including the core count and bus speeds. The information returned is the same for all instances.
 
|}
 
|}
Line 120: Line 120:  
| Query
 
| Query
 
| 21
 
| 21
| constant
+
| [[/CoreProperties|see page]]
 
| Returns information about the cache of a given PowerPC core.
 
| Returns information about the cache of a given PowerPC core.
 
|}
 
|}