Home
last modified time | relevance | path

Searched refs:current_date_time_ptr (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/addons/sntp/
Dnxd_sntp_client.c4456 NX_SNTP_DATE_TIME *current_date_time_ptr) in _nx_sntp_client_utility_convert_seconds_to_date() argument
4476 memset(current_date_time_ptr, 0, sizeof(NX_SNTP_DATE_TIME)); in _nx_sntp_client_utility_convert_seconds_to_date()
4481 current_date_time_ptr -> year = current_year; in _nx_sntp_client_utility_convert_seconds_to_date()
4497 current_date_time_ptr -> leap_year = NX_TRUE; in _nx_sntp_client_utility_convert_seconds_to_date()
4504 current_date_time_ptr -> leap_year = NX_FALSE; in _nx_sntp_client_utility_convert_seconds_to_date()
4519 current_date_time_ptr -> month = JANUARY; in _nx_sntp_client_utility_convert_seconds_to_date()
4529 current_date_time_ptr -> month = FEBRUARY; in _nx_sntp_client_utility_convert_seconds_to_date()
4536 if (current_date_time_ptr -> leap_year) in _nx_sntp_client_utility_convert_seconds_to_date()
4542 current_date_time_ptr -> month = MARCH; in _nx_sntp_client_utility_convert_seconds_to_date()
4553 current_date_time_ptr -> month = MARCH; in _nx_sntp_client_utility_convert_seconds_to_date()
[all …]
Dnxd_sntp_client.h765 …e(NX_SNTP_TIME *current_NTP_time_ptr, UINT current_year, NX_SNTP_DATE_TIME *current_date_time_ptr);
/NetX-Duo-v6.2.1/test/regression/sntp_test/
Dnetx_sntp_client_seconds_to_date_test.c17 … NX_SNTP_DATE_TIME *current_date_time_ptr);