Gx5733SetInternalClockEnable

Purpose

Sets the specified internal clock enable mode.

Syntax

Gx5733SetInternalClockEnable (nHandle, nClock, nEnable, pnStatus)

Parameters

Name
Type
Description
nHandle
SHORT
Handle to a GX5733 board.
nClock
SHORT
Clock number:
0. GX5733_CLOCK0: Internal Clock 0
1. GX5733_CLOCK1: Internal Clock 1
nEnable
SHORT
Returned clock enable mode:
0. GX5733_DISABLE_INTERNAL_CLOCK: Disable the specified clock.
1. GX5733_ENABLE_INTERNAL_CLOCK: Enable the specified clock.
pnStatus
PSHORT
Returned status: 0 on success, negative number on failure.

Example

The following example enables the internal clock 0:

 

Gx5733SetInternalClockEnable (nHandle, GX5733_CLOCK0, GX5733_ENABLE_INTERNAL_CLOCK, &nStatus);

 

See Also

Gx5733GetInternalClock