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

PTP P2P slave info structure;. More...

#include <ptp_types.h>

Data Fields

PtpP2PSlaveState state
 Indicates that a slave is responding to our PDELAY_REQ messages.
 
uint64_t identity
 The clock identity of the connected, operating P2P slave.
 
uint16_t reportCount
 Number of times the slave had reported in.
 
uint16_t dropoutCntr
 Dropout watchdog counter for resetting the state machine if the slave went silent.
 

Detailed Description

PTP P2P slave info structure;.

Definition at line 415 of file ptp_types.h.

Field Documentation

◆ dropoutCntr

uint16_t dropoutCntr

Dropout watchdog counter for resetting the state machine if the slave went silent.

Definition at line 419 of file ptp_types.h.

◆ identity

uint64_t identity

The clock identity of the connected, operating P2P slave.

Definition at line 417 of file ptp_types.h.

◆ reportCount

uint16_t reportCount

Number of times the slave had reported in.

Definition at line 418 of file ptp_types.h.

◆ state

Indicates that a slave is responding to our PDELAY_REQ messages.

Definition at line 416 of file ptp_types.h.


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