Changes

186 bytes added ,  17:50, 13 March 2020
no edit summary
Line 26: Line 26:  
| 9 || [5.0.0+] SetWakeEventActiveFlagSetForDebug2
 
| 9 || [5.0.0+] SetWakeEventActiveFlagSetForDebug2
 
|-
 
|-
| 10 || [6.0.0+]
+
| 10 || [6.0.0+] [[#SetRetryValues]]
 
|}
 
|}
   Line 49: Line 49:  
== IsWakeEventActive2 ==
 
== IsWakeEventActive2 ==
 
Same as [[#IsWakeEventActive]] but takes a [[#GpioPadName|DeviceCode]].
 
Same as [[#IsWakeEventActive]] but takes a [[#GpioPadName|DeviceCode]].
 +
 +
== SetRetryValues ==
 +
Stubbed. Returns 0.
    
== IPadSession ==
 
== IPadSession ==
Line 146: Line 149:  
| 12 || [[#ExecuteCommandListAuto]]
 
| 12 || [[#ExecuteCommandListAuto]]
 
|-
 
|-
| 13 || [6.0.0+]
+
| 13 || [6.0.0+] [[#SetRetryValues]]
 
|}
 
|}
    
== SendAuto ==
 
== SendAuto ==
Takes bytes to write in either a static buffer or a receive buffer, returns an error code for success
+
Takes bytes to write in either a static buffer or a receive buffer, returns an error code for success.
    
== ExecuteCommandListAuto ==
 
== ExecuteCommandListAuto ==
Line 158: Line 161:  
* 0x40 [u8 len] <bytes> - Write bytes to device
 
* 0x40 [u8 len] <bytes> - Write bytes to device
 
* 0xC1 [u8 len] - Receive bytes from device
 
* 0xC1 [u8 len] - Receive bytes from device
 +
 +
== SetRetryValues ==
 +
Takes 2 u32s '''MaxRetries''' and '''RetryDelay'''. Returns 0.
    
= uart =
 
= uart =
Line 308: Line 314:  
| 5 || GetEnabled
 
| 5 || GetEnabled
 
|-
 
|-
| 6 || [6.0.0+]
+
| 6 || [6.0.0+] SetScale
 
|-
 
|-
| 7 || [6.0.0+]
+
| 7 || [6.0.0+] GetScale
 
|}
 
|}