Home
last modified time | relevance | path

Searched refs:tmp_value (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rtc.c2247 uint8_t tmp_value = Value; in RTC_ByteToBcd2() local
2249 while (tmp_value >= 10U) in RTC_ByteToBcd2()
2252 tmp_value -= 10U; in RTC_ByteToBcd2()
2255 return ((uint8_t)(bcd_high << 4U) | tmp_value); in RTC_ByteToBcd2()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rtc.c2274 uint8_t tmp_value = Value; in RTC_ByteToBcd2() local
2276 while (tmp_value >= 10U) in RTC_ByteToBcd2()
2279 tmp_value -= 10U; in RTC_ByteToBcd2()
2282 return ((uint8_t)(bcd_high << 4U) | tmp_value); in RTC_ByteToBcd2()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rtc.c2186 uint8_t tmp_value = Value; in RTC_ByteToBcd2() local
2188 while (tmp_value >= 10U) in RTC_ByteToBcd2()
2191 tmp_value -= 10U; in RTC_ByteToBcd2()
2194 return ((uint8_t)(bcd_high << 4U) | tmp_value); in RTC_ByteToBcd2()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rtc.c2233 uint8_t tmp_value = Value; in RTC_ByteToBcd2() local
2235 while (tmp_value >= 10U) in RTC_ByteToBcd2()
2238 tmp_value -= 10U; in RTC_ByteToBcd2()
2241 return ((uint8_t)(bcd_high << 4U) | tmp_value); in RTC_ByteToBcd2()