Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/ptp/
Dnxd_ptp_client.c3279 #define SECS_PER_HOUR (60 * SECS_PER_MINUTE) in _nx_ptp_client_utility_convert_time_to_date() macro
3280 #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()