summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/hal/stm32h7xx_hal_eth.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-26 08:13:52 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-26 08:21:46 +0100
commitfe58f6ce4bf1ff5e92d64b9fee0cb46b6ac06e64 (patch)
tree8b7d53b172d70fd9f78f400515b73e1d2c4f8e1e /bsps/arm/stm32h7/hal/stm32h7xx_hal_eth.c
parentspec/a53: Set conditionally failing test state (diff)
downloadrtems-fe58f6ce4bf1ff5e92d64b9fee0cb46b6ac06e64.tar.bz2
bsp/stm32h7: Add and use BSP Doxygen group
Update #3910.
Diffstat (limited to 'bsps/arm/stm32h7/hal/stm32h7xx_hal_eth.c')
-rw-r--r--bsps/arm/stm32h7/hal/stm32h7xx_hal_eth.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/hal/stm32h7xx_hal_eth.c b/bsps/arm/stm32h7/hal/stm32h7xx_hal_eth.c
index a1b1fa0ff2..4f2634df5b 100644
--- a/bsps/arm/stm32h7/hal/stm32h7xx_hal_eth.c
+++ b/bsps/arm/stm32h7/hal/stm32h7xx_hal_eth.c
@@ -154,6 +154,7 @@
#if defined(ETH)
/** @defgroup ETH ETH
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief ETH HAL module driver
* @{
*/
@@ -196,6 +197,7 @@
/* Private macros ------------------------------------------------------------*/
/** @defgroup ETH_Private_Macros ETH Private Macros
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/* Helper macros for TX descriptor handling */
@@ -216,6 +218,7 @@
*/
/* Private function prototypes -----------------------------------------------*/
/** @defgroup ETH_Private_Functions ETH Private Functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
static void ETH_MAC_MDIO_ClkConfig(ETH_HandleTypeDef *heth);
@@ -235,10 +238,12 @@ static void ETH_InitCallbacksToDefault(ETH_HandleTypeDef *heth);
/* Exported functions ---------------------------------------------------------*/
/** @defgroup ETH_Exported_Functions ETH Exported Functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup ETH_Exported_Functions_Group1 Initialization and deinitialization functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief Initialization and Configuration functions
*
@verbatim
@@ -732,6 +737,7 @@ HAL_StatusTypeDef HAL_ETH_DescAssignMemory(ETH_HandleTypeDef *heth, uint32_t Ind
*/
/** @defgroup ETH_Exported_Functions_Group2 IO operation functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief ETH Transmit and Receive functions
*
@verbatim
@@ -1865,6 +1871,7 @@ HAL_StatusTypeDef HAL_ETH_WritePHYRegister(ETH_HandleTypeDef *heth, uint32_t PHY
*/
/** @defgroup ETH_Exported_Functions_Group3 Peripheral Control functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief ETH control functions
*
@verbatim
@@ -2309,6 +2316,7 @@ HAL_StatusTypeDef HAL_ETH_SetWakeUpFilter(ETH_HandleTypeDef *heth, uint32_t *pFi
*/
/** @defgroup ETH_Exported_Functions_Group4 Peripheral State and Errors functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief ETH State and Errors functions
*
@verbatim