32#ifndef SOPC_ZEPHYR_TIME_H_
33#define SOPC_ZEPHYR_TIME_H_
float SOPC_Time_GetClockPrecision(void)
returns an evaluation of the system clock precision (relatively to a remote PtP MASTER) This value ca...
SOPC_Time_TimeSource SOPC_Time_GetTimeSource(void)
returns the current time source used for time-related operations (including timestamping)
float SOPC_Time_GetClockCorrection(void)
Provides the information about clock discrepancy towards a PtP master.
SOPC_Time_TimeSource
This file provides time related ZEPHYR-specific implementations which are defined in "sopc_time_refer...
Definition p_sopc_zephyr_time.h:44
@ SOPC_TIME_TIMESOURCE_INTERNAL
Definition p_sopc_zephyr_time.h:45
@ SOPC_TIME_TIMESOURCE_PTP_MASTER
Definition p_sopc_zephyr_time.h:47
@ SOPC_TIME_TIMESOURCE_PTP_SLAVE
Definition p_sopc_zephyr_time.h:46
A platform independent API to handle time reference management.