Home
last modified time | relevance | path

Searched defs:SNtpPacket (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus/Demo/Common/Demo_IP_Protocols/include/
A DNTPClient.h59 struct SNtpPacket struct
65 quint8 stratum; /* value 0 : unspecified */
68 qint8 poll; /* 10 means 1 << 10 = 1024 seconds */
71 qint8 precision; /* 0xFA = 250 = 0.015625 seconds */
74 qint32 rootDelay; /* 0x5D2E = 23854 or (23854/65535)= 0.3640 sec */
77 qint32 rootDispersion; /* 0x0008 CAC8 = 8.7912 seconds */
80 qint8 referenceID[ 4 ]; /* or just 0000 */
83 SNtpTimestamp referenceTimestamp; /* Current time */
86 SNtpTimestamp originateTimestamp; /* Keep 0 */
89 SNtpTimestamp receiveTimestamp; /* Keep 0 */
[all …]
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/common/NTP/include/
A DntpClient.h65 struct SNtpPacket struct
71 quint8 stratum; /* value 0 : unspecified */
74 qint8 poll; /* 10 means 1 << 10 = 1024 seconds */
77 qint8 precision; /* 0xFA = 250 = 0.015625 seconds */
80 qint32 rootDelay; /* 0x5D2E = 23854 or (23854/65535)= 0.3640 sec */
83 qint32 rootDispersion; /* 0x0008 CAC8 = 8.7912 seconds */
86 qint8 referenceID[ 4 ]; /* or just 0000 */
89 SNtpTimestamp referenceTimestamp; /* Current time */
92 SNtpTimestamp originateTimestamp; /* Keep 0 */
95 SNtpTimestamp receiveTimestamp; /* Keep 0 */
[all …]

Completed in 9 milliseconds