AIROC™ BTSDK v4.7 - Documentation | ||||
List of parameters and defined functions needed to access Rtc driver. More...
Data Structures | |
struct | wiced_rtc_time_t |
Defines a driver to facilitate interfacing with the RTC. More... | |
union | wiced_real_time_clock_t |
Real time clock read from hardware (48 bits) More... | |
Functions | |
void | wiced_rtc_init (void) |
Function wiced_rtc_init. More... | |
void | wiced_rtc_get_raw_clock (wiced_real_time_clock_t *rtcClock) |
Function wiced_rtc_get_raw_clock. More... | |
void | wiced_rtc_get_time (wiced_rtc_time_t *timebuf) |
Function wiced_rtc_get_time. More... | |
void | wiced_rtc_set_reference_time (wiced_rtc_time_t *ref_time) |
Function wiced_rtc_set_reference_time. More... | |
wiced_bool_t | wiced_set_rtc_time (wiced_rtc_time_t *newTime) |
Function wiced_set_rtc_time. More... | |
wiced_bool_t | wiced_rtc_ctime (wiced_rtc_time_t *timer, char *outbuf) |
Function wiced_rtc_ctime. More... | |
void | wiced_seconds_to_rtc_time (uint32_t second, wiced_rtc_time_t *rtctime) |
Function wiced_seconds_to_rtc_time. More... | |
void | wiced_rtc_time_to_seconds (wiced_rtc_time_t *rtctime, uint32_t *second) |
Function wiced_rtc_time_to_seconds. More... | |
List of parameters and defined functions needed to access Rtc driver.