Home
last modified time | relevance | path

Searched refs:century (Results 1 – 1 of 1) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/maxds3231m/
Dmaxds3231m.cxx60 uint8_t century = (buffer[5] & 0x80) >> 7; in getDate() local
67 time.year = (century == 1) ? 2000 + BCDtoDEC(buffer[6]) : 1900 + BCDtoDEC(buffer[6]); in getDate()