#include <BRtc.h>
Public Member Functions | |
BRtc () | |
~BRtc () | |
BError | init (int rate) |
Setup interrupt rate. | |
void | wait (int delayUs) |
Wait specified uS. | |
Private Attributes | |
int | ofd |
int | orate |
BRtc::BRtc | ( | ) |
BRtc::~BRtc | ( | ) |
BError BRtc::init | ( | int | rate | ) |
Setup interrupt rate.
void BRtc::wait | ( | int | delayUs | ) |
Wait specified uS.
int BRtc::ofd [private] |
int BRtc::orate [private] |