flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
Loading...
Searching...
No Matches
PtpFlags Struct Reference

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)
 

Detailed Description

PTP flags structure.

Definition at line 54 of file ptp_types.h.

Field Documentation

◆ FREQUENCY_TRACEABLE

bool FREQUENCY_TRACEABLE

Frequency Traceable.

Definition at line 61 of file ptp_types.h.

◆ PTP_ALTERNATE_MASTER

bool PTP_ALTERNATE_MASTER

Alternate Master.

Definition at line 60 of file ptp_types.h.

◆ PTP_LI_59

bool PTP_LI_59

Leap Second (59)

Definition at line 65 of file ptp_types.h.

◆ PTP_LI_61

bool PTP_LI_61

Leap Second (61)

Definition at line 66 of file ptp_types.h.

◆ PTP_ProfileSpecific_1

bool PTP_ProfileSpecific_1

Profile Specific 1.

Definition at line 57 of file ptp_types.h.

◆ PTP_ProfileSpecific_2

bool PTP_ProfileSpecific_2

Profile Specific 2.

Definition at line 56 of file ptp_types.h.

◆ PTP_SECURITY

bool PTP_SECURITY

Security.

Definition at line 55 of file ptp_types.h.

◆ PTP_TIMESCALE

bool PTP_TIMESCALE

Timescale.

Definition at line 63 of file ptp_types.h.

◆ PTP_TWO_STEP

bool PTP_TWO_STEP

Two Step.

Definition at line 59 of file ptp_types.h.

◆ PTP_UNICAST

bool PTP_UNICAST

Unicast.

Definition at line 58 of file ptp_types.h.

◆ PTP_UTC_REASONABLE

bool PTP_UTC_REASONABLE

UTC Reasonable.

Definition at line 64 of file ptp_types.h.

◆ TIME_TRACEABLE

bool TIME_TRACEABLE

Time Traceable.

Definition at line 62 of file ptp_types.h.


The documentation for this struct was generated from the following file: