From 8bbcab485d30cc6ff396942763bf4729eaf96190 Mon Sep 17 00:00:00 2001 From: Dat Nguyen Duy Date: Fri, 23 Aug 2024 18:23:16 +0700 Subject: [PATCH] docs: gptp: add mention ClockSourceTime interface is supported Update the docs to reflect that ClockSourceTime interface is supported Signed-off-by: Dat Nguyen Duy --- doc/connectivity/networking/api/gptp.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/connectivity/networking/api/gptp.rst b/doc/connectivity/networking/api/gptp.rst index 58788ee003d..8f1c99701db 100644 --- a/doc/connectivity/networking/api/gptp.rst +++ b/doc/connectivity/networking/api/gptp.rst @@ -54,11 +54,12 @@ The following configuration option must me enabled in :file:`prj.conf` file. Application interfaces ********************** -Only two Application Interfaces as defined in section 9 of the standard +The following Application Interfaces as defined in section 9 of the standard are available: +- ``ClockSourceTime`` interface (:c:func:`gptp_clk_src_time_invoke`) - ``ClockTargetPhaseDiscontinuity`` interface (:c:func:`gptp_register_phase_dis_cb`) -- ``ClockTargetEventCapture`` interface (:c:func:`gptp_event_capture`) +- ``ClockTargetEventCapture`` interface (:c:func:`gptp_event_capture`) Testing *******