![]() |
flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
|
This module implements defines a single method that prints a verbose summary of the operating PTP profile. More...
Go to the source code of this file.
Functions | |
void | ptp_print_profile () |
Variables | |
char * | PTP_TRANSPEC_HINT [] |
Hint on transport specific field. | |
char * | PTP_TRANSPORT_TYPE_HINT [] |
Hint on transport types. | |
char * | PTP_DELMECH_HINT [] |
Hint on delay mechanism. | |
This module implements defines a single method that prints a verbose summary of the operating PTP profile.
Definition in file profiles.h.
void ptp_print_profile | ( | ) |
Print current PTP profile settings summary.
Definition at line 13 of file profiles.c.
|
extern |
Hint on delay mechanism.
Definition at line 10 of file profiles.c.
|
extern |
Hint on transport specific field.
Definition at line 8 of file profiles.c.
|
extern |
Hint on transport types.
Definition at line 9 of file profiles.c.