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

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

Completed in 143 milliseconds