![]() |
flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
|
Go to the source code of this file.
Functions | |
void | debug_servo_init () |
void | debug_servo_deinit () |
void | debug_servo_reset () |
float | debug_servo_run (int32_t dt, PtpServoAuxInput *pAux) |
void debug_servo_deinit | ( | ) |
Deinitialize the debug servo.
Definition at line 93 of file debug_servo.c.
void debug_servo_init | ( | ) |
Initialize the debug servo.
Definition at line 85 of file debug_servo.c.
void debug_servo_reset | ( | ) |
Reset the debug servo.
Definition at line 99 of file debug_servo.c.
float debug_servo_run | ( | int32_t | dt, |
PtpServoAuxInput * | pAux | ||
) |
Run the debug servo.
dt | time error in nanoseconds |
pAux | auxiliary synchronization cycle context data |
Definition at line 107 of file debug_servo.c.