Gx5733SetInternalClockEnable (nHandle, nClock, nEnable, pnStatus)
Name |
Type |
Description |
nHandle |
SHORT |
Handle to a GX5733 board. |
nClock |
SHORT |
Clock number:0. GX5733_CLOCK0: Internal Clock 01. 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. |
The following example enables the internal clock 0:
Gx5733SetInternalClockEnable (nHandle, GX5733_CLOCK0, GX5733_ENABLE_INTERNAL_CLOCK, &nStatus);