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.h35
1 files changed, 7 insertions, 28 deletions
diff --git a/bsps/arm/stm32h7/include/stm32h7xx_ll_crs.h b/bsps/arm/stm32h7/include/stm32h7xx_ll_crs.h
index 6e073e119a..86ce84783b 100644
--- a/bsps/arm/stm32h7/include/stm32h7xx_ll_crs.h
+++ b/bsps/arm/stm32h7/include/stm32h7xx_ll_crs.h
@@ -6,13 +6,12 @@
******************************************************************************
* @attention
*
- * <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
- * All rights reserved.</center></h2>
+ * Copyright (c) 2017 STMicroelectronics.
+ * All rights reserved.
*
- * This software component is licensed by ST under BSD 3-Clause license,
- * the "License"; You may not use this file except in compliance with the
- * License. You may obtain a copy of the License at:
- * opensource.org/licenses/BSD-3-Clause
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
*/
@@ -35,7 +34,6 @@ extern "C" {
#if defined(CRS)
/** @defgroup CRS_LL CRS
- * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -47,12 +45,10 @@ 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
* @{
*/
@@ -68,7 +64,6 @@ 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
* @{
*/
@@ -81,7 +76,6 @@ 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) */
@@ -97,10 +91,9 @@ extern "C" {
*/
/** @defgroup CRS_LL_EC_SYNC_SOURCE Synchronization Signal Source
- * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
-#define LL_CRS_SYNC_SOURCE_GPIO 0x00000000U /*!< Synchro Signal soucre GPIO */
+#define LL_CRS_SYNC_SOURCE_GPIO 0x00000000U /*!< Synchro Signal source GPIO */
#define LL_CRS_SYNC_SOURCE_LSE CRS_CFGR_SYNCSRC_0 /*!< Synchro Signal source LSE */
#define LL_CRS_SYNC_SOURCE_USB CRS_CFGR_SYNCSRC_1 /*!< Synchro Signal source USB SOF (default)*/
/**
@@ -108,7 +101,6 @@ 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) */
@@ -118,7 +110,6 @@ 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 */
@@ -128,7 +119,6 @@ extern "C" {
*/
/** @defgroup CRS_LL_EC_DEFAULTVALUES Default Values
- * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/**
@@ -160,12 +150,10 @@ 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
* @{
*/
@@ -190,7 +178,6 @@ extern "C" {
*/
/** @defgroup CRS_LL_EM_Exported_Macros_Calculate_Reload Exported_Macros_Calculate_Reload
- * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -217,12 +204,10 @@ extern "C" {
/* Exported functions --------------------------------------------------------*/
/** @defgroup CRS_LL_Exported_Functions CRS Exported Functions
- * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup CRS_LL_EF_Configuration Configuration
- * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -475,7 +460,6 @@ __STATIC_INLINE void LL_CRS_ConfigSynchronization(uint32_t HSI48CalibrationValue
*/
/** @defgroup CRS_LL_EF_CRS_Management CRS_Management
- * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -517,7 +501,6 @@ __STATIC_INLINE uint32_t LL_CRS_GetFreqErrorCapture(void)
*/
/** @defgroup CRS_LL_EF_FLAG_Management FLAG_Management
- * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -637,7 +620,6 @@ __STATIC_INLINE void LL_CRS_ClearFlag_ESYNC(void)
*/
/** @defgroup CRS_LL_EF_IT_Management IT_Management
- * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -765,9 +747,8 @@ __STATIC_INLINE uint32_t LL_CRS_IsEnabledIT_ESYNC(void)
* @}
*/
-#if defined(USE_FULL_LL_DRIVER) || defined(__rtems__)
+#if defined(USE_FULL_LL_DRIVER)
/** @defgroup CRS_LL_EF_Init Initialization and de-initialization functions
- * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -797,5 +778,3 @@ ErrorStatus LL_CRS_DeInit(void);
#endif
#endif /* STM32H7xx_LL_CRS_H */
-
-/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/