This file provides the interfaces of Shared_tod_i2c_rtc.
More...
#include <rtems.h>
#include <rtems/thread.h>
#include <libchip/rtc.h>
#include <stdint.h>
Go to the source code of this file.
|
#define | I2C_RTC_ORDER_sec_min_hour_wkday_day_month_year { .sec = 0, .min = 1, .hour = 2, .day = 4, .wkday = 3, .month = 5, .year = 6 } |
|
#define | I2C_RTC_ORDER_sec_min_hour_day_wkday_month_year { .sec = 0, .min = 1, .hour = 2, .day = 3, .wkday = 4, .month = 5, .year = 6 } |
|
#define | I2C_RTC_INITIALIZER(i2c_path, i2c_address, offset, reg_order, driver_name, hwinit) |
|
#define | I2C_RTC_TBL_ENTRY(dev_name, i2c_rtc_ctx) |
|
This file provides the interfaces of Shared_tod_i2c_rtc.