| /NetX-Duo-v6.2.1/addons/ptp/ |
| D | nxd_ptp_client.h | 335 … NX_PTP_TIME *time_ptr, NX_PACKET *packet_ptr, VOID *callback_data); 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); 724 UINT _nx_ptp_client_utility_convert_time_to_date(NX_PTP_TIME *time_ptr, LONG offset, NX_PTP_DATE_TI… 727 NX_PTP_TIME *time_ptr, NX_PACKET *packet_ptr, 743 UINT _nxe_ptp_client_time_get(NX_PTP_CLIENT *client_ptr, NX_PTP_TIME *time_ptr); 744 UINT _nxe_ptp_client_time_set(NX_PTP_CLIENT *client_ptr, NX_PTP_TIME *time_ptr); 752 UINT _nxe_ptp_client_utility_convert_time_to_date(NX_PTP_TIME *time_ptr, LONG offset, NX_PTP_DATE_T… 762 VOID _nx_ptp_client_utility_time_div_by_2(NX_PTP_TIME *time_ptr);
|
| D | nxd_ptp_client.c | 281 static VOID _nx_ptp_msg_parse_timestamp(UCHAR *ptr, NX_PTP_TIME *time_ptr) in _nx_ptp_msg_parse_timestamp() argument 283 ULONG nanoseconds = (ULONG)time_ptr -> nanosecond; in _nx_ptp_msg_parse_timestamp() 285 NX_PTP_RD16(ptr, time_ptr -> second_high); in _nx_ptp_msg_parse_timestamp() 286 NX_PTP_RD32(ptr, time_ptr -> second_low); in _nx_ptp_msg_parse_timestamp() 288 time_ptr -> nanosecond = (LONG)nanoseconds; in _nx_ptp_msg_parse_timestamp() 802 struct NX_LINK_TIME_STRUCT *time_ptr) in _nx_ptp_client_ethernet_receive_notify() argument 812 NX_PARAMETER_NOT_USED(time_ptr); in _nx_ptp_client_ethernet_receive_notify() 4568 UINT _nxe_ptp_client_time_get(NX_PTP_CLIENT *client_ptr, NX_PTP_TIME *time_ptr) 4572 if ((client_ptr == NX_NULL) || (time_ptr == NX_NULL)) 4583 return(_nx_ptp_client_time_get(client_ptr, time_ptr)); [all …]
|
| /NetX-Duo-v6.2.1/common/src/ |
| D | nx_link.c | 1020 …ket_transmitted(NX_IP *ip_ptr, UINT interface_index, NX_PACKET *packet_ptr, NX_LINK_TIME *time_ptr) in nx_link_packet_transmitted() argument 1024 NX_PARAMETER_NOT_USED(time_ptr); in nx_link_packet_transmitted() 1110 NX_LINK_TIME *time_ptr) in nx_link_ethernet_packet_received() argument 1232 if (time_ptr) in nx_link_ethernet_packet_received() 1234 ((ULONG *)packet_ptr -> nx_packet_data_start)[0] = time_ptr -> nano_second; in nx_link_ethernet_packet_received() 1235 ((ULONG *)packet_ptr -> nx_packet_data_start)[1] = time_ptr -> second_low; in nx_link_ethernet_packet_received() 1236 ((ULONG *)packet_ptr -> nx_packet_data_start)[2] = time_ptr -> second_high; in nx_link_ethernet_packet_received() 1284 if ((packet_type == NX_LINK_ETHERNET_PTP) && (time_ptr != NX_NULL)) in nx_link_ethernet_packet_received() 1286 ((ULONG *)packet_ptr -> nx_packet_data_start)[0] = time_ptr -> nano_second; in nx_link_ethernet_packet_received() 1287 ((ULONG *)packet_ptr -> nx_packet_data_start)[1] = time_ptr -> second_low; in nx_link_ethernet_packet_received() [all …]
|
| /NetX-Duo-v6.2.1/common/inc/ |
| D | nx_link.h | 99 struct NX_LINK_TIME_STRUCT *time_ptr); 145 …et_transmitted(NX_IP *ip_ptr, UINT interface_index, NX_PACKET *packet_ptr, NX_LINK_TIME *time_ptr); 147 NX_LINK_TIME *time_ptr);
|
| /NetX-Duo-v6.2.1/test/regression/ptp_test/ |
| D | netx_ptp_utility.c | 451 NX_PTP_TIME *time_ptr, NX_PACKET *packet_ptr, in _netx_ptp_clock_callback() argument 467 ptp_timestamp = *time_ptr; in _netx_ptp_clock_callback() 472 *time_ptr = ptp_timestamp; in _netx_ptp_clock_callback() 477 *time_ptr = ptp_timestamp; in _netx_ptp_clock_callback() 482 ptp_timestamp.nanosecond += time_ptr -> nanosecond; in _netx_ptp_clock_callback()
|
| D | netx_ptp_client_calibrate_test.c | 250 NX_PTP_TIME *time_ptr, NX_PACKET *packet_ptr, in clock_callback() argument 262 return(_netx_ptp_clock_callback(client_ptr, operation, time_ptr, packet_ptr, callback_data)); in clock_callback() 264 …return(nx_ptp_client_soft_clock_callback(client_ptr, operation, time_ptr, packet_ptr, callback_dat… in clock_callback()
|
| D | netx_ptp_utility.h | 67 NX_PTP_TIME *time_ptr, NX_PACKET *packet_ptr,
|
| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_ip_link_status_test2.c | 59 struct NX_LINK_TIME_STRUCT *time_ptr); 161 struct NX_LINK_TIME_STRUCT *time_ptr) in receive_callback() argument 166 (VOID)(time_ptr); in receive_callback()
|
| /NetX-Duo-v6.2.1/samples/ |
| D | demo_netx_duo_ptp_client.c | 80 NX_PTP_TIME *time_ptr, NX_PACKET *packet_ptr,
|
| /NetX-Duo-v6.2.1/tsn/inc/ |
| D | nx_mrp.h | 256 struct NX_LINK_TIME_STRUCT *time_ptr);
|
| /NetX-Duo-v6.2.1/addons/sntp/ |
| D | nxd_sntp_client.c | 4357 UINT _nx_sntp_client_utility_convert_time_to_UCHAR(NX_SNTP_TIME *time_ptr, in _nx_sntp_client_utility_convert_time_to_UCHAR() argument 4389 *(buffer) = time_ptr -> seconds; in _nx_sntp_client_utility_convert_time_to_UCHAR() 4390 *(buffer + 1) = time_ptr -> fraction; in _nx_sntp_client_utility_convert_time_to_UCHAR() 5841 UINT _nx_sntp_client_utility_convert_fraction_to_msecs(ULONG *milliseconds, NX_SNTP_TIME *time_ptr) in _nx_sntp_client_utility_convert_fraction_to_msecs() argument 5848 _nx_sntp_client_utility_fraction_to_usecs(time_ptr ->fraction, &usecs); in _nx_sntp_client_utility_convert_fraction_to_msecs()
|
| D | nxd_sntp_client.h | 764 … _nx_sntp_client_utility_convert_fraction_to_msecs(ULONG *milliseconds, NX_SNTP_TIME *time_ptr);
|
| /NetX-Duo-v6.2.1/tsn/src/ |
| D | nx_mrp.c | 1008 struct NX_LINK_TIME_STRUCT *time_ptr) in nx_mrp_ethernet_receive_notify() argument 1017 NX_PARAMETER_NOT_USED(time_ptr); in nx_mrp_ethernet_receive_notify()
|
| /NetX-Duo-v6.2.1/addons/BSD/ |
| D | nxd_bsd.c | 189 struct NX_LINK_TIME_STRUCT *time_ptr); 13494 struct NX_LINK_TIME_STRUCT *time_ptr) in _nx_bsd_ethernet_receive_notify() argument
|