NNS_G2dApplyToHW

Syntax

#include <nnsys/g2d/g2d_Oam.h>
void NNS_G2dApplyToHW( 
        NNSG2dOamManagerInstance*   pMan );

Arguments

pMan [IN] OAM manager entity.

Return Values

None.

Description

Reflects the internal state of the OAM manager to the actual hardware. This function must be called during a V-blank event if the manager type is not NNS_G2D_OAMTYPE_SOFTWAREEMULATION. If the manager type is NNS_G2D_OAMTYPE_SOFTWAREEMULATION, this function can be called even if it is not during a V-blank event. The name of this function has changed to NNS_G2dApplyOamManagerToHW. To maintain compatibility with past versions, this function has been kept under a different name.

See Also

NNS_G2dApplyOamManagerToHW
NNS_G2dResetOamManagerBuffer

Revision History

2004/08/02 Renamed function.

2004/05/28 Initial version.


CONFIDENTIAL