Home |
RTKernel-32 Programming Manual Function FTCalibrate |
Function FTCalibrateFunction FTCalibrate can calibrate the high resolution timer using the clock driver: RTKFTIMEINT FTCalibrate(RTKDuration Ticks); ParametersTicksSpecifies the calibration period in timer ticks. return valueThe timer frequency or 0 if the calibration failed. RTKFTIMEINT can be a 32-bit or 64-bit integer type. Please see section Module FineTime in the RTKernel-32 Programming Manual for details. FTCalibrate calls FTSetResolution internally. Fine Time Arithmetic Functions
|