nn::dsp::CTR::SetSemaphore Function

Syntax

nn::Result SetSemaphore(
     u16 mask
);

Arguments

Name Description
in mask A mask.

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

Sets semaphore values.

Revision History

2010/02/02
Initial version.

CONFIDENTIAL