Searched refs:tmp_Value (Results 1 – 6 of 6) sorted by relevance
1737 uint8_t tmp_Value = Value; in RTC_ByteToBcd2() local1739 while (tmp_Value >= 10U) in RTC_ByteToBcd2()1742 tmp_Value -= 10U; in RTC_ByteToBcd2()1745 return ((uint8_t)(bcdhigh << 4U) | tmp_Value); in RTC_ByteToBcd2()
1919 uint8_t tmp_Value = Value; in RTC_ByteToBcd2() local1921 while (tmp_Value >= 10U) in RTC_ByteToBcd2()1924 tmp_Value -= 10U; in RTC_ByteToBcd2()1927 return ((uint8_t)(bcdhigh << 4U) | tmp_Value); in RTC_ByteToBcd2()
1874 uint8_t tmp_Value = Value; in RTC_ByteToBcd2() local1876 while (tmp_Value >= 10U) in RTC_ByteToBcd2()1879 tmp_Value -= 10U; in RTC_ByteToBcd2()1882 return ((uint8_t)(bcdhigh << 4U) | tmp_Value); in RTC_ByteToBcd2()
2004 uint8_t tmp_Value = Value; in RTC_ByteToBcd2() local2006 while (tmp_Value >= 10U) in RTC_ByteToBcd2()2009 tmp_Value -= 10U; in RTC_ByteToBcd2()2012 return ((uint8_t)(bcdhigh << 4U) | tmp_Value); in RTC_ByteToBcd2()
1943 uint8_t tmp_Value = Value; in RTC_ByteToBcd2() local1945 while (tmp_Value >= 10U) in RTC_ByteToBcd2()1948 tmp_Value -= 10U; in RTC_ByteToBcd2()1951 return ((uint8_t)(bcdhigh << 4U) | tmp_Value); in RTC_ByteToBcd2()
2196 uint8_t tmp_Value = Value; in RTC_ByteToBcd2() local2198 while (tmp_Value >= 10U) in RTC_ByteToBcd2()2201 tmp_Value -= 10U; in RTC_ByteToBcd2()2204 return ((uint8_t)(bcdhigh << 4U) | tmp_Value); in RTC_ByteToBcd2()