ztimer periph/ptp backend More...
ztimer periph/ptp backend
This ztimer module implements a ztimer virtual clock on top of periph/ptp.
Files | |
file | periph_ptp.h |
ztimer periph/ptp backend API | |
Typedefs | |
typedef ztimer_clock_t | ztimer_periph_ptp_t |
ztimer_periph_ptp structure definition | |
Functions | |
void | ztimer_periph_ptp_init (ztimer_periph_ptp_t *clock) |
ztimer periph/ptp backend initialization function | |
typedef ztimer_clock_t ztimer_periph_ptp_t |
ztimer_periph_ptp structure definition
The periph/ptp backend has no private fields, thus this is just a typedef to ztimer_clock_t.
Definition at line 40 of file periph_ptp.h.
void ztimer_periph_ptp_init | ( | ztimer_periph_ptp_t * | clock | ) |
ztimer periph/ptp backend initialization function
[in,out] | clock | ztimer_periph_ptp object to initialize |