mikroSDK Reference Manual
|
Go to the source code of this file.
Data Structures | |
struct | rtc_time_t |
Structure representing the RTC time. More... | |
Enumerations | |
enum | rtc_err_t |
Functions | |
void | rtc_init () |
Initialize the RTC module. More... | |
err_t | rtc_start () |
Start the RTC module. More... | |
err_t | rtc_stop () |
Stop the RTC module. More... | |
err_t | rtc_reset () |
Reset the RTC module. More... | |
err_t | rtc_set_time (rtc_time_t *time) |
Configure time of RTC module. More... | |
err_t | rtc_get_time (rtc_time_t *time) |
Get time from RTC module. More... | |
void | rtc_system_reset () |
Preforms system reset. More... | |
enum rtc_err_t |