NX_SNTP_CLIENT_STRUCT::nx_sntp_client_first_update_pending is only used within netxduo.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesnetxduoNX_SNTP_CLIENT_STRUCT::nx_sntp_client_first_update_pending

NX_SNTP_CLIENT_STRUCT::nx_sntp_client_first_update_pending field

Syntax

UINT nx_sntp_client_first_update_pending;

References

LocationReferrerText
nxd_sntp_client.h:571
UINT nx_sntp_client_first_update_pending; /* First SNTP update not yet received with current server */
nxd_sntp_client.c:1156_nx_sntp_client_run_unicast()
client_ptr -> nx_sntp_client_first_update_pending = NX_TRUE;
nxd_sntp_client.c:1313_nx_sntp_client_process_unicast()
client_ptr -> nx_sntp_client_first_update_pending = NX_FALSE;
nxd_sntp_client.c:2088_nx_sntp_client_run_broadcast()
client_ptr -> nx_sntp_client_first_update_pending = NX_TRUE;
nxd_sntp_client.c:2217_nx_sntp_client_process_broadcast()
client_ptr -> nx_sntp_client_first_update_pending = NX_FALSE;
nxd_sntp_client.c:3028_nx_sntp_client_process_update_packet()
if ((client_ptr -> nx_sntp_client_first_update_pending == NX_TRUE) && (client_ptr -> nx_sntp_client_protocol_mode == UNICAST_MODE))
nxd_sntp_client.c:3824_nx_sntp_client_process_time_data()
if (client_ptr -> nx_sntp_client_first_update_pending == NX_TRUE)
nxd_sntp_client.c:5252_nx_sntp_client_receiving_updates()
*receive_status = ((client_ptr -> nx_sntp_valid_server_status == NX_TRUE) && (client_ptr -> nx_sntp_client_first_update_pending == NX_FALSE));

Data Use

Functions writing NX_SNTP_CLIENT_STRUCT::nx_sntp_client_first_update_pending
Functions reading NX_SNTP_CLIENT_STRUCT::nx_sntp_client_first_update_pending
NX_SNTP_CLIENT_STRUCT::nx_sntp_client_first_update_pending
Type of NX_SNTP_CLIENT_STRUCT::nx_sntp_client_first_update_pending
NX_SNTP_CLIENT_STRUCT::nx_sntp_client_first_update_pending
all items filtered out