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

Syntax

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

Parameters

Name Description
in begin Start address of the command buffer that contains the command that you are copying.
in end End address of the command buffer that contains the command that you are copying.

Return Values

None.

Description

Copies and writes the command in the specified range.


CONFIDENTIAL