netxduo
NX_SNTP_DATE_TIME_STRUCT::leap_year
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::leap_year
NX_SNTP_DATE_TIME_STRUCT::leap_year field
Syntax
Show:
Summary
Declaration
from
nxd_sntp_client.h:506
UINT
leap_year
;
Examples
References
from
examples
Code
Location
Referrer
UINT
leap_year
;
/* Indicates if current time is in a leap year. */
nxd_sntp_client.h:506
current_date_time_ptr
->
leap_year
=
NX_TRUE
;
nxd_sntp_client.c:4463
_nx_sntp_client_utility_convert_seconds_to_date()
current_date_time_ptr
->
leap_year
=
NX_FALSE
;
nxd_sntp_client.c:4470
_nx_sntp_client_utility_convert_seconds_to_date()
if
(
current_date_time_ptr
->
leap_year
)
nxd_sntp_client.c:4502
_nx_sntp_client_utility_convert_seconds_to_date()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_SNTP_DATE_TIME_STRUCT::leap_year
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::leap_year
_nx_sntp_client_utility_convert_seconds_to_date()
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