Skip to content

Commit 5ca4ff8

Browse files
committed
include: drivers: fpga: add doxygen group
add doxygen group for FPGA driver API Signed-off-by: Benjamin Cabé <[email protected]>
1 parent aa7d794 commit 5ca4ff8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

include/zephyr/drivers/fpga.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
extern "C" {
1818
#endif
1919

20+
/**
21+
* @defgroup fpga_interface FPGA Interface.
22+
* @since 2.7
23+
* @version 0.1.0
24+
* @ingroup io_interfaces
25+
* @{
26+
*/
27+
2028
enum FPGA_status {
2129
/* Inactive is when the FPGA cannot accept the bitstream
2230
* and will not be programmed correctly
@@ -172,6 +180,8 @@ static inline int fpga_off(const struct device *dev)
172180
return api->off(dev);
173181
}
174182

183+
/** @} */
184+
175185
#ifdef __cplusplus
176186
}
177187
#endif

0 commit comments

Comments
 (0)