9 lines
180 B
C
9 lines
180 B
C
#ifndef _BSP_RTC_H
|
|
#define _BSP_RTC_H
|
|
|
|
void rtc_clock_init(void);
|
|
void rtc_set_alarm_relative_time(u32 nsec);
|
|
void rtc_set_alarm_wakeup(u32 nsec);
|
|
|
|
#endif // _FUNC_CLOCK_H
|