nn::dsp::CTR::CheckSemaphoreRequest Function

Syntax

nn::Result CheckSemaphoreRequest(
     bool * pIsRequested
);

Arguments

Name Description
in pIsRequested The existence of a request.

Return Values

Returns the result of the operation.

Description

Gets a semaphore request.

The return value details are as follows.

LevelSummaryModuleDescriptionContent
LEVEL_SUCCESSSUMMARY_SUCCESSMODULE_COMMONDESCRIPTION_SUCCESSProcess succeeded.
LEVEL_STATUSSUMMARY_INVALID_STATEMODULE_NN_DSPDESCRIPTION_NOT_INITIALIZEDThe DSP library is not initialized.

Revision History

2010/02/02
Initial version.

CONFIDENTIAL