Skip to content

Commit 72fdf7e

Browse files
committed
include: drivers: misc: add rpi_pico pio driver in doc tree
Mount the Raspberry Pi Pico PIO driver into the Misc. drivers doxygen group. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 49965a0 commit 72fdf7e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

include/zephyr/drivers/misc/pio_rpi_pico/pio_rpi_pico.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,23 @@
66
* SPDX-License-Identifier: Apache-2.0
77
*/
88

9+
/**
10+
* @file
11+
* @brief Header file for Raspberry Pi Pico PIO driver
12+
* @ingroup pio_rpi_pico_interface
13+
*/
14+
915
#ifndef ZEPHYR_DRIVERS_MISC_PIO_PICO_RPI_PIO_PICO_RPI_H_
1016
#define ZEPHYR_DRIVERS_MISC_PIO_PICO_RPI_PIO_PICO_RPI_H_
1117

18+
/**
19+
* @brief Raspberry Pi Pico PIO driver APIs
20+
* @defgroup pio_rpi_pico_interface Raspberry Pi Pico PIO Driver APIs
21+
* @ingroup misc_interfaces
22+
*
23+
* @{
24+
*/
25+
1226
#include <zephyr/devicetree/gpio.h>
1327

1428
#include <hardware/pio.h>
@@ -146,4 +160,8 @@ PIO pio_rpi_pico_get_pio(const struct device *dev);
146160
*/
147161
int pio_rpi_pico_allocate_sm(const struct device *dev, size_t *sm);
148162

163+
/**
164+
* @}
165+
*/
166+
149167
#endif /* ZEPHYR_DRIVERS_MISC_PIO_PICO_RPI_PIO_PICO_RPI_H_ */

0 commit comments

Comments
 (0)