nn::dsp::CTR::ClearSemaphore Function

Syntax

nn::Result ClearSemaphore(
     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

Clears semaphores.

Revision History

2010/02/02
Initial version.

CONFIDENTIAL