Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
gnss_time Struct Reference

GNSS time data structure. More...

#include <gnss.h>

Data Fields

uint8_t hour
 Hour [0, 23].
 
uint8_t minute
 Minute [0, 59].
 
uint16_t millisecond
 Millisecond [0, 59999].
 
uint8_t month_day
 Day of month [1, 31].
 
uint8_t month
 Month [1, 12].
 
uint8_t century_year
 Year [0, 99].
 

Detailed Description

GNSS time data structure.

Field Documentation

◆ century_year

uint8_t gnss_time::century_year

Year [0, 99].

◆ hour

uint8_t gnss_time::hour

Hour [0, 23].

◆ millisecond

uint16_t gnss_time::millisecond

Millisecond [0, 59999].

◆ minute

uint8_t gnss_time::minute

Minute [0, 59].

◆ month

uint8_t gnss_time::month

Month [1, 12].

◆ month_day

uint8_t gnss_time::month_day

Day of month [1, 31].


The documentation for this struct was generated from the following file: