Difference between revisions of "OS InnerWait ms"
From WikiPrizm
Jump to navigationJump to search (Created page with "{{syscall | name = OS_InnerWait_ms | header = fxcg/system.h | index = 0x1BB4 | signature = void OS_InnerWait_ms(int ms) | synopsis = Holds program execution for a given period...") |
|||
Line 4: | Line 4: | ||
| index = 0x1BB4 | | index = 0x1BB4 | ||
| signature = void OS_InnerWait_ms(int ms) | | signature = void OS_InnerWait_ms(int ms) | ||
− | | synopsis = Holds program execution for a given period of time | + | | synopsis = Holds program execution for a given period of time. |
− | | parameters = * '''ms''' - time, in milliseconds, for which to hold program execution. | + | | parameters = * '''ms''' - time, in milliseconds, for which to hold program execution. Valid values range from 1 to 2000 ms. |
| comments = According to Simon Lothar's documentation, this syscall works based on the 7305 TMU (channel 2), which is a 7730 TMU with a different address. | | comments = According to Simon Lothar's documentation, this syscall works based on the 7305 TMU (channel 2), which is a 7730 TMU with a different address. | ||
}} | }} |
Latest revision as of 18:04, 3 December 2014
Synopsis
Header: fxcg/system.h
Syscall index: 0x1BB4
Function signature: void OS_InnerWait_ms(int ms)
Holds program execution for a given period of time.
Parameters
- ms - time, in milliseconds, for which to hold program execution. Valid values range from 1 to 2000 ms.
Comments
According to Simon Lothar's documentation, this syscall works based on the 7305 TMU (channel 2), which is a 7730 TMU with a different address.