Browse Source

doc: convert SPI to peripheral_api style

Response to cmcmanis having trouble finding it online
pull/931/merge
Karl Palsson 6 years ago
parent
commit
40024fa211
  1. 3
      lib/stm32/common/spi_common_all.c
  2. 3
      lib/stm32/common/spi_common_v1.c
  3. 3
      lib/stm32/common/spi_common_v1_frf.c
  4. 3
      lib/stm32/common/spi_common_v2.c

3
lib/stm32/common/spi_common_all.c

@ -1,4 +1,5 @@
/** @addtogroup spi_file
/** @addtogroup spi_file SPI peripheral API
* @ingroup peripheral_apis
@author @htmlonly © @endhtmlonly 2009
Uwe Hermann <uwe@hermann-uwe.de>

3
lib/stm32/common/spi_common_v1.c

@ -1,5 +1,6 @@
/** @addtogroup spi_file
/** @addtogroup spi_file SPI peripheral API
* @ingroup peripheral_apis
@author @htmlonly &copy; @endhtmlonly 2009
Uwe Hermann <uwe@hermann-uwe.de>

3
lib/stm32/common/spi_common_v1_frf.c

@ -1,4 +1,5 @@
/** @addtogroup spi_file
/** @addtogroup spi_file SPI peripheral API
* @ingroup peripheral_apis
@author @htmlonly &copy; @endhtmlonly 2009
Uwe Hermann <uwe@hermann-uwe.de>

3
lib/stm32/common/spi_common_v2.c

@ -1,4 +1,5 @@
/** @addtogroup spi_file
/** @addtogroup spi_file SPI peripheral API
* @ingroup peripheral_apis
@author @htmlonly &copy; @endhtmlonly 2009
Uwe Hermann <uwe@hermann-uwe.de>

Loading…
Cancel
Save