// // Created by ilya on 16.02.23. // #include "DevRtc.h" tRtc DEV_RTC; void Rtc_Init(){ tRtc *env = &DEV_RTC; vRtc_Init(&env->rtcHw); env->rtcIo = RtcGet_Io(&env->rtcHw); }