void delayUs(BUInt us)
Will delay for given time in us, if tasks running task will sleep.
Definition: BSys.cpp:14
Thread safe conditional variable.
Definition: BCond.h:15
Error return class. This class is used to return the error status from a function....
Definition: BError.h:31
A thread safe class to access to the systems real time battery backed up time hardware.
Definition: BRtc.h:29
void wait(int delayUs)
Wait specified uS.
Definition: BRtc.cpp:83
BRtcThreaded()
Definition: BRtc.cpp:56
BError init(int rate)
Setup interrupt rate.
Definition: BRtc.cpp:63
~BRtcThreaded()
Definition: BRtc.cpp:60
Realtime clock for access to the systems real time battery backed up time hardware.
Definition: BRtc.h:16
~BRtc()
Definition: BRtc.cpp:23
BError init(int rate)
Setup interrupt rate.
Definition: BRtc.cpp:28
void wait(int delayUs)
Wait specified uS.
Definition: BRtc.cpp:44
BRtc()
Definition: BRtc.cpp:18
Implements a program execution thread.
Definition: BThread.h:14