OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DS1307
(Results
1 - 6
of
6
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/c++/
ds1307.cxx
27
#include "
ds1307
.h"
31
void printTime(upm::
DS1307
*rtc)
51
upm::
DS1307
*rtc = new upm::
DS1307
(0);
/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
...]
/hardware/bsp/intel/peripheral/libupm/examples/java/
DS1307Sample.java
37
static private void printTime(upm_ds1307.
DS1307
rtc) {
61
upm_ds1307.
DS1307
rtc = new upm_ds1307.
DS1307
(0);
/hardware/bsp/intel/peripheral/libupm/examples/python/
ds1307.py
28
myRTCClock = upmDs1307.
DS1307
(0)
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
ds1307.js
29
var
ds1307
= require('jsupm_ds1307');
variable
31
var myRTCClockObj = new
ds1307
.
DS1307
(0);
Completed in 264 milliseconds