|
TM STM32F4xx Libraries
v1.0.0
Libraries for STM32F4xx devices from Tilen Majerle
|
Time structure for GPS. More...
#include <tm_stm32f4_gps.h>
Data Fields | |
| uint8_t | Hours |
| uint8_t | Minutes |
| uint8_t | Seconds |
| uint8_t | Hundredths |
Time structure for GPS.
| 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.