Home
last modified time | relevance | path

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

/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/
A Dapm32f0xx_rtc.c67 static uint8_t RTC_Bcd2ConByte(uint8_t val);
382 temp = RTC_Bcd2ConByte(timeStruct->hours); in RTC_ConfigTime()
475 timeStruct->hours = (uint8_t)RTC_Bcd2ConByte(timeStruct->hours); in RTC_ReadTime()
516 temp = RTC_Bcd2ConByte(dateStruct->month); in RTC_ConfigDate()
517 temp = RTC_Bcd2ConByte(dateStruct->date); in RTC_ConfigDate()
608 dateStruct->year = (uint8_t)RTC_Bcd2ConByte(dateStruct->year); in RTC_ReadDate()
609 dateStruct->month = (uint8_t)RTC_Bcd2ConByte(dateStruct->month); in RTC_ReadDate()
610 dateStruct->date = (uint8_t)RTC_Bcd2ConByte(dateStruct->date); in RTC_ReadDate()
647 temp = RTC_Bcd2ConByte(alarmStruct->time.hours); in RTC_ConfigAlarm()
1181 dateStruct->date = (uint8_t)RTC_Bcd2ConByte(dateStruct->date); in RTC_ReadTimeDate()
[all …]
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/
A Dapm32f4xx_rtc.c58 static uint8_t RTC_Bcd2ConByte(uint8_t val);
481 time->hours = (uint8_t)RTC_Bcd2ConByte(time->hours); in RTC_ReadTime()
482 time->minutes = (uint8_t)RTC_Bcd2ConByte(time->minutes); in RTC_ReadTime()
483 time->seconds = (uint8_t)RTC_Bcd2ConByte(time->seconds); in RTC_ReadTime()
615 date->year = (uint8_t)RTC_Bcd2ConByte(date->year); in RTC_ReadDate()
616 date->month = (RTC_MONTH_T)RTC_Bcd2ConByte(date->month); in RTC_ReadDate()
617 date->date = (uint8_t)RTC_Bcd2ConByte(date->date); in RTC_ReadDate()
1397 time->hours = (uint8_t)RTC_Bcd2ConByte(time->hours); in RTC_ReadTimeDate()
1398 time->minutes = (uint8_t)RTC_Bcd2ConByte(time->minutes); in RTC_ReadTimeDate()
1402 date->date = (uint8_t)RTC_Bcd2ConByte(date->date); in RTC_ReadTimeDate()
[all …]

Completed in 12 milliseconds