Rev 73 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 73 | Rev 127 | ||
|---|---|---|---|
| Line 17... | Line 17... | ||
| 17 | 17 | ||
| 18 | 18 | ||
| 19 | /*----------------------------------------------------------------------------- |
19 | /*----------------------------------------------------------------------------- |
| 20 | * Public Function Prototypes |
20 | * Public Function Prototypes |
| 21 | *---------------------------------------------------------------------------*/ |
21 | *---------------------------------------------------------------------------*/ |
| 22 | void |
22 | void Timebase_Init(void); |
| 23 | uint32_t |
23 | uint32_t Timebase_CurrentTime(void); |
| 24 | uint32_t |
24 | uint32_t Timebase_PassedTimeMillis(uint32_t t0); |
| 25 | 25 | ||
| 26 | 26 | ||
| 27 | #endif |
27 | #endif |