Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
sntp_time Struct Reference

Time as returned by SNTP API, fractional seconds since 1 Jan 1970. More...

#include <sntp.h>

Data Fields

uint64_t seconds
 Second value.
 
uint32_t fraction
 Fractional seconds value.
 

Detailed Description

Time as returned by SNTP API, fractional seconds since 1 Jan 1970.

Field Documentation

◆ fraction

uint32_t sntp_time::fraction

Fractional seconds value.

◆ seconds

uint64_t sntp_time::seconds

Second value.


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