UveosOnNation_VEGA_Rtc/DevRtc.h

20 lines
274 B
C

//
// Created by ilya on 16.02.23.
//
#ifndef UVEOS_ON_NATION_DEVRTC_H
#define UVEOS_ON_NATION_DEVRTC_H
#include "RTC_n32g45x.h"
typedef struct {
tRtc_n32g45x rtcHw;
tRtcIO rtcIo;
} tRtc;
extern tRtc DEV_RTC;
void Rtc_Init();
#endif //UVEOS_ON_NATION_DEVRTC_H