NNS_G2dSetCellTransferStateRequested

Syntax

#include <nnsys/g2d/g2d_CellTransferManager.h>
void NNS_G2dSetCellTransferStateRequested( 
                            u32     handle,
                            u32     srcOffset,
                            u32     szByte );
  

Arguments

handle [IN] Handle of cell VRAM transfer state object
srcOffset [IN] Offset value from the start of the transfer source data
szByte [IN] Transfer size

Return Values

None.

Description

Sets the cell VRAM transfer state object in the VRAM transfer request state. For the state object set in the VRAM transfer request state, a VRAM transfer is actually requested if the NNS_G2dUpdateCellTransferStateManager function is checked and the "to be drawn" flag is valid.

See Also

NNS_G2dUpdateCellTransferStateManager

Revision History

2004/07/20 Initial version.


CONFIDENTIAL