Searched refs:RTC_Bcd2ToByte (Results 1 – 14 of 14) sorted by relevance
46 static uint8_t RTC_Bcd2ToByte(uint8_t Value);451 tmpreg = RTC_Bcd2ToByte(RTC_TimeStruct->RTC_Hours); in RTC_SetTime()458 assert_param(IS_RTC_HOUR24(RTC_Bcd2ToByte(RTC_TimeStruct->RTC_Hours))); in RTC_SetTime()460 assert_param(IS_RTC_MINUTES(RTC_Bcd2ToByte(RTC_TimeStruct->RTC_Minutes))); in RTC_SetTime()625 assert_param(IS_RTC_YEAR(RTC_Bcd2ToByte(RTC_DateStruct->RTC_Year))); in RTC_SetDate()626 tmpreg = RTC_Bcd2ToByte(RTC_DateStruct->RTC_Month); in RTC_SetDate()628 tmpreg = RTC_Bcd2ToByte(RTC_DateStruct->RTC_Date); in RTC_SetDate()798 tmpreg = RTC_Bcd2ToByte(RTC_AlarmStruct->RTC_AlarmTime.RTC_Hours); in RTC_SetAlarm()813 tmpreg = RTC_Bcd2ToByte(RTC_AlarmStruct->RTC_AlarmDateWeekDay); in RTC_SetAlarm()818 tmpreg = RTC_Bcd2ToByte(RTC_AlarmStruct->RTC_AlarmDateWeekDay); in RTC_SetAlarm()[all …]
63 static uint8_t RTC_Bcd2ToByte(uint8_t Value);475 tmpregister = RTC_Bcd2ToByte(RTC_TimeStruct->Hours); in RTC_ConfigTime()484 assert_param(IS_RTC_MINUTES(RTC_Bcd2ToByte(RTC_TimeStruct->Minutes))); in RTC_ConfigTime()485 assert_param(IS_RTC_SECONDS(RTC_Bcd2ToByte(RTC_TimeStruct->Seconds))); in RTC_ConfigTime()640 assert_param(IS_RTC_YEAR(RTC_Bcd2ToByte(RTC_DateStruct->Year))); in RTC_SetDate()641 tmpregister = RTC_Bcd2ToByte(RTC_DateStruct->Month); in RTC_SetDate()643 tmpregister = RTC_Bcd2ToByte(RTC_DateStruct->Date); in RTC_SetDate()824 tmpregister = RTC_Bcd2ToByte(RTC_AlarmStruct->AlarmTime.Hours); in RTC_SetAlarm()839 tmpregister = RTC_Bcd2ToByte(RTC_AlarmStruct->DateWeekValue); in RTC_SetAlarm()844 tmpregister = RTC_Bcd2ToByte(RTC_AlarmStruct->DateWeekValue); in RTC_SetAlarm()[all …]
63 static uint8_t RTC_Bcd2ToByte(uint8_t Value);477 tmpregister = RTC_Bcd2ToByte(RTC_TimeStruct->Hours); in RTC_ConfigTime()486 assert_param(IS_RTC_MINUTES(RTC_Bcd2ToByte(RTC_TimeStruct->Minutes))); in RTC_ConfigTime()487 assert_param(IS_RTC_SECONDS(RTC_Bcd2ToByte(RTC_TimeStruct->Seconds))); in RTC_ConfigTime()640 assert_param(IS_RTC_YEAR(RTC_Bcd2ToByte(RTC_DateStruct->Year))); in RTC_SetDate()641 tmpregister = RTC_Bcd2ToByte(RTC_DateStruct->Month); in RTC_SetDate()643 tmpregister = RTC_Bcd2ToByte(RTC_DateStruct->Date); in RTC_SetDate()822 tmpregister = RTC_Bcd2ToByte(RTC_AlarmStruct->AlarmTime.Hours); in RTC_SetAlarm()837 tmpregister = RTC_Bcd2ToByte(RTC_AlarmStruct->DateWeekValue); in RTC_SetAlarm()842 tmpregister = RTC_Bcd2ToByte(RTC_AlarmStruct->DateWeekValue); in RTC_SetAlarm()[all …]
63 static uint8_t RTC_Bcd2ToByte(uint8_t Value);474 tmpregister = RTC_Bcd2ToByte(RTC_TimeStruct->Hours); in RTC_ConfigTime()483 assert_param(IS_RTC_MINUTES(RTC_Bcd2ToByte(RTC_TimeStruct->Minutes))); in RTC_ConfigTime()484 assert_param(IS_RTC_SECONDS(RTC_Bcd2ToByte(RTC_TimeStruct->Seconds))); in RTC_ConfigTime()637 assert_param(IS_RTC_YEAR(RTC_Bcd2ToByte(RTC_DateStruct->Year))); in RTC_SetDate()638 tmpregister = RTC_Bcd2ToByte(RTC_DateStruct->Month); in RTC_SetDate()640 tmpregister = RTC_Bcd2ToByte(RTC_DateStruct->Date); in RTC_SetDate()819 tmpregister = RTC_Bcd2ToByte(RTC_AlarmStruct->AlarmTime.Hours); in RTC_SetAlarm()834 tmpregister = RTC_Bcd2ToByte(RTC_AlarmStruct->DateWeekValue); in RTC_SetAlarm()839 tmpregister = RTC_Bcd2ToByte(RTC_AlarmStruct->DateWeekValue); in RTC_SetAlarm()[all …]
233 static uint8_t RTC_Bcd2ToByte(uint8_t Value);697 tmpreg = RTC_Bcd2ToByte(RTC_TimeStruct->RTC_Hours); in RTC_SetTime()706 assert_param(IS_RTC_MINUTES(RTC_Bcd2ToByte(RTC_TimeStruct->RTC_Minutes))); in RTC_SetTime()707 assert_param(IS_RTC_SECONDS(RTC_Bcd2ToByte(RTC_TimeStruct->RTC_Seconds))); in RTC_SetTime()872 assert_param(IS_RTC_YEAR(RTC_Bcd2ToByte(RTC_DateStruct->RTC_Year))); in RTC_SetDate()873 tmpreg = RTC_Bcd2ToByte(RTC_DateStruct->RTC_Month); in RTC_SetDate()875 tmpreg = RTC_Bcd2ToByte(RTC_DateStruct->RTC_Date); in RTC_SetDate()1061 tmpreg = RTC_Bcd2ToByte(RTC_AlarmStruct->RTC_AlarmTime.RTC_Hours); in RTC_SetAlarm()1076 tmpreg = RTC_Bcd2ToByte(RTC_AlarmStruct->RTC_AlarmDateWeekDay); in RTC_SetAlarm()1081 tmpreg = RTC_Bcd2ToByte(RTC_AlarmStruct->RTC_AlarmDateWeekDay); in RTC_SetAlarm()[all …]
62 static uint8_t RTC_Bcd2ToByte(uint8_t Value);521 tmpregister = RTC_Bcd2ToByte(RTC_TimeStruct->Hours); in RTC_ConfigTime()530 assert_param(IS_RTC_MINUTES(RTC_Bcd2ToByte(RTC_TimeStruct->Minutes))); in RTC_ConfigTime()531 assert_param(IS_RTC_SECONDS(RTC_Bcd2ToByte(RTC_TimeStruct->Seconds))); in RTC_ConfigTime()686 assert_param(IS_RTC_YEAR(RTC_Bcd2ToByte(RTC_DateStruct->Year))); in RTC_SetDate()687 tmpregister = RTC_Bcd2ToByte(RTC_DateStruct->Month); in RTC_SetDate()689 tmpregister = RTC_Bcd2ToByte(RTC_DateStruct->Date); in RTC_SetDate()870 tmpregister = RTC_Bcd2ToByte(RTC_AlarmStruct->AlarmTime.Hours); in RTC_SetAlarm()885 tmpregister = RTC_Bcd2ToByte(RTC_AlarmStruct->DateWeekValue); in RTC_SetAlarm()890 tmpregister = RTC_Bcd2ToByte(RTC_AlarmStruct->DateWeekValue); in RTC_SetAlarm()[all …]
62 static uint8_t RTC_Bcd2ToByte(uint8_t Value);482 tmpregister = RTC_Bcd2ToByte(RTC_TimeStruct->Hours); in RTC_ConfigTime()489 assert_param(IS_RTC_24HOUR(RTC_Bcd2ToByte(RTC_TimeStruct->Hours))); in RTC_ConfigTime()491 assert_param(IS_RTC_MINUTES(RTC_Bcd2ToByte(RTC_TimeStruct->Minutes))); in RTC_ConfigTime()633 assert_param(IS_RTC_YEAR(RTC_Bcd2ToByte(RTC_DateStruct->Year))); in RTC_SetDate()634 tmpregister = RTC_Bcd2ToByte(RTC_DateStruct->Month); in RTC_SetDate()636 tmpregister = RTC_Bcd2ToByte(RTC_DateStruct->Date); in RTC_SetDate()805 tmpregister = RTC_Bcd2ToByte(RTC_AlarmStruct->AlarmTime.Hours); in RTC_SetAlarm()818 tmpregister = RTC_Bcd2ToByte(RTC_AlarmStruct->DateWeekValue); in RTC_SetAlarm()823 tmpregister = RTC_Bcd2ToByte(RTC_AlarmStruct->DateWeekValue); in RTC_SetAlarm()[all …]
62 static uint8_t RTC_Bcd2ToByte(uint8_t Value);514 tmpregister = RTC_Bcd2ToByte(RTC_TimeStruct->Hours); in RTC_ConfigTime()523 assert_param(IS_RTC_MINUTES(RTC_Bcd2ToByte(RTC_TimeStruct->Minutes))); in RTC_ConfigTime()524 assert_param(IS_RTC_SECONDS(RTC_Bcd2ToByte(RTC_TimeStruct->Seconds))); in RTC_ConfigTime()674 assert_param(IS_RTC_YEAR(RTC_Bcd2ToByte(RTC_DateStruct->Year))); in RTC_SetDate()675 tmpregister = RTC_Bcd2ToByte(RTC_DateStruct->Month); in RTC_SetDate()677 tmpregister = RTC_Bcd2ToByte(RTC_DateStruct->Date); in RTC_SetDate()858 tmpregister = RTC_Bcd2ToByte(RTC_AlarmStruct->AlarmTime.Hours); in RTC_SetAlarm()873 tmpregister = RTC_Bcd2ToByte(RTC_AlarmStruct->DateWeekValue); in RTC_SetAlarm()878 tmpregister = RTC_Bcd2ToByte(RTC_AlarmStruct->DateWeekValue); in RTC_SetAlarm()[all …]
775 assert_param(IS_RTC_HOUR12(RTC_Bcd2ToByte(sTime->Hours))); in HAL_RTC_SetTime()896 sTime->Hours = (uint8_t)RTC_Bcd2ToByte(sTime->Hours); in HAL_RTC_GetTime()897 sTime->Minutes = (uint8_t)RTC_Bcd2ToByte(sTime->Minutes); in HAL_RTC_GetTime()898 sTime->Seconds = (uint8_t)RTC_Bcd2ToByte(sTime->Seconds); in HAL_RTC_GetTime()946 assert_param(IS_RTC_YEAR(RTC_Bcd2ToByte(sDate->Year))); in HAL_RTC_SetDate()947 assert_param(IS_RTC_MONTH(RTC_Bcd2ToByte(sDate->Month))); in HAL_RTC_SetDate()948 assert_param(IS_RTC_DATE(RTC_Bcd2ToByte(sDate->Date))); in HAL_RTC_SetDate()1040 sDate->Year = (uint8_t)RTC_Bcd2ToByte(sDate->Year); in HAL_RTC_GetDate()1041 sDate->Month = (uint8_t)RTC_Bcd2ToByte(sDate->Month); in HAL_RTC_GetDate()1042 sDate->Date = (uint8_t)RTC_Bcd2ToByte(sDate->Date); in HAL_RTC_GetDate()[all …]
300 sTimeStamp->Hours = (uint8_t)RTC_Bcd2ToByte(sTimeStamp->Hours); in HAL_RTCEx_GetTimeStamp()301 sTimeStamp->Minutes = (uint8_t)RTC_Bcd2ToByte(sTimeStamp->Minutes); in HAL_RTCEx_GetTimeStamp()302 sTimeStamp->Seconds = (uint8_t)RTC_Bcd2ToByte(sTimeStamp->Seconds); in HAL_RTCEx_GetTimeStamp()305 sTimeStampDate->Month = (uint8_t)RTC_Bcd2ToByte(sTimeStampDate->Month); in HAL_RTCEx_GetTimeStamp()306 sTimeStampDate->Date = (uint8_t)RTC_Bcd2ToByte(sTimeStampDate->Date); in HAL_RTCEx_GetTimeStamp()307 sTimeStampDate->WeekDay = (uint8_t)RTC_Bcd2ToByte(sTimeStampDate->WeekDay); in HAL_RTCEx_GetTimeStamp()
794 uint8_t RTC_Bcd2ToByte(uint8_t Value);
398 RTC_Bcd2ToByte = 0x9cc9;
396 define exported symbol RTC_Bcd2ToByte = 0x9cc9;
Completed in 45 milliseconds