36#ifndef LIBCHIP_ABEOZ9_RTC_H
37#define LIBCHIP_ABEOZ9_RTC_H
73#define ABEOZ9_RTC_INITIALIZER(i2c_path, i2c_address) { \
74 .base = I2C_RTC_INITIALIZER( \
78 I2C_RTC_ORDER_sec_min_hour_day_wkday_month_year, \
80 abeoz9_rtc_hw_init), \
83#define ABEOZ9_RTC_TBL_ENTRY(dev_name, abeoz9_rtc_ctx) \
84 I2C_RTC_TBL_ENTRY(dev_name, abeoz9_rtc_ctx)
int abeoz9_rtc_hw_init(struct i2c_rtc_base *base)
Definition: abeoz9.c:98
This file provides the interfaces of Shared_tod_i2c_rtc.
Definition: abeoz9-rtc.h:66