Andrew Boyson / clock

Dependents:   oldheating gps motorhome heating

timer.h

Committer:
andrewboyson
Date:
2018-01-22
Revision:
24:6c9833e2a049
Child:
25:81014a201736

File content as of revision 24:6c9833e2a049:

#include <stdint.h>

extern void     TimerInit(void);
extern uint32_t TimerPeriodCount(uint32_t* pLastCount);
extern uint32_t TimerNowCount(void);
extern uint32_t TimerSinceCount(uint32_t startCount);
extern uint32_t TimerSinceMs(uint32_t startCount);