Home
last modified time | relevance | path

Searched defs:seconds (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.3.0/addons/sntp/
Dnxd_sntp_client.c4036 UINT _nxe_sntp_client_get_local_time(NX_SNTP_CLIENT *client_ptr, ULONG *seconds, ULONG *fraction, … in _nxe_sntp_client_get_local_time()
4107 UINT _nx_sntp_client_get_local_time(NX_SNTP_CLIENT *client_ptr, ULONG *seconds, ULONG *fraction, C… in _nx_sntp_client_get_local_time()
4162 UINT _nxe_sntp_client_get_local_time_extended(NX_SNTP_CLIENT *client_ptr, ULONG *seconds, ULONG *f… in _nxe_sntp_client_get_local_time_extended()
4239 UINT _nx_sntp_client_get_local_time_extended(NX_SNTP_CLIENT *client_ptr, ULONG *seconds, ULONG *fr… in _nx_sntp_client_get_local_time_extended()
5096 LONG seconds; in _nx_sntp_client_utility_add_msecs_to_ntp_time() local
5344 UINT _nxe_sntp_client_set_local_time(NX_SNTP_CLIENT *client_ptr, ULONG seconds, ULONG fraction) in _nxe_sntp_client_set_local_time()
5422 UINT _nx_sntp_client_set_local_time(NX_SNTP_CLIENT *client_ptr, ULONG seconds, ULONG fraction) in _nx_sntp_client_set_local_time()
Dnxd_sntp_client.h515 …ULONG seconds; /* Seconds, in the 32 bit fiel… member
/NetX-Duo-v6.3.0/samples/
Ddemo_netxduo_sntp_client.c216 ULONG seconds, milliseconds, microseconds, fraction; in demo_client_thread_entry() local