Searched refs:_B (Results 1 – 1 of 1) sorted by relevance
81 #define BCD_TO_BIN(_B) ((_B & 0x0F) + ((_B >> 4) * 10)) in RTC_ReadTime() argument