Home
last modified time | relevance | path

Searched refs:tmp_Value (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rtc.c1737 uint8_t tmp_Value = Value; in RTC_ByteToBcd2() local
1739 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()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_rtc.c1919 uint8_t tmp_Value = Value; in RTC_ByteToBcd2() local
1921 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()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rtc.c1874 uint8_t tmp_Value = Value; in RTC_ByteToBcd2() local
1876 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()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rtc.c2004 uint8_t tmp_Value = Value; in RTC_ByteToBcd2() local
2006 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()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rtc.c1943 uint8_t tmp_Value = Value; in RTC_ByteToBcd2() local
1945 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()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rtc.c2196 uint8_t tmp_Value = Value; in RTC_ByteToBcd2() local
2198 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()