Fix some of the (simpler) errors reported by the doxygen command (#617)

This commit is contained in:
Andrew Scheller
2021-10-26 22:09:06 +01:00
committed by GitHub
parent b04a09110f
commit da7c39bc23
3 changed files with 10 additions and 4 deletions

View File

@ -178,6 +178,12 @@ enum gpio_drive_strength {
*/
void gpio_set_function(uint gpio, enum gpio_function fn);
/*! \brief Determine current GPIO function
* \ingroup hardware_gpio
*
* \param gpio GPIO number
* \return Which GPIO function is currently selected from list \ref gpio_function
*/
enum gpio_function gpio_get_function(uint gpio);
/*! \brief Select up and down pulls on specific GPIO