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 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 the value of a command register.

Revision History

2010/01/29
Initial version.

CONFIDENTIAL