Changes

333 bytes added ,  19:55, 28 February 2020
no edit summary
Line 634: Line 634:  
! Cmd || Name
 
! Cmd || Name
 
|-
 
|-
| 0 || OpenSession
+
| 0 || [[#OpenSession_4|OpenSession]]
 
|}
 
|}
 +
 +
== OpenSession ==
 +
Takes a '''GpioPadName''' and returns an [[#ISession|ISession]].
    
== ISession ==
 
== ISession ==
Line 644: Line 647:  
! Cmd || Name
 
! Cmd || Name
 
|-
 
|-
| 0 || SetPinAssignment
+
| 0 || [[#SetPinAssignment]]
 
|-
 
|-
| 1 || GetPinAssignment
+
| 1 || [[#GetPinAssignment]]
 
|-
 
|-
| 2 || SetPinAssignmentForHardwareTest
+
| 2 || [[#SetPinAssignmentForHardwareTest]]
 
|}
 
|}
 +
 +
=== SetPinAssignment ===
 +
Takes an u32 '''PinAssignment'''. No output.
 +
 +
=== GetPinAssignment ===
 +
No input. Returns an u32 '''PinAssignment'''.
 +
 +
=== SetPinAssignmentForHardwareTest ===
 +
Same as [[#SetPinAssignment]].
    
= sasbus =
 
= sasbus =