Home |
RTKernel-32 Programming Manual Function RTPStartRTC |
Function RTPStartRTCRTPStartRTC starts profiling with interrupts generated by the real-time clock: void RTPStartRTC(UINT Flags, int IntsPerSecond); ParametersFlagsPlease see the Flags parameter of function RTPStart for details. IntsPerSecondThe number of interrupts to generate per second. The only supported values are powers of 2 in the range 2 .. 8192. The supplied value is rounded down to the nearest supported value. This function programs the real-time clock to generate interrupts with the requested rate on IRQ 8 and then calls RTPStart. This function must not be used if the real-time clock is used for some other purpose, such as clock driver CLKRTC.
|