Searched refs:newSeconds (Results 1 – 2 of 2) sorted by relevance
164 uint32_t newSeconds; in HAL_RTCSetAlarmRelative() local165 newSeconds = RTC->COUNT + seconds; in HAL_RTCSetAlarmRelative()166 RTC->MATCH = newSeconds; in HAL_RTCSetAlarmRelative()
198 uint32_t newSeconds; in HAL_RTCSetAlarmRelative() local199 newSeconds = RTC->TSR + seconds; in HAL_RTCSetAlarmRelative()200 RTC->TAR = newSeconds; in HAL_RTCSetAlarmRelative()