Searched refs:PCF8563_REG_DM (Results 1 – 1 of 1) sorted by relevance
37 #define PCF8563_REG_DM 0x05 macro233 tm->tm_mday = bcd2bin(buf[PCF8563_REG_DM] & 0x3F); in pcf8563_get_datetime()268 buf[PCF8563_REG_DM] = bin2bcd(tm->tm_mday); in pcf8563_set_datetime()