Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/rtc/
Dfsl_adapter_lpcrtc.c164 uint32_t newSeconds; in HAL_RTCSetAlarmRelative() local
165 newSeconds = RTC->COUNT + seconds; in HAL_RTCSetAlarmRelative()
166 RTC->MATCH = newSeconds; in HAL_RTCSetAlarmRelative()
Dfsl_adapter_rtc.c198 uint32_t newSeconds; in HAL_RTCSetAlarmRelative() local
199 newSeconds = RTC->TSR + seconds; in HAL_RTCSetAlarmRelative()
200 RTC->TAR = newSeconds; in HAL_RTCSetAlarmRelative()