We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a2aa7 commit c66a2c1Copy full SHA for c66a2c1
src/rp2_common/hardware_pio/include/hardware/pio.h
@@ -73,20 +73,16 @@ typedef pio_hw_t *PIO;
73
* e.g. pio_gpio_init(pio0, 5)
74
*
75
* \ingroup hardware_pio
76
- * @{
77
*/
78
#define pio0 pio0_hw
79
-/** @} */
80
81
/** Identifier for the second (PIO 1) hardware PIO instance (for use in PIO functions).
82
83
* e.g. pio_gpio_init(pio1, 5)
84
85
86
87
88
#define pio1 pio1_hw
89
90
91
/** \brief PIO state machine configuration
92
* \defgroup sm_config sm_config
0 commit comments