|
TM STM32Fxxx HAL Libraries
v1.0.0
Libraries for STM32Fxxx (F0, F4 and F7 series) devices based on HAL drivers from ST from Tilen Majerle
|
Time structure for GPS. More...
#include <tm_stm32_gps.h>
Data Fields | |
| uint8_t | Hours |
| uint8_t | Minutes |
| uint8_t | Seconds |
| uint16_t | Hundredths |
Time structure for GPS.
| uint8_t Hours |
Hours from GPS time.
| uint16_t Hundredths |
Hundredths from GPS time.
| uint8_t Minutes |
Minutes from GPS time.
| uint8_t Seconds |
Seconds from GPS time.