Difference between revisions of "84PCE:Syscalls:00057C"
From WikiTI
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:84PCE:CCalls:By Name| | + | [[Category:84PCE:CCalls:By Name|os_GetOnInterrupt]] |
− | [[Category:84PCE:CCalls:By Address|00057C - | + | [[Category:84PCE:CCalls:By Address|00057C - os_GetOnInterrupt]] |
== Synopsis == | == Synopsis == | ||
− | '''Hypothesized Official Name:''' | + | '''Hypothesized Official Name:''' os_GetOnInterrupt |
'''C Function Address:''' 00057Ch | '''C Function Address:''' 00057Ch | ||
− | Gets the status of the [ON] interrupt. | + | Gets the status of the [ON] interrupt bit. |
− | == Function Prototype == | + | === Function Prototype === |
bool GetOnInterrupt(void); | bool GetOnInterrupt(void); | ||
=== Arguments === | === Arguments === | ||
− | None | + | * None (void) |
=== Returns === | === Returns === | ||
− | True - The onInterrupt bit is set | + | * True - The onInterrupt bit is set |
− | + | ||
− | + | * False - The onInterrupt bit is reset | |
− | * | + | |
− | + |
Latest revision as of 00:39, 6 March 2016
Synopsis
Hypothesized Official Name: os_GetOnInterrupt
C Function Address: 00057Ch
Gets the status of the [ON] interrupt bit.
Function Prototype
bool GetOnInterrupt(void);
Arguments
- None (void)
Returns
- True - The onInterrupt bit is set
- False - The onInterrupt bit is reset