summaryrefslogtreecommitdiff
path: root/bsps/arm/stm32h7/include/stm32h7xx_hal_crc_ex.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/stm32h7/include/stm32h7xx_hal_crc_ex.h')
-rw-r--r--bsps/arm/stm32h7/include/stm32h7xx_hal_crc_ex.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/include/stm32h7xx_hal_crc_ex.h b/bsps/arm/stm32h7/include/stm32h7xx_hal_crc_ex.h
index bc7022618d..d0f3e04b1c 100644
--- a/bsps/arm/stm32h7/include/stm32h7xx_hal_crc_ex.h
+++ b/bsps/arm/stm32h7/include/stm32h7xx_hal_crc_ex.h
@@ -38,10 +38,12 @@ extern "C" {
/* Exported types ------------------------------------------------------------*/
/* Exported constants --------------------------------------------------------*/
/** @defgroup CRCEx_Exported_Constants CRC Extended Exported Constants
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup CRCEx_Input_Data_Inversion Input Data Inversion Modes
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define CRC_INPUTDATA_INVERSION_NONE 0x00000000U /*!< No input data inversion */
@@ -53,6 +55,7 @@ extern "C" {
*/
/** @defgroup CRCEx_Output_Data_Inversion Output Data Inversion Modes
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define CRC_OUTPUTDATA_INVERSION_DISABLE 0x00000000U /*!< No output data inversion */
@@ -67,6 +70,7 @@ extern "C" {
/* Exported macro ------------------------------------------------------------*/
/** @defgroup CRCEx_Exported_Macros CRC Extended Exported Macros
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -98,6 +102,7 @@ extern "C" {
/* Private macros --------------------------------------------------------*/
/** @defgroup CRCEx_Private_Macros CRC Extended Private Macros
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/