Lines Matching refs:Seconds
726 assert_param(IS_RTC_SECONDS(sTime->Seconds)); in HAL_RTC_SetTime()
730 ((uint32_t)sTime->Seconds)); in HAL_RTC_SetTime()
736 assert_param(IS_RTC_SECONDS(RTC_Bcd2ToByte(sTime->Seconds))); in HAL_RTC_SetTime()
740 ((uint32_t)(RTC_Bcd2ToByte(sTime->Seconds)))); in HAL_RTC_SetTime()
828 sTime->Seconds = (uint8_t)((counter_time % 3600U) % 60U); in HAL_RTC_GetTime()
896 sTime->Seconds = (uint8_t)RTC_ByteToBcd2(sTime->Seconds); in HAL_RTC_GetTime()
1122 ((uint32_t)stime.Seconds)); in HAL_RTC_SetAlarm()
1128 assert_param(IS_RTC_SECONDS(sAlarm->AlarmTime.Seconds)); in HAL_RTC_SetAlarm()
1132 ((uint32_t)sAlarm->AlarmTime.Seconds)); in HAL_RTC_SetAlarm()
1138 assert_param(IS_RTC_SECONDS(RTC_Bcd2ToByte(sAlarm->AlarmTime.Seconds))); in HAL_RTC_SetAlarm()
1142 ((uint32_t)RTC_Bcd2ToByte(sAlarm->AlarmTime.Seconds))); in HAL_RTC_SetAlarm()
1214 ((uint32_t)stime.Seconds)); in HAL_RTC_SetAlarm_IT()
1220 assert_param(IS_RTC_SECONDS(sAlarm->AlarmTime.Seconds)); in HAL_RTC_SetAlarm_IT()
1224 ((uint32_t)sAlarm->AlarmTime.Seconds)); in HAL_RTC_SetAlarm_IT()
1230 assert_param(IS_RTC_SECONDS(RTC_Bcd2ToByte(sAlarm->AlarmTime.Seconds))); in HAL_RTC_SetAlarm_IT()
1234 ((uint32_t)RTC_Bcd2ToByte(sAlarm->AlarmTime.Seconds))); in HAL_RTC_SetAlarm_IT()
1314 sAlarm->AlarmTime.Seconds = (uint32_t)((counter_alarm % 3600U) % 60U); in HAL_RTC_GetAlarm()
1320 sAlarm->AlarmTime.Seconds = RTC_ByteToBcd2(sAlarm->AlarmTime.Seconds); in HAL_RTC_GetAlarm()