netxduo
_nx_sntp_client_utility_convert_time_to_UCHAR()
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_convert_time_to_UCHAR()
_nx_sntp_client_utility_convert_time_to_UCHAR() function
Syntax
Show:
Summary
Declaration
Definition
from
nxd_sntp_client.h:770
UINT
_nx_sntp_client_utility_convert_time_to_UCHAR
(
NX_SNTP_TIME
*
time
,
NX_SNTP_TIME_MESSAGE
*
time_message_ptr
,
UINT
which_stamp
)
;
Implemented in
nxd_sntp_client.c:4323
Arguments
Argument
time
time_message_ptr
which_stamp
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_add_msecs_to_ntp_time()
_nx_sntp_client_utility_convert_seconds_to_date()
_nx_sntp_client_utility_convert_fraction_to_msecs()
Examples
References
from
examples
Code
Location
Referrer
UINT
_nx_sntp_client_utility_convert_time_to_UCHAR
(
NX_SNTP_TIME
*
time_ptr
,
nxd_sntp_client.c:4323
UINT
_nx_sntp_client_utility_convert_time_to_UCHAR
(
NX_SNTP_TIME
*
time
,
NX_SNTP_TIME_MESSAGE
*
time_message_ptr
,
UINT
which_stamp
)
;
nxd_sntp_client.h:770
_nx_sntp_client_utility_convert_time_to_UCHAR
(
&
local_time
,
unicast_request
,
TRANSMIT_TIME
)
;
nxd_sntp_client.c:2386
_nx_sntp_client_send_unicast_request()
Call Tree
from
examples
_nx_sntp_client_utility_convert_time_to_UCHAR()
is called by 1 function:
_nx_sntp_client_send_unicast_request()
All items filtered out
_nx_sntp_client_utility_convert_time_to_UCHAR()
All items filtered out
Data Use
from
examples
_nx_sntp_client_utility_convert_time_to_UCHAR()
reads 6 variables:
NX_SNTP_TIME_STRUCT::seconds
NX_SNTP_TIME_STRUCT::fraction
NX_SNTP_TIME_MESSAGE_STRUCT::reference_clock_update_time_stamp
NX_SNTP_TIME_MESSAGE_STRUCT::originate_time_stamp
NX_SNTP_TIME_MESSAGE_STRUCT::receive_time_stamp
NX_SNTP_TIME_MESSAGE_STRUCT::transmit_time_stamp
All items filtered out
_nx_sntp_client_utility_convert_time_to_UCHAR()
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