Home
last modified time | relevance | path

Searched defs:number (Results 1 – 9 of 9) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_rtc.c1807 uint8_t RTC_ByteToBcd2(uint8_t number) in RTC_ByteToBcd2()
1825 uint8_t RTC_Bcd2ToByte(uint8_t number) in RTC_Bcd2ToByte()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rtc.c1874 uint8_t RTC_ByteToBcd2(uint8_t number) in RTC_ByteToBcd2()
1892 uint8_t RTC_Bcd2ToByte(uint8_t number) in RTC_Bcd2ToByte()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_rtc.c1884 uint8_t RTC_ByteToBcd2(uint8_t number) in RTC_ByteToBcd2()
1902 uint8_t RTC_Bcd2ToByte(uint8_t number) in RTC_Bcd2ToByte()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rtc.c1743 uint8_t RTC_ByteToBcd2(uint8_t number) in RTC_ByteToBcd2()
1761 uint8_t RTC_Bcd2ToByte(uint8_t number) in RTC_Bcd2ToByte()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_rtc.c1896 uint8_t RTC_ByteToBcd2(uint8_t number) in RTC_ByteToBcd2()
1914 uint8_t RTC_Bcd2ToByte(uint8_t number) in RTC_Bcd2ToByte()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_rtc.c1646 uint8_t RTC_ByteToBcd2(uint8_t number) in RTC_ByteToBcd2()
1664 uint8_t RTC_Bcd2ToByte(uint8_t number) in RTC_Bcd2ToByte()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rtc.c1893 uint8_t RTC_ByteToBcd2(uint8_t number) in RTC_ByteToBcd2()
1911 uint8_t RTC_Bcd2ToByte(uint8_t number) in RTC_Bcd2ToByte()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_rtc.c1935 uint8_t RTC_ByteToBcd2(uint8_t number) in RTC_ByteToBcd2()
1953 uint8_t RTC_Bcd2ToByte(uint8_t number) in RTC_Bcd2ToByte()
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Config/Log/
Dlog_module_conf.h164 #define LOG_NUMBER64( number ) (uint32_t)( number >> 32u ), (uint32_t)( number ) argument