nn::dsp::CTR::GetSemaphore Function

Syntax

nn::Result GetSemaphore(
     u16 * pMask
);

Arguments

Name Description
out pMask Location at which to store values.

Return Values

Returns the function's execution result. Returns one of the Result values listed below.
Value Description
ResultSuccess Process was successful.
ResultNotInitialized The library is not initialized.

Description

Gets semaphore values.

If the return value is other than ResultSuccess, the value of *pMask will be undefined.

Revision History

2011/03/25
Added note about return values other than ResultSuccess.
2010/02/02
Initial version.

CONFIDENTIAL