Searched refs:SECS_PER_HOUR (Results 1 – 1 of 1) sorted by relevance
3279 #define SECS_PER_HOUR (60 * SECS_PER_MINUTE) in _nx_ptp_client_utility_convert_time_to_date() macro3280 #define SECS_PER_DAY (24 * SECS_PER_HOUR) in _nx_ptp_client_utility_convert_time_to_date()3356 hour = secs_low / SECS_PER_HOUR; in _nx_ptp_client_utility_convert_time_to_date()3357 secs_low -= hour * SECS_PER_HOUR; in _nx_ptp_client_utility_convert_time_to_date()