Searched refs:tmp_value (Results 1 – 1 of 1) sorted by relevance
2292 uint8_t tmp_value = Value; in RTC_ByteToBcd2() local2294 while (tmp_value >= 10U) in RTC_ByteToBcd2()2297 tmp_value -= 10U; in RTC_ByteToBcd2()2300 return ((uint8_t)(bcd_high << 4U) | tmp_value); in RTC_ByteToBcd2()