summaryrefslogtreecommitdiff
path: root/bsps/arm/stm32h7/include/stm32h7xx_hal_tim_ex.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/stm32h7/include/stm32h7xx_hal_tim_ex.h')
-rw-r--r--bsps/arm/stm32h7/include/stm32h7xx_hal_tim_ex.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/include/stm32h7xx_hal_tim_ex.h b/bsps/arm/stm32h7/include/stm32h7xx_hal_tim_ex.h
index ebad016677..0ff4144156 100644
--- a/bsps/arm/stm32h7/include/stm32h7xx_hal_tim_ex.h
+++ b/bsps/arm/stm32h7/include/stm32h7xx_hal_tim_ex.h
@@ -37,6 +37,7 @@ extern "C" {
/* Exported types ------------------------------------------------------------*/
/** @defgroup TIMEx_Exported_Types TIM Extended Exported Types
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -82,10 +83,12 @@ typedef struct
/* Exported constants --------------------------------------------------------*/
/** @defgroup TIMEx_Exported_Constants TIM Extended Exported Constants
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup TIMEx_Remap TIM Extended Remapping
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define TIM_TIM1_ETR_GPIO 0x00000000U /*!< TIM1_ETR is connected to GPIO */
@@ -139,6 +142,7 @@ typedef struct
#if defined(TIM_BREAK_INPUT_SUPPORT)
/** @defgroup TIMEx_Break_Input TIM Extended Break input
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define TIM_BREAKINPUT_BRK 0x00000001U /*!< Timer break input */
@@ -148,6 +152,7 @@ typedef struct
*/
/** @defgroup TIMEx_Break_Input_Source TIM Extended Break input source
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define TIM_BREAKINPUTSOURCE_BKIN 0x00000001U /*!< An external source (GPIO) is connected to the BKIN pin */
@@ -159,6 +164,7 @@ typedef struct
*/
/** @defgroup TIMEx_Break_Input_Source_Enable TIM Extended Break input source enabling
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define TIM_BREAKINPUTSOURCE_DISABLE 0x00000000U /*!< Break input source is disabled */
@@ -168,6 +174,7 @@ typedef struct
*/
/** @defgroup TIMEx_Break_Input_Source_Polarity TIM Extended Break input polarity
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define TIM_BREAKINPUTSOURCE_POLARITY_LOW 0x00000001U /*!< Break input source is active low */
@@ -178,6 +185,7 @@ typedef struct
#endif /* TIM_BREAK_INPUT_SUPPORT */
/** @defgroup TIMEx_Timer_Input_Selection TIM Extended Timer input selection
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define TIM_TIM1_TI1_GPIO 0x00000000U /*!< TIM1_TI1 is connected to GPIO */
@@ -246,6 +254,7 @@ typedef struct
/* Exported macro ------------------------------------------------------------*/
/** @defgroup TIMEx_Exported_Macros TIM Extended Exported Macros
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -256,6 +265,7 @@ typedef struct
/* Private macro -------------------------------------------------------------*/
/** @defgroup TIMEx_Private_Macros TIM Extended Private Macros
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define IS_TIM_BREAKINPUT(__BREAKINPUT__) (((__BREAKINPUT__) == TIM_BREAKINPUT_BRK) || \