OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DS1307
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/ds1307/
ds1307.cxx
32
#include "
ds1307
.h"
38
DS1307
::
DS1307
(int bus) : m_i2c(bus)
49
mraa::Result
DS1307
::writeBytes(uint8_t reg, uint8_t *buffer, int len)
74
int
DS1307
::readBytes(uint8_t reg, uint8_t *buffer, int len)
90
bool
DS1307
::loadTime()
136
bool
DS1307
::setTime()
175
mraa::Result
DS1307
::enableClock()
188
mraa::Result
DS1307
::disableClock()
203
uint8_t
DS1307
::decToBcd(unsigned int val
[
all
...]
ds1307.h
46
* @brief
DS1307
Real-Time Clock library
47
* @defgroup
ds1307
libupm-
ds1307
52
* @library
ds1307
53
* @sensor
ds1307
55
* @altname
DS1307
RTC
60
* @brief API for the
DS1307
Real-Time CLock
62
* UPM module for the
DS1307
-based real-time clock. The clock can provide information
68
* @image html
ds1307
.jpg
69
* @snippet
ds1307
.cxx Interestin
[
all
...]
Completed in 130 milliseconds