Home
last modified time | relevance | path

Searched refs:SECONDS_PER_MINUTE (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.3.0/addons/sntp/
Dnxd_sntp_client.h437 #define SECONDS_PER_MINUTE 60 macro
Dnxd_sntp_client.c4653 current_date_time_ptr -> minute = seconds_into_currenthour/SECONDS_PER_MINUTE; in _nx_sntp_client_utility_convert_seconds_to_date()
4656 current_date_time_ptr -> second = seconds_into_currenthour % SECONDS_PER_MINUTE; in _nx_sntp_client_utility_convert_seconds_to_date()