PER Firmware
Loading...
Searching...
No Matches
rtc_sync.h File Reference

Synchronization of the RTC peripheral with the GPS UTC time. More...

Include dependency graph for rtc_sync.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void RTC_sync_init (void)
 
void RTC_sync (void)
 

Variables

volatile uint32_t last_RTC_sync_time
 
QueueHandle_t gps_time_queue
 
RTC_timestamp_t fallback_timestamp
 

Detailed Description

Synchronization of the RTC peripheral with the GPS UTC time.

Author
Irving Wang (irvin.nosp@m.gw@p.nosp@m.urdue.nosp@m..edu)
Shriya Balu (balu@.nosp@m.purd.nosp@m.ue.ed.nosp@m.u)

Function Documentation

◆ RTC_sync()

void RTC_sync ( void )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ RTC_sync_init()

void RTC_sync_init ( void )
Here is the caller graph for this function:

Variable Documentation

◆ fallback_timestamp

RTC_timestamp_t fallback_timestamp
extern

◆ gps_time_queue

QueueHandle_t gps_time_queue
extern

◆ last_RTC_sync_time

volatile uint32_t last_RTC_sync_time
extern