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

PTP message buffer. More...

#include <msg_buf.h>

Collaboration diagram for PtpMsgBuf:

Data Fields

uint32_t n
 Number of blocks.
 
uint32_t used
 Number of used blocks.
 
uint32_t lastUId
 Last UID.
 
uint32_t error
 Last error.
 
PtpMsgBufBlockblocks
 Block pool.
 

Detailed Description

PTP message buffer.

Definition at line 43 of file msg_buf.h.

Field Documentation

◆ blocks

PtpMsgBufBlock* blocks

Block pool.

Definition at line 48 of file msg_buf.h.

◆ error

uint32_t error

Last error.

Definition at line 47 of file msg_buf.h.

◆ lastUId

uint32_t lastUId

Last UID.

Definition at line 46 of file msg_buf.h.

◆ n

uint32_t n

Number of blocks.

Definition at line 44 of file msg_buf.h.

◆ used

uint32_t used

Number of used blocks.

Definition at line 45 of file msg_buf.h.


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