nn::dsp::CTR::SendDataIsEmpty Function

Syntax

nn::Result SendDataIsEmpty(
     u16 regNo,
     bool * pStatus
);

Arguments

Name Description
in regNo Command register number.
out pStatus Address at which to store the state.

Return Values

Returns the result of the operation.

Description

Determines whether a command register has been loaded.

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/01/29
Initial version.

CONFIDENTIAL