roo_time
API Documentation for roo_time
Loading...
Searching...
No Matches
uptime_now.cpp File Reference
#include "roo_time.h"
Include dependency graph for uptime_now.cpp:

Go to the source code of this file.

Namespaces

namespace  roo_time
 Umbrella header for the roo_time module.
 

Macros

#define IRAM_ATTR
 
#define ROO_TIME_UPTIME_MONOTONE   0
 

Functions

void roo_time::Delay (Duration duration)
 Delays execution for duration.
 
void roo_time::DelayUntil (Uptime deadline)
 Delays execution until deadline.
 

Variables

static int64_t roo_time::last_reading = 0
 
static int64_t roo_time::offset = 0
 

Macro Definition Documentation

◆ IRAM_ATTR

#define IRAM_ATTR

Definition at line 100 of file uptime_now.cpp.

◆ ROO_TIME_UPTIME_MONOTONE

#define ROO_TIME_UPTIME_MONOTONE   0

Definition at line 106 of file uptime_now.cpp.