netxduo
NX_SNTP_DATE_TIME_STRUCT::second
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::second
NX_SNTP_DATE_TIME_STRUCT::second field
Syntax
Show:
Summary
Declaration
from
nxd_sntp_client.h:503
UINT
second
;
Examples
References
from
examples
Code
Location
Referrer
UINT
second
;
nxd_sntp_client.h:503
current_date_time_ptr
->
second
=
seconds_into_currenthour
%
SECONDS_PER_MINUTE
;
nxd_sntp_client.c:4621
_nx_sntp_client_utility_convert_seconds_to_date()
return_length
=
_nx_utility_uint_to_string
(
DisplayTime
.
second
,
10
,
&
buffer
[
offset
]
,
length
-
offset
)
;
nxd_sntp_client.c:4977
_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::second
is written by 1 function and is read by 1 function:
_nx_sntp_client_utility_convert_seconds_to_date()
All items filtered out
NX_SNTP_DATE_TIME_STRUCT::second
_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