nn::gr::CTR::CommandBufferJumpHelper::CopyFrom Member Function

Syntax

void CopyFrom(
     const bit32 * begin,
     const bit32 * end
);

void CopyFrom(
     const bit32 * begin,
     int count
);

List of Overloaded Member Functions

CopyFrom ( const bit32 *, const bit32 * ) Copies and writes the command in the specified range.
CopyFrom ( const bit32 *, int ) Copies and writes the specified command buffer.

Description of CopyFrom ( const bit32 *, const bit32 * )

Copies and writes the command in the specified range.

Description of CopyFrom ( const bit32 *, int )

Copies and writes the specified command buffer.


CONFIDENTIAL