![]() |
flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
|
In this module are the core and user events defined. More...
#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | PtpCoreEvent |
Macros | |
| #define | PTP_IUEV(uev) ptp_invoke_user_event_cb(uev); |
Functions | |
| void | ptp_invoke_user_event_cb (PtpUserEventCode uev) |
In this module are the core and user events defined.
Definition in file event.h.
| #define PTP_IUEV | ( | uev | ) | ptp_invoke_user_event_cb(uev); |
| enum PtpCoreEventCode |
| enum PtpUserEventCode |
PTP user event codes.
Commented-out ones are not yet implemented.
| void ptp_invoke_user_event_cb | ( | PtpUserEventCode | uev | ) |