Skip to content

Commit 5f0e960

Browse files
kartbencfriedt
authored andcommitted
include: drivers: ptp: add missing doxygen group
add ptp_clock_interface group and put under io_interfaces Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 5fa58ec commit 5f0e960

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

include/zephyr/drivers/ptp_clock.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
#ifndef ZEPHYR_INCLUDE_DRIVERS_PTP_CLOCK_H_
88
#define ZEPHYR_INCLUDE_DRIVERS_PTP_CLOCK_H_
99

10+
/**
11+
* @brief PTP Clock Interface
12+
* @defgroup ptp_clock_interface PTP Clock Interface
13+
* @ingroup io_interfaces
14+
* @{
15+
*/
16+
1017
#include <zephyr/kernel.h>
1118
#include <stdint.h>
1219
#include <zephyr/device.h>
@@ -103,4 +110,8 @@ static inline int ptp_clock_rate_adjust(const struct device *dev, double rate)
103110

104111
#include <zephyr/syscalls/ptp_clock.h>
105112

113+
/**
114+
* @}
115+
*/
116+
106117
#endif /* ZEPHYR_INCLUDE_DRIVERS_PTP_CLOCK_H_ */

0 commit comments

Comments
 (0)