summaryrefslogtreecommitdiff
path: root/bsps/arm/stm32h7/hal/stm32h7xx_hal_cec.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/stm32h7/hal/stm32h7xx_hal_cec.c')
-rw-r--r--bsps/arm/stm32h7/hal/stm32h7xx_hal_cec.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/hal/stm32h7xx_hal_cec.c b/bsps/arm/stm32h7/hal/stm32h7xx_hal_cec.c
index abdddb4d8d..9e17a0988c 100644
--- a/bsps/arm/stm32h7/hal/stm32h7xx_hal_cec.c
+++ b/bsps/arm/stm32h7/hal/stm32h7xx_hal_cec.c
@@ -117,6 +117,7 @@
*/
/** @defgroup CEC CEC
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief HAL CEC module driver
* @{
*/
@@ -126,6 +127,7 @@
/* Private typedef -----------------------------------------------------------*/
/* Private define ------------------------------------------------------------*/
/** @defgroup CEC_Private_Constants CEC Private Constants
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/**
@@ -136,6 +138,7 @@
/* Private variables ---------------------------------------------------------*/
/* Private function prototypes -----------------------------------------------*/
/** @defgroup CEC_Private_Functions CEC Private Functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/**
@@ -145,10 +148,12 @@
/* Exported functions ---------------------------------------------------------*/
/** @defgroup CEC_Exported_Functions CEC Exported Functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup CEC_Exported_Functions_Group1 Initialization and de-initialization functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief Initialization and Configuration functions
*
@verbatim
@@ -650,6 +655,7 @@ HAL_StatusTypeDef HAL_CEC_UnRegisterRxCpltCallback(CEC_HandleTypeDef *hcec)
*/
/** @defgroup CEC_Exported_Functions_Group2 Input and Output operation functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief CEC Transmit/Receive functions
*
@verbatim
@@ -939,6 +945,7 @@ __weak void HAL_CEC_ErrorCallback(CEC_HandleTypeDef *hcec)
*/
/** @defgroup CEC_Exported_Functions_Group3 Peripheral Control function
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief CEC control functions
*
@verbatim