TM STM32F4xx Libraries  v1.0.0
Libraries for STM32F4xx devices from Tilen Majerle
TM_GPS_Time_t Struct Reference

Time structure for GPS. More...

#include <tm_stm32f4_gps.h>

Data Fields

uint8_t Hours
 
uint8_t Minutes
 
uint8_t Seconds
 
uint8_t Hundredths
 

Detailed Description

Time structure for GPS.

Field Documentation

uint8_t Hours

Hours from GPS time.

uint8_t Hundredths

Hundredths from GPS time.

uint8_t Minutes

Minutes from GPS time.

uint8_t Seconds

Seconds from GPS time.