summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/include/stm32h7xx_hal_gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/stm32h7/include/stm32h7xx_hal_gpio.h')
-rw-r--r--bsps/arm/stm32h7/include/stm32h7xx_hal_gpio.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/include/stm32h7xx_hal_gpio.h b/bsps/arm/stm32h7/include/stm32h7xx_hal_gpio.h
index f7f6eecea1..4e164817f4 100644
--- a/bsps/arm/stm32h7/include/stm32h7xx_hal_gpio.h
+++ b/bsps/arm/stm32h7/include/stm32h7xx_hal_gpio.h
@@ -38,6 +38,7 @@ extern "C" {
/* Exported types ------------------------------------------------------------*/
/** @defgroup GPIO_Exported_Types GPIO Exported Types
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -77,10 +78,12 @@ typedef enum
/* Exported constants --------------------------------------------------------*/
/** @defgroup GPIO_Exported_Constants GPIO Exported Constants
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup GPIO_pins_define GPIO pins define
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define GPIO_PIN_0 ((uint16_t)0x0001) /* Pin 0 selected */
@@ -107,6 +110,7 @@ typedef enum
*/
/** @defgroup GPIO_mode_define GPIO mode define
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief GPIO Configuration Mode
* Elements values convention: 0xX0yz00YZ
* - X : GPIO mode or EXTI Mode
@@ -136,6 +140,7 @@ typedef enum
*/
/** @defgroup GPIO_speed_define GPIO speed define
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief GPIO Output Maximum frequency
* @{
*/
@@ -148,6 +153,7 @@ typedef enum
*/
/** @defgroup GPIO_pull_define GPIO pull define
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief GPIO Pull-Up or Pull-Down Activation
* @{
*/
@@ -164,6 +170,7 @@ typedef enum
/* Exported macro ------------------------------------------------------------*/
/** @defgroup GPIO_Exported_Macros GPIO Exported Macros
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -284,6 +291,7 @@ void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin);
/* Private variables ---------------------------------------------------------*/
/* Private constants ---------------------------------------------------------*/
/** @defgroup GPIO_Private_Constants GPIO Private Constants
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -293,6 +301,7 @@ void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin);
/* Private macros ------------------------------------------------------------*/
/** @defgroup GPIO_Private_Macros GPIO Private Macros
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define IS_GPIO_PIN_ACTION(ACTION) (((ACTION) == GPIO_PIN_RESET) || ((ACTION) == GPIO_PIN_SET))
@@ -322,6 +331,7 @@ void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin);
/* Private functions ---------------------------------------------------------*/
/** @defgroup GPIO_Private_Functions GPIO Private Functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/