![]() |
flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
|
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. | |
PTP P2P slave info structure;.
Definition at line 415 of file ptp_types.h.
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.
uint64_t identity |
The clock identity of the connected, operating P2P slave.
Definition at line 417 of file ptp_types.h.
uint16_t reportCount |
Number of times the slave had reported in.
Definition at line 418 of file ptp_types.h.
PtpP2PSlaveState state |
Indicates that a slave is responding to our PDELAY_REQ messages.
Definition at line 416 of file ptp_types.h.