Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/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-3.5.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rtc.c1934 uint8_t tmp_Value = Value; in RTC_ByteToBcd2() local
1936 while (tmp_Value >= 10U) in RTC_ByteToBcd2()
1939 tmp_Value -= 10U; in RTC_ByteToBcd2()
1942 return ((uint8_t)(bcdhigh << 4U) | tmp_Value); in RTC_ByteToBcd2()
/hal_stm32-3.5.0/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-3.5.0/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-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rtc.c2191 uint8_t tmp_Value = Value; in RTC_ByteToBcd2() local
2193 while (tmp_Value >= 10U) in RTC_ByteToBcd2()
2196 tmp_Value -= 10U; in RTC_ByteToBcd2()
2199 return ((uint8_t)(bcdhigh << 4U) | tmp_Value); in RTC_ByteToBcd2()