GX_ResetCapture

C Specification

#include <nitro/gx/gx_capture.h>

void GX_ResetCapture( void );

Arguments

None.

Return Values

None.

Description

Turns OFF the capture enable flag of the display capture control register. After completing the capture, the capture enable register automatically becomes OFF, and normally it is not necessary to explicitly reset with this function.
(Caution 1) After the display capture started at Line 0, it is not possible to abort capturing with this function. To cancel the capture, cancel it before the capturing operation starts.

See Also

GX_SetCapture

Revision History

01/05/2005 Initial version.