Home |
RTKernel-32 Programming Manual Function RTPStart |
Function RTPStartRTPStart starts profiling: void RTPStart(UINT Flags, int IRQ, void (* StopHook)(void)); ParametersFlagsZero or a combination of these flags:
IRQThe IRQ on which the profiler should install its interrupt handler. Note that this function does not program any hardware to generate interrupts. StopHookA callback function RTPStop should call. This callback should typically program the hardware to no longer generate interrupts. This parameter may be NULL. Most applications should not call this function directly but rather use RTPStartRTC, RTPStartTimer, or RTPStartCOM.
|