Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rtc.c2246 uint32_t bcd_high = 0U; in RTC_ByteToBcd2() local
2251 bcd_high++; 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.c2273 uint32_t bcd_high = 0U; in RTC_ByteToBcd2() local
2278 bcd_high++; 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.c2185 uint32_t bcd_high = 0U; in RTC_ByteToBcd2() local
2190 bcd_high++; 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.c2232 uint32_t bcd_high = 0U; in RTC_ByteToBcd2() local
2237 bcd_high++; in RTC_ByteToBcd2()
2241 return ((uint8_t)(bcd_high << 4U) | tmp_value); in RTC_ByteToBcd2()