summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/hal/stm32h7xx_hal_spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/stm32h7/hal/stm32h7xx_hal_spi.c')
-rw-r--r--bsps/arm/stm32h7/hal/stm32h7xx_hal_spi.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/hal/stm32h7xx_hal_spi.c b/bsps/arm/stm32h7/hal/stm32h7xx_hal_spi.c
index 0d3f32bca9..5c7f1e773a 100644
--- a/bsps/arm/stm32h7/hal/stm32h7xx_hal_spi.c
+++ b/bsps/arm/stm32h7/hal/stm32h7xx_hal_spi.c
@@ -135,6 +135,7 @@
*/
/** @defgroup SPI SPI
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief SPI HAL module driver
* @{
*/
@@ -143,6 +144,7 @@
/* Private typedef -----------------------------------------------------------*/
/* Private defines -----------------------------------------------------------*/
/** @defgroup SPI_Private_Constants SPI Private Constants
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define SPI_DEFAULT_TIMEOUT 100UL
@@ -154,6 +156,7 @@
/* Private variables ---------------------------------------------------------*/
/* Private function prototypes -----------------------------------------------*/
/** @defgroup SPI_Private_Functions SPI Private Functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
static void SPI_DMATransmitCplt(DMA_HandleTypeDef *hdma);
@@ -185,10 +188,12 @@ static uint32_t SPI_GetPacketSize(SPI_HandleTypeDef *hspi);
/* Exported functions --------------------------------------------------------*/
/** @defgroup SPI_Exported_Functions SPI Exported Functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup SPI_Exported_Functions_Group1 Initialization and de-initialization functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief Initialization and Configuration functions
*
@verbatim
@@ -733,6 +738,7 @@ HAL_StatusTypeDef HAL_SPI_UnRegisterCallback(SPI_HandleTypeDef *hspi, HAL_SPI_Ca
*/
/** @defgroup SPI_Exported_Functions_Group2 IO operation functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief Data transfers functions
*
@verbatim
@@ -3127,6 +3133,7 @@ __weak void HAL_SPI_AbortCpltCallback(SPI_HandleTypeDef *hspi)
*/
/** @defgroup SPI_Exported_Functions_Group3 Peripheral State and Errors functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief SPI control functions
*
@verbatim