![]() |
flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
|
PTP flags structure. More...
#include <ptp_types.h>
Data Fields | |
| bool | PTP_SECURITY |
| Security. | |
| bool | PTP_ProfileSpecific_2 |
| Profile Specific 2. | |
| bool | PTP_ProfileSpecific_1 |
| Profile Specific 1. | |
| bool | PTP_UNICAST |
| Unicast. | |
| bool | PTP_TWO_STEP |
| Two Step. | |
| bool | PTP_ALTERNATE_MASTER |
| Alternate Master. | |
| bool | FREQUENCY_TRACEABLE |
| Frequency Traceable. | |
| bool | TIME_TRACEABLE |
| Time Traceable. | |
| bool | PTP_TIMESCALE |
| Timescale. | |
| bool | PTP_UTC_REASONABLE |
| UTC Reasonable. | |
| bool | PTP_LI_59 |
| Leap Second (59) | |
| bool | PTP_LI_61 |
| Leap Second (61) | |
PTP flags structure.
Definition at line 62 of file ptp_types.h.
| bool FREQUENCY_TRACEABLE |
Frequency Traceable.
Definition at line 69 of file ptp_types.h.
| bool PTP_ALTERNATE_MASTER |
Alternate Master.
Definition at line 68 of file ptp_types.h.
| bool PTP_LI_59 |
Leap Second (59)
Definition at line 73 of file ptp_types.h.
| bool PTP_LI_61 |
Leap Second (61)
Definition at line 74 of file ptp_types.h.
| bool PTP_ProfileSpecific_1 |
Profile Specific 1.
Definition at line 65 of file ptp_types.h.
| bool PTP_ProfileSpecific_2 |
Profile Specific 2.
Definition at line 64 of file ptp_types.h.
| bool PTP_SECURITY |
Security.
Definition at line 63 of file ptp_types.h.
| bool PTP_TIMESCALE |
Timescale.
Definition at line 71 of file ptp_types.h.
| bool PTP_TWO_STEP |
Two Step.
Definition at line 67 of file ptp_types.h.
| bool PTP_UNICAST |
Unicast.
Definition at line 66 of file ptp_types.h.
| bool PTP_UTC_REASONABLE |
UTC Reasonable.
Definition at line 72 of file ptp_types.h.
| bool TIME_TRACEABLE |
Time Traceable.
Definition at line 70 of file ptp_types.h.