Searched refs:current_date_time_ptr (Results 1 – 3 of 3) sorted by relevance
4456 NX_SNTP_DATE_TIME *current_date_time_ptr) in _nx_sntp_client_utility_convert_seconds_to_date() argument4476 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 …]
765 …e(NX_SNTP_TIME *current_NTP_time_ptr, UINT current_year, NX_SNTP_DATE_TIME *current_date_time_ptr);
17 … NX_SNTP_DATE_TIME *current_date_time_ptr);