Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rtc.c2292 uint8_t tmp_value = Value; in RTC_ByteToBcd2() local
2294 while (tmp_value >= 10U) in RTC_ByteToBcd2()
2297 tmp_value -= 10U; in RTC_ByteToBcd2()
2300 return ((uint8_t)(bcd_high << 4U) | tmp_value); in RTC_ByteToBcd2()