flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
Loading...
Searching...
No Matches
ptp_defs.c File Reference
#include "ptp_defs.h"

Go to the source code of this file.

Variables

const uint8_t PTP_ETHERNET_PRIMARY [6] = { 0x01, 0x1B, 0x19, 0x00, 0x00, 0x00 }
 PTP's L2 Primary Ethernet address.
 
const uint8_t PTP_ETHERNET_PEER_DELAY [6] = { 0x01, 0x80, 0xC2, 0x00, 0x00, 0x0E }
 PTP's L2 Peer_Delay Ethernet address.
 

Variable Documentation

◆ PTP_ETHERNET_PEER_DELAY

const uint8_t PTP_ETHERNET_PEER_DELAY[6] = { 0x01, 0x80, 0xC2, 0x00, 0x00, 0x0E }

PTP's L2 Peer_Delay Ethernet address.

Definition at line 4 of file ptp_defs.c.

◆ PTP_ETHERNET_PRIMARY

const uint8_t PTP_ETHERNET_PRIMARY[6] = { 0x01, 0x1B, 0x19, 0x00, 0x00, 0x00 }

PTP's L2 Primary Ethernet address.

Definition at line 3 of file ptp_defs.c.