Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/ptp/
Dnxd_ptp_client.h645 } NX_PTP_CLIENT; typedef
707 UINT _nx_ptp_client_create(NX_PTP_CLIENT *client_ptr, NX_IP *ip_ptr, UINT interface_index,
710 UINT _nx_ptp_client_delete(NX_PTP_CLIENT *client_ptr);
711 UINT _nx_ptp_client_start(NX_PTP_CLIENT *client_ptr, UCHAR *client_port_identity_ptr, UINT client_p…
714 UINT _nx_ptp_client_stop(NX_PTP_CLIENT *client_ptr);
715 UINT _nx_ptp_client_time_get(NX_PTP_CLIENT *client_ptr, NX_PTP_TIME *time_ptr);
716 UINT _nx_ptp_client_time_set(NX_PTP_CLIENT *client_ptr, NX_PTP_TIME *time_ptr);
725 VOID _nx_ptp_client_packet_timestamp_notify(NX_PTP_CLIENT *client_ptr, NX_PACKET *packet_ptr, NX_PT…
726 UINT _nx_ptp_client_soft_clock_callback(NX_PTP_CLIENT *client_ptr, UINT operation,
730 UINT _nx_ptp_client_master_enable(NX_PTP_CLIENT *client_ptr, UCHAR role, UCHAR priority1, UCHAR pri…
[all …]
Dnxd_ptp_client.c335 static UINT _nx_ptp_msg_parse_hdr(NX_PTP_CLIENT *client_ptr, NX_PACKET *packet_ptr, NX_PTP_MSG_HEAD… in _nx_ptp_msg_parse_hdr()
630 NX_PTP_CLIENT *client_ptr = (NX_PTP_CLIENT *)ptp_instance; in _nx_ptp_client_soft_clock_adjust()
701 NX_PTP_CLIENT *client_ptr = (NX_PTP_CLIENT *)ptp_instance; in _nx_ptp_client_timer_handler()
753 NX_PTP_CLIENT *client_ptr = (NX_PTP_CLIENT *)(socket_ptr -> nx_udp_socket_reserved_ptr); in _nx_ptp_client_socket_receive_notify()
805 NX_PTP_CLIENT *client_ptr = (NX_PTP_CLIENT *)context; in _nx_ptp_client_ethernet_receive_notify()
900 static VOID _nx_ptp_client_clock_adjust(NX_PTP_CLIENT *client_ptr, NX_PTP_TIME *offset_ptr) in _nx_ptp_client_clock_adjust()
1003 static VOID _nx_ptp_client_send_delay_req(NX_PTP_CLIENT *client_ptr) in _nx_ptp_client_send_delay_req()
1178 static VOID _nx_ptp_client_sync_received(NX_PTP_CLIENT *client_ptr, VOID *ts_ptr, NX_PTP_MSG_HEADER… in _nx_ptp_client_sync_received()
1352 static VOID _nx_ptp_client_delay_resp_received(NX_PTP_CLIENT *client_ptr, VOID *ts_ptr) in _nx_ptp_client_delay_resp_received()
1483 static VOID _nx_ptp_client_init_packet_received(NX_PTP_CLIENT *client_ptr, in _nx_ptp_client_init_packet_received()
[all …]
/NetX-Duo-v6.2.1/samples/
Ddemo_netx_duo_ptp_client.c29 static NX_PTP_CLIENT ptp_client;
64 static UINT ptp_event_callback(NX_PTP_CLIENT *ptp_client_ptr, UINT event, VOID *event_data, VOID *c…
79 extern UINT CLOCK_CALLBACK(NX_PTP_CLIENT *client_ptr, UINT operation,
218 static UINT ptp_event_callback(NX_PTP_CLIENT *ptp_client_ptr, UINT event, VOID *event_data, VOID *c… in ptp_event_callback()
/NetX-Duo-v6.2.1/test/regression/ptp_test/
Dnetx_ptp_client_calibrate_test.c17 static NX_PTP_CLIENT ptp_client;
198 static UINT ptp_event_callback(NX_PTP_CLIENT *ptp_client_ptr, UINT event, VOID *event_data, VOID *c… in ptp_event_callback()
249 static UINT clock_callback(NX_PTP_CLIENT *client_ptr, UINT operation, in clock_callback()
Dnetx_ptp_client_announce_timeout_test.c17 static NX_PTP_CLIENT ptp_client;
125 static UINT ptp_event_callback(NX_PTP_CLIENT *ptp_client_ptr, UINT event, VOID *event_data, VOID *c… in ptp_event_callback()
Dnetx_ptp_client_basic_test.c17 static NX_PTP_CLIENT ptp_client;
121 static UINT ptp_event_callback(NX_PTP_CLIENT *ptp_client_ptr, UINT event, VOID *event_data, VOID *c… in ptp_event_callback()
Dnetx_ptp_client_ipv6_test.c19 static NX_PTP_CLIENT ptp_client;
125 static UINT ptp_event_callback(NX_PTP_CLIENT *ptp_client_ptr, UINT event, VOID *event_data, VOID *c… in ptp_event_callback()
Dnetx_ptp_client_two_steps_off_test.c17 static NX_PTP_CLIENT ptp_client;
121 static UINT ptp_event_callback(NX_PTP_CLIENT *ptp_client_ptr, UINT event, VOID *event_data, VOID *c… in ptp_event_callback()
Dnetx_ptp_client_master_selection_test.c21 static NX_PTP_CLIENT ptp_client;
125 static UINT ptp_event_callback(NX_PTP_CLIENT *ptp_client_ptr, UINT event, VOID *event_data, VOID *c… in ptp_event_callback()
Dnetx_ptp_client_api_test.c17 static NX_PTP_CLIENT ptp_client;
121 static UINT ptp_event_callback(NX_PTP_CLIENT *ptp_client_ptr, UINT event, VOID *event_data, VOID *c… in ptp_event_callback()
Dnetx_ptp_utility.h66 UINT _netx_ptp_clock_callback(NX_PTP_CLIENT *client_ptr, UINT operation,
Dnetx_ptp_utility.c122 static NX_PTP_CLIENT *ptp_client_ptr = NX_NULL;
450 UINT _netx_ptp_clock_callback(NX_PTP_CLIENT *client_ptr, UINT operation, in _netx_ptp_clock_callback()