![]() |
flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
|
This module implements the slave clock functionality. More...
#include "ptp_types.h"
Go to the source code of this file.
Functions | |
void | ptp_slave_process_message (RawPtpMessage *pRawMsg, PtpHeader *pHeader) |
void | ptp_slave_init () |
void | ptp_slave_reset () |
void | ptp_slave_destroy () |
void | ptp_slave_enable () |
void | ptp_slave_disable () |
void | ptp_slave_tick () |
This module implements the slave clock functionality.
Definition in file slave.h.
void ptp_slave_disable | ( | ) |
void ptp_slave_enable | ( | ) |
void ptp_slave_process_message | ( | RawPtpMessage * | pRawMsg, |
PtpHeader * | pHeader | ||
) |