This repository has been archived on 2023-01-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
esperpass/user/sys_time.h
Michael Smith c3ff7276a9 Initial commit
2018-03-09 14:21:54 +01:00

14 lines
248 B
C

#include "c_types.h"
// returns time until boot in us
uint64_t ICACHE_FLASH_ATTR
get_long_systime();
// returns lower half of time until boot in us
uint64_t ICACHE_FLASH_ATTR
get_low_systime();
// initializes the timer
void
init_long_systime();