nn::dsp::CTR::SendData Function

Syntax

nn::Result SendData(
     u16 regNo,
     u16 value
);

Arguments

Name Description
in regNo Command register number.
in value Value to set.

Return Values

Returns the result of the operation.

Description

Sets the value of a command register.

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