summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/hal/stm32h7xx_hal_tim_ex.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/stm32h7/hal/stm32h7xx_hal_tim_ex.c')
-rw-r--r--bsps/arm/stm32h7/hal/stm32h7xx_hal_tim_ex.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/hal/stm32h7xx_hal_tim_ex.c b/bsps/arm/stm32h7/hal/stm32h7xx_hal_tim_ex.c
index 1dcd77049c..843312be0f 100644
--- a/bsps/arm/stm32h7/hal/stm32h7xx_hal_tim_ex.c
+++ b/bsps/arm/stm32h7/hal/stm32h7xx_hal_tim_ex.c
@@ -83,6 +83,7 @@
*/
/** @defgroup TIMEx TIMEx
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief TIM Extended HAL module driver
* @{
*/
@@ -98,10 +99,12 @@ static void TIM_CCxNChannelCmd(TIM_TypeDef *TIMx, uint32_t Channel, uint32_t Cha
/* Exported functions --------------------------------------------------------*/
/** @defgroup TIMEx_Exported_Functions TIM Extended Exported Functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup TIMEx_Exported_Functions_Group1 Extended Timer Hall Sensor functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief Timer Hall Sensor functions
*
@verbatim
@@ -476,6 +479,7 @@ HAL_StatusTypeDef HAL_TIMEx_HallSensor_Stop_DMA(TIM_HandleTypeDef *htim)
*/
/** @defgroup TIMEx_Exported_Functions_Group2 Extended Timer Complementary Output Compare functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief Timer Complementary Output Compare functions
*
@verbatim
@@ -876,6 +880,7 @@ HAL_StatusTypeDef HAL_TIMEx_OCN_Stop_DMA(TIM_HandleTypeDef *htim, uint32_t Chann
*/
/** @defgroup TIMEx_Exported_Functions_Group3 Extended Timer Complementary PWM functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief Timer Complementary PWM functions
*
@verbatim
@@ -1283,6 +1288,7 @@ HAL_StatusTypeDef HAL_TIMEx_PWMN_Stop_DMA(TIM_HandleTypeDef *htim, uint32_t Chan
*/
/** @defgroup TIMEx_Exported_Functions_Group4 Extended Timer Complementary One Pulse functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief Timer Complementary One Pulse functions
*
@verbatim
@@ -1424,6 +1430,7 @@ HAL_StatusTypeDef HAL_TIMEx_OnePulseN_Stop_IT(TIM_HandleTypeDef *htim, uint32_t
*/
/** @defgroup TIMEx_Exported_Functions_Group5 Extended Peripheral Control functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief Peripheral Control functions
*
@verbatim
@@ -2130,6 +2137,7 @@ HAL_StatusTypeDef HAL_TIMEx_GroupChannel5(TIM_HandleTypeDef *htim, uint32_t Chan
*/
/** @defgroup TIMEx_Exported_Functions_Group6 Extended Callbacks functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief Extended Callbacks functions
*
@verbatim
@@ -2208,6 +2216,7 @@ __weak void HAL_TIMEx_Break2Callback(TIM_HandleTypeDef *htim)
*/
/** @defgroup TIMEx_Exported_Functions_Group7 Extended Peripheral State functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief Extended Peripheral State functions
*
@verbatim
@@ -2242,6 +2251,7 @@ HAL_TIM_StateTypeDef HAL_TIMEx_HallSensor_GetState(TIM_HandleTypeDef *htim)
/* Private functions ---------------------------------------------------------*/
/** @defgroup TIMEx_Private_Functions TIMEx Private Functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/