summaryrefslogtreecommitdiff
path: root/bsps/arm/stm32h7/include/stm32h7xx_ll_crs.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/stm32h7/include/stm32h7xx_ll_crs.h')
-rw-r--r--bsps/arm/stm32h7/include/stm32h7xx_ll_crs.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/include/stm32h7xx_ll_crs.h b/bsps/arm/stm32h7/include/stm32h7xx_ll_crs.h
index 9eb8f2d153..099fcd967d 100644
--- a/bsps/arm/stm32h7/include/stm32h7xx_ll_crs.h
+++ b/bsps/arm/stm32h7/include/stm32h7xx_ll_crs.h
@@ -34,6 +34,7 @@ extern "C" {
#if defined(CRS)
/** @defgroup CRS_LL CRS
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -45,10 +46,12 @@ extern "C" {
/* Exported types ------------------------------------------------------------*/
/* Exported constants --------------------------------------------------------*/
/** @defgroup CRS_LL_Exported_Constants CRS Exported Constants
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup CRS_LL_EC_GET_FLAG Get Flags Defines
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief Flags defines which can be used with LL_CRS_ReadReg function
* @{
*/
@@ -64,6 +67,7 @@ extern "C" {
*/
/** @defgroup CRS_LL_EC_IT IT Defines
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief IT defines which can be used with LL_CRS_ReadReg and LL_CRS_WriteReg functions
* @{
*/
@@ -76,6 +80,7 @@ extern "C" {
*/
/** @defgroup CRS_LL_EC_SYNC_DIV Synchronization Signal Divider
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define LL_CRS_SYNC_DIV_1 0x00000000U /*!< Synchro Signal not divided (default) */
@@ -91,6 +96,7 @@ extern "C" {
*/
/** @defgroup CRS_LL_EC_SYNC_SOURCE Synchronization Signal Source
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define LL_CRS_SYNC_SOURCE_GPIO 0x00000000U /*!< Synchro Signal source GPIO */
@@ -101,6 +107,7 @@ extern "C" {
*/
/** @defgroup CRS_LL_EC_SYNC_POLARITY Synchronization Signal Polarity
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define LL_CRS_SYNC_POLARITY_RISING 0x00000000U /*!< Synchro Active on rising edge (default) */
@@ -110,6 +117,7 @@ extern "C" {
*/
/** @defgroup CRS_LL_EC_FREQERRORDIR Frequency Error Direction
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define LL_CRS_FREQ_ERROR_DIR_UP 0x00000000U /*!< Upcounting direction, the actual frequency is above the target */
@@ -119,6 +127,7 @@ extern "C" {
*/
/** @defgroup CRS_LL_EC_DEFAULTVALUES Default Values
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/**
@@ -150,10 +159,12 @@ extern "C" {
/* Exported macro ------------------------------------------------------------*/
/** @defgroup CRS_LL_Exported_Macros CRS Exported Macros
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup CRS_LL_EM_WRITE_READ Common Write and read registers Macros
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -178,6 +189,7 @@ extern "C" {
*/
/** @defgroup CRS_LL_EM_Exported_Macros_Calculate_Reload Exported_Macros_Calculate_Reload
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -204,10 +216,12 @@ extern "C" {
/* Exported functions --------------------------------------------------------*/
/** @defgroup CRS_LL_Exported_Functions CRS Exported Functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup CRS_LL_EF_Configuration Configuration
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -460,6 +474,7 @@ __STATIC_INLINE void LL_CRS_ConfigSynchronization(uint32_t HSI48CalibrationValue
*/
/** @defgroup CRS_LL_EF_CRS_Management CRS_Management
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -501,6 +516,7 @@ __STATIC_INLINE uint32_t LL_CRS_GetFreqErrorCapture(void)
*/
/** @defgroup CRS_LL_EF_FLAG_Management FLAG_Management
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -620,6 +636,7 @@ __STATIC_INLINE void LL_CRS_ClearFlag_ESYNC(void)
*/
/** @defgroup CRS_LL_EF_IT_Management IT_Management
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -749,6 +766,7 @@ __STATIC_INLINE uint32_t LL_CRS_IsEnabledIT_ESYNC(void)
#if defined(USE_FULL_LL_DRIVER) || defined(__rtems__)
/** @defgroup CRS_LL_EF_Init Initialization and de-initialization functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/