6#ifndef ZEPHYR_INCLUDE_RTC_RTC_MAX31331_H
7#define ZEPHYR_INCLUDE_RTC_RTC_MAX31331_H
Main header file for GPIO driver API.
flags
Definition parser.h:97
Main header file for real-time clock (RTC) driver API.
void(* rtc_max31331_timestamp_callback)(const struct device *dev, void *user_data)
MAX31331 timestamp callback type.
Definition rtc_max31331.h:20
int rtc_max31331_get_timestamps(const struct device *dev, struct rtc_time *timeptr, uint8_t index, uint8_t *flags)
Read a stored timestamp from the MAX31331.
int rtc_max31331_set_timestamp_callback(const struct device *dev, rtc_max31331_timestamp_callback cb, void *user_data)
Register a timestamp event callback.
__UINT8_TYPE__ uint8_t
Definition stdint.h:88
Runtime device structure (in ROM) per driver instance.
Definition device.h:513
Structure for storing date and time values with sub-second precision.
Definition rtc.h:62