nn::y2r::CTR::Rotation Enumerated Type

Syntax

enum Rotation;

Values

Value Description
ROTATION_NONE No rotation.
ROTATION_CLOCKWISE_90 90 degrees clockwise.
ROTATION_CLOCKWISE_180 180 degrees.
ROTATION_CLOCKWISE_270 270 degrees clockwise (90 degrees counterclockwise).

Description

Enumerated type that indicates the output buffer rotation.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL