netxduo
_nx_sntp_client_utility_add_msecs_to_ntp_time()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_sntp_client_utility_add_msecs_to_ntp_time()
_nx_sntp_client_utility_add_msecs_to_ntp_time() function
Syntax
Show:
Summary
Declaration
Definition
from
nxd_sntp_client.h:764
UINT
_nx_sntp_client_utility_add_msecs_to_ntp_time
(
NX_SNTP_TIME
*
timeA_ptr
,
LONG
msecs_to_add
)
;
Implemented in
nxd_sntp_client.c:5053
Arguments
Argument
timeA_ptr
msecs_to_add
Related Functions
Found 4 other functions taking a
NX_SNTP_TIME_STRUCT
argument:
Function
_nx_sntp_client_utility_get_msec_diff()
_nx_sntp_client_utility_convert_seconds_to_date()
_nx_sntp_client_utility_convert_time_to_UCHAR()
_nx_sntp_client_utility_convert_fraction_to_msecs()
Examples
References
from
examples
Code
Location
Referrer
UINT
_nx_sntp_client_utility_add_msecs_to_ntp_time
(
NX_SNTP_TIME
*
timeA_ptr
,
LONG
msecs_to_add
)
nxd_sntp_client.c:5053
UINT
_nx_sntp_client_utility_add_msecs_to_ntp_time
(
NX_SNTP_TIME
*
timeA_ptr
,
LONG
msecs_to_add
)
;
nxd_sntp_client.h:764
status
=
_nx_sntp_client_utility_add_msecs_to_ntp_time
(
&
(
client_ptr
->
nx_sntp_current_server_time_message
.
transmit_time
)
,
nxd_sntp_client.c:3811
_nx_sntp_client_process_time_data()
status
=
_nx_sntp_client_utility_add_msecs_to_ntp_time
(
&
(
client_ptr
->
nx_sntp_client_local_ntp_time
)
,
(
LONG
)
adjustment
)
;
nxd_sntp_client.c:3879
_nx_sntp_client_process_time_data()
Call Tree
from
examples
_nx_sntp_client_utility_add_msecs_to_ntp_time()
is called by 1 function and calls 3 functions:
_nx_sntp_client_process_time_data()
All items filtered out
_nx_sntp_client_utility_add_msecs_to_ntp_time()
_nx_sntp_client_utility_usecs_to_fraction()
_nx_sntp_client_utility_fraction_to_usecs()
_nx_sntp_client_utility_addition_overflow_check()
All items filtered out
Data Use
from
examples
_nx_sntp_client_utility_add_msecs_to_ntp_time()
reads 2 variables and writes 1 variable:
NX_SNTP_TIME_STRUCT::seconds
NX_SNTP_TIME_STRUCT::fraction
All items filtered out
_nx_sntp_client_utility_add_msecs_to_ntp_time()
NX_SNTP_TIME_STRUCT::seconds
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