nn::dsp::CTR::MaskSemaphore Function

Syntax

nn::Result MaskSemaphore(
     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 a semaphore mask.

Revision History

2010/02/02
Initial version.

CONFIDENTIAL