netxduo
NX_SNTP_DATE_TIME_STRUCT::millisecond
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_SNTP_DATE_TIME_STRUCT::millisecond
NX_SNTP_DATE_TIME_STRUCT::millisecond field
Syntax
Show:
Summary
Declaration
from
nxd_sntp_client.h:504
UINT
millisecond
;
Examples
References
from
examples
Code
Location
Referrer
UINT
millisecond
;
/* This is the fraction part of the NTP time data. */
nxd_sntp_client.h:504
_nx_sntp_client_utility_convert_fraction_to_msecs
(
(
ULONG
*
)
(
&
(
current_date_time_ptr
->
millisecond
)
)
,
current_NTP_time_ptr
)
;
nxd_sntp_client.c:4624
_nx_sntp_client_utility_convert_seconds_to_date()
return_length
=
_nx_utility_uint_to_string
(
DisplayTime
.
millisecond
,
10
,
&
buffer
[
offset
]
,
length
-
offset
)
;
nxd_sntp_client.c:4984
_nx_sntp_client_utility_display_date_time()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_SNTP_DATE_TIME_STRUCT::millisecond
is read by 2 functions:
All items filtered out
NX_SNTP_DATE_TIME_STRUCT::millisecond
_nx_sntp_client_utility_convert_seconds_to_date()
_nx_sntp_client_utility_display_date_time()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out