![]() |
flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
|
PTP slave messaging state structure. More...
#include <ptp_types.h>
Data Fields | |
uint16_t | sequenceID |
uint16_t | delay_reqSequenceID |
last sequence IDs | |
uint16_t | lastRespondedDelReqId |
ID of the last (P)Delay_Req got responded. | |
PtpM2SState | m2sState |
Sync-FollowUp state. | |
int8_t | logSyncPeriod |
logarithm of Sync interval | |
uint16_t | syncPeriodMs |
Sync interval in milliseconds. | |
PTP slave messaging state structure.
Definition at line 387 of file ptp_types.h.
uint16_t delay_reqSequenceID |
last sequence IDs
Definition at line 388 of file ptp_types.h.
uint16_t lastRespondedDelReqId |
ID of the last (P)Delay_Req got responded.
Definition at line 389 of file ptp_types.h.
int8_t logSyncPeriod |
logarithm of Sync interval
Definition at line 391 of file ptp_types.h.
PtpM2SState m2sState |
Sync-FollowUp state.
Definition at line 390 of file ptp_types.h.
uint16_t sequenceID |
Definition at line 388 of file ptp_types.h.
uint16_t syncPeriodMs |
Sync interval in milliseconds.
Definition at line 392 of file ptp_types.h.