Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/ptp/
Dnxd_ptp_client.c949 if (client_ptr -> nx_ptp_client_sync_timer == 0) in _nx_ptp_client_clock_adjust()
953 client_ptr -> nx_ptp_client_sync_timer = NX_PTP_CLIENT_SYNC_INTERVAL; in _nx_ptp_client_clock_adjust()
1540 client_ptr -> nx_ptp_client_sync_timer = NX_PTP_CLIENT_SYNC_INTERVAL; in _nx_ptp_client_init_packet_received()
1558 client_ptr -> nx_ptp_client_sync_timer = -1; in _nx_ptp_client_init_packet_received()
2487 client_ptr -> nx_ptp_client_sync_timer = NX_PTP_CLIENT_SYNC_INTERVAL; in _nx_ptp_client_send_follow_up()
3211 client_ptr -> nx_ptp_client_sync_timer = NX_PTP_CLIENT_SYNC_INTERVAL;
3223 client_ptr -> nx_ptp_client_sync_timer = -1;
3396 if ((client_ptr -> nx_ptp_client_sync_timer > 0) &&
3397 (--client_ptr -> nx_ptp_client_sync_timer == 0))
3402 client_ptr -> nx_ptp_client_sync_timer = NX_PTP_CLIENT_SYNC_INTERVAL;
[all …]
Dnxd_ptp_client.h584 INT nx_ptp_client_sync_timer; member