Lines Matching full:ptimer
2 * ptimer.h *
29 * @addtogroup PTimerModule PTimer API functions
37 typedef struct PTimer_t PTimer;
42 * @param timer PTimer handle.
44 PORTABLE_API ESR_ReturnCode PTimerCreate(PTimer **timer);
49 * @param timer PTimer handle.
51 PORTABLE_API ESR_ReturnCode PTimerDestroy(PTimer *timer);
58 PORTABLE_API ESR_ReturnCode PTimerStart(PTimer *timer);
63 PORTABLE_API ESR_ReturnCode PTimerStop(PTimer *timer);
71 PORTABLE_API ESR_ReturnCode PTimerGetElapsed(PTimer *timer,
79 PORTABLE_API ESR_ReturnCode PTimerReset(PTimer *timer);