![]() |
flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
|
#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. | |
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.
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.