Searched refs:tmp_Value (Results 1 – 1 of 1) sorted by relevance
2161 uint8_t tmp_Value = Value; in RTC_ByteToBcd2() local2163 while (tmp_Value >= 10U) in RTC_ByteToBcd2()2166 tmp_Value -= 10U; in RTC_ByteToBcd2()2169 return ((uint8_t)(bcdhigh << 4U) | tmp_Value); in RTC_ByteToBcd2()