PSC services: Difference between revisions
No edit summary |
No edit summary |
||
Line 778: | Line 778: | ||
! Cmd || Name | ! Cmd || Name | ||
|- | |- | ||
| 0 || | | 0 || [[#AddSource]] | ||
|- | |- | ||
| 1 || | | 1 || [[#Receive]] | ||
|} | |} | ||
== | == AddSource == | ||
Unofficial name. | |||
== | Takes an input u32 '''SourceId'''. Returns an output u64 '''EventTime'''. | ||
Takes an input u32 ''' | |||
== Receive == | |||
Unofficial name. | |||
Takes an input u32 '''SourceId''' and an input u64 (unused, official software passes struct pointer). Returns an output Event handle with autoclear disabled. | |||
= ins:s = | = ins:s = | ||
Line 798: | Line 802: | ||
! Cmd || Name | ! Cmd || Name | ||
|- | |- | ||
| 0 || | | 0 || [[#Send]] | ||
|} | |} | ||
== | == Send == | ||
Takes an input u32 ''' | Unofficial name. | ||
Takes an input u32 '''SourceId''' and an input u64 (unused, official software passes struct pointer). Returns an output Event handle with autoclear disabled. | |||
= hshl:sys = | = hshl:sys = |