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

Global storable-loadable configuration. More...

#include <config.h>

Collaboration diagram for PtpConfig:

Data Fields

PtpProfile profile
 PTP-profile.
 
TimestampI offset
 PPS signal offset.
 
uint32_t logging
 logging compressed into a single bitfield
 
uint8_t priority1
 
uint8_t priority2
 Clock priority fields.
 

Detailed Description

Global storable-loadable configuration.

Definition at line 18 of file config.h.

Field Documentation

◆ logging

uint32_t logging

logging compressed into a single bitfield

Definition at line 21 of file config.h.

◆ offset

TimestampI offset

PPS signal offset.

Definition at line 20 of file config.h.

◆ priority1

uint8_t priority1

Definition at line 22 of file config.h.

◆ priority2

uint8_t priority2

Clock priority fields.

Definition at line 22 of file config.h.

◆ profile

PtpProfile profile

PTP-profile.

Definition at line 19 of file config.h.


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