7#ifndef ZEPHYR_INCLUDE_DRIVERS_RTC_RTC_FAKE_H_
8#define ZEPHYR_INCLUDE_DRIVERS_RTC_RTC_FAKE_H_
20#ifdef CONFIG_RTC_ALARM
32#ifdef CONFIG_RTC_UPDATE
37#ifdef CONFIG_RTC_CALIBRATION
#define DECLARE_FAKE_VALUE_FUNC(...)
Definition fff.h:8684
void(* rtc_alarm_callback)(const struct device *dev, uint16_t id, void *user_data)
RTC alarm triggered callback.
Definition rtc.h:91
void(* rtc_update_callback)(const struct device *dev, void *user_data)
RTC update event callback.
Definition rtc.h:81
Public real time clock driver API.
__INT32_TYPE__ int32_t
Definition stdint.h:74
__UINT16_TYPE__ uint16_t
Definition stdint.h:89
Runtime device structure (in ROM) per driver instance.
Definition device.h:403
Structure for storing date and time values with sub-second precision.
Definition rtc.h:61