monoZ docs
|
This file is responsible for real time clock operations. More...
#include "MZ_error_handler.h"
Go to the source code of this file.
Data Structures | |
struct | mzd_time |
Structure for Defining the Date and time for monoZ. More... | |
Functions | |
mz_error_t | MZ_RTC_Init (mzd_time _dt) |
This function initializes monoZ Real Time Clock. More... | |
mz_error_t | MZ_RTC_ReInit (mzd_time _dt) |
This function re-initializes monoZ Real Time Clock. More... | |
mz_error_t | MZ_RTC_read (mzd_time *_dt) |
This function Reads the Real Time Clock value. More... | |
mz_error_t | MZ_RTC_set (mzd_time _dt) |
This function Sets the Real Time Clock value. More... | |
This file is responsible for real time clock operations.
Definition in file MZ_rtc.h.