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/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rtc.c2161 uint8_t tmp_Value = Value; in RTC_ByteToBcd2() local
2163 while (tmp_Value >= 10U) in RTC_ByteToBcd2()
2166 tmp_Value -= 10U; in RTC_ByteToBcd2()
2169 return ((uint8_t)(bcdhigh << 4U) | tmp_Value); in RTC_ByteToBcd2()