OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decToBcd
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/ds1307/
ds1307.cxx
145
buffer[0] =
decToBcd
(seconds) | (tmpbuf & 0x80);
148
buffer[1] =
decToBcd
(minutes);
153
buffer[2] =
decToBcd
(hours) | 0x40;
158
buffer[2] =
decToBcd
(hours);
161
buffer[3] =
decToBcd
(dayOfWeek);
164
buffer[4] =
decToBcd
(dayOfMonth);
167
buffer[5] =
decToBcd
(month);
170
buffer[6] =
decToBcd
(year);
203
uint8_t DS1307::
decToBcd
(unsigned int val)
ds1307.h
144
uint8_t
decToBcd
(unsigned int val);
Completed in 148 milliseconds