Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/addons/ptp/
Dnxd_ptp_client.c3278 #define SECS_PER_MINUTE 60 in _nx_ptp_client_utility_convert_time_to_date() macro
3279 #define SECS_PER_HOUR (60 * SECS_PER_MINUTE) in _nx_ptp_client_utility_convert_time_to_date()
3360 minute = secs_low / SECS_PER_MINUTE; in _nx_ptp_client_utility_convert_time_to_date()
3361 secs_low -= minute * SECS_PER_MINUTE; in _nx_ptp_client_utility_convert_time_to_date()