File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
include/zephyr/drivers/misc/pio_rpi_pico Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 6
6
* SPDX-License-Identifier: Apache-2.0
7
7
*/
8
8
9
+ /**
10
+ * @file
11
+ * @brief Header file for Raspberry Pi Pico PIO driver
12
+ * @ingroup pio_rpi_pico_interface
13
+ */
14
+
9
15
#ifndef ZEPHYR_DRIVERS_MISC_PIO_PICO_RPI_PIO_PICO_RPI_H_
10
16
#define ZEPHYR_DRIVERS_MISC_PIO_PICO_RPI_PIO_PICO_RPI_H_
11
17
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
+
12
26
#include <zephyr/devicetree/gpio.h>
13
27
14
28
#include <hardware/pio.h>
@@ -146,4 +160,8 @@ PIO pio_rpi_pico_get_pio(const struct device *dev);
146
160
*/
147
161
int pio_rpi_pico_allocate_sm (const struct device * dev , size_t * sm );
148
162
163
+ /**
164
+ * @}
165
+ */
166
+
149
167
#endif /* ZEPHYR_DRIVERS_MISC_PIO_PICO_RPI_PIO_PICO_RPI_H_ */
You can’t perform that action at this time.
0 commit comments