Bus services: Difference between revisions
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 = |