flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
Loading...
Searching...
No Matches
event.c
Go to the documentation of this file.
1#include "event.h"
2
3#include "ptp_core.h"
4
6#define S (gPtpCoreState)
8
10 if (S.userEventCb != NULL) {
11 S.userEventCb(uev);
12 }
13}
void ptp_invoke_user_event_cb(PtpUserEventCode uev)
Definition: event.c:9
In this module are the core and user events defined.
PtpUserEventCode
Definition: event.h:40
Core of the PTP implementation. Defines functions for message processing, clock tuning,...