PP1000_STATUS PP1000SetClockRate(
PP1000_HANDLE Card,
PP1000_CLOCK Clock,
double Rate);
Arguments | |
Card | Handle of card to set clock on. |
Clock | Identifier of clock to program. |
Rate | Frequency (in Hertz) to set clock to. |
Return Values | |
PP1000_SUCCESS |
Success. |
PP1000_INVALID_HANDLE |
Card is not valid card handle. |
PP1000_INVALID_CLOCK_RATE |
Rate is out of range. |
PP1000_INVALID_CLOCK |
Clock is invalid. |
PP1000_INTERNAL_ERROR |
Error while talking to driver. |
Description | |
|
PP1000_STATUS PP1000StartVClock(
PP1000_HANDLE Card);
Arguments | |
Card | Handle of card to set clock on. |
Return Values | |
PP1000_SUCCESS |
Success. |
PP1000_INVALID_HANDLE |
Card is not valid card handle. |
PP1000_INTERNAL_ERROR |
Error while talking to driver. |
Description | |
|
PP1000_STATUS PP1000StepVClock(
PP1000_HANDLE Card);
 
Arguments | |
Card | Handle of card to set clock on. |
Return Values | |
PP1000_SUCCESS |
Success. |
PP1000_INVALID_HANDLE |
Card is not valid card handle. |
PP1000_INTERNAL_ERROR |
Error while talking to driver. |
Description | |
|
PP1000_STATUS PP1000StopVClock(
PP1000_HANDLE Card);
Arguments | |
Card | Handle of card to set clock on. |
Return Values | |
PP1000_SUCCESS |
Success. |
PP1000_INVALID_HANDLE |
Card is not valid card handle. |
PP1000_INTERNAL_ERROR |
Error while talking to driver. |
Description | |
|