![]() |
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 440 of file ptp_types.h.
| uint16_t dropoutCntr |
Dropout watchdog counter for resetting the state machine if the slave went silent.
Definition at line 444 of file ptp_types.h.
| uint64_t identity |
The clock identity of the connected, operating P2P slave.
Definition at line 442 of file ptp_types.h.
| uint16_t reportCount |
Number of times the slave had reported in.
Definition at line 443 of file ptp_types.h.
| PtpP2PSlaveState state |
Indicates that a slave is responding to our PDELAY_REQ messages.
Definition at line 441 of file ptp_types.h.