Searched refs:month (Results 1 – 2 of 2) sorted by relevance
259 uint8_t month; in rtcGetTime() local269 month = (((dr >> 12) & 0x1) * 10) + ((dr >> 8) & 0xf) - 1; in rtcGetTime()270 … time_s = (((((dr >> 4) & 0x3) * 10) + (dr & 0xF) - 1) + (month << 5) - adjust[month]) * 86400ULL; in rtcGetTime()
626 unsigned char month; /* 0x01-0x12 */ member