rcc什么意思是kvwsf wefvmmxmr rccex

比特币地址1B7Vp5jqmfc6AZZSGcBAQkvtvnsLNnDNM3会旋转的冬瓜 - 歌单 - 网易云音乐
会旋转的冬瓜
老瓜的歌单 MC碟王瓜的歌单 ! 喜欢轻电音的可以收藏 《一点也不走心的轻电音歌单》
播放:88593次
喜欢这个歌单的人
网易云音乐多端下载
同步歌单,随时畅听320k好音乐
网易公司版权所有(C)杭州乐读科技有限公司运营:
违法和不良信息举报电话:6
举报邮箱:2017电音榜 - 歌单 - 网易云音乐
2017电音榜
播放:7121次
喜欢这个歌单的人
网易云音乐多端下载
同步歌单,随时畅听320k好音乐
网易公司版权所有(C)杭州乐读科技有限公司运营:
违法和不良信息举报电话:6
举报邮箱:做任务可以获得更多积分哦~
主人,您还没有登录哦!马上,加入精彩活动~
您还没有收到新的活动消息~
主人,您还没有登录哦!马上,享受专属推荐~
您还没有收到新的系统消息~
豪门惊梦(第01集)
用PP视频APP或微信扫一扫
二维码在手机上继续观看视频
用微信扫一扫上方二维码安装
还可以输入300个字(不少于8个字)
乔氏集团在香港、台北、上海等地拥有巨大产业,富甲天下,势倾商野,堪称现代豪门。  世纪之交,陈水扁上台,亚洲金融...
电视剧热播榜>> stm32l0xx_hal_rcc_ex.h
stm32l0xx_hal_rcc_ex.h ( 文件浏览 )
******************************************************************************
stm32l0xx_hal_rcc_ex.h
MCD Application Team
* @version V1.0.0
22-April-2014
Header file of RCC HAL Extension module.
******************************************************************************
* @attention
* &h2&&center&& COPYRIGHT(c) 2014 STMicroelectronics&/center&&/h2&
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of STMicroelectronics nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &AS IS&
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
******************************************************************************
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __STM32L0xx_HAL_RCC_EX_H
#define __STM32L0xx_HAL_RCC_EX_H
#ifdef __cplusplus
extern &C& {
/* Includes ------------------------------------------------------------------*/
#include &stm32l0xx_hal_def.h&
/** @addtogroup STM32L0xx_HAL_Driver
/** @addtogroup RCCEx
/* Exported types ------------------------------------------------------------*/
RCC extended clocks structure definition
#if !defined(STM32L051xx) && !defined(STM32L061xx)
typedef struct
uint32_t PeriphClockS
/*!& The Extended Clock to be configured.
This parameter can be a value of @ref RCCEx_Periph_Clock_Selection */
uint32_t Usart1ClockS
/*!& USART1 clock source
This parameter can be a value of @ref RCCEx_USART1_Clock_Source */
uint32_t Usart2ClockS
/*!& USART2 clock source
This parameter can be a value of @ref RCCEx_USART2_Clock_Source */
uint32_t Lpuart1ClockS
/*!& LPUART1 clock source
This parameter can be a value of @ref RCCEx_LPUART1_Clock_Source */
uint32_t I2c1ClockS
/*!& I2C1 clock source
This parameter can be a value of @ref RCCEx_I2C1_Clock_Source */
uint32_t RTCClockS
/*!& Specifies RTC Clock Prescalers Selection
This parameter can be a value of @ref RCCEx_RTC_Clock_Source */
uint32_t UsbClockS
/*!& Specifies USB and RNG Clock
This parameter can be a value of @ref RCCEx_USB_Clock_Source */
uint32_t LptimClockS
/*!& LPTIM1 clock source
This parameter can be a value of @ref RCCEx_LPTIM1_Clock_Source */
}RCC_PeriphCLKInitTypeD
#endif /* !(STM32L051xx) && !(STM32L061xx) */
#if defined(STM32L051xx) || defined(STM32L061xx)
typedef struct
uint32_t PeriphClockS
/*!& The Extended Clock to be configured.
This parameter can be a value of @ref RCCEx_Periph_Clock_Selection */
uint32_t Usart1ClockS
/*!& USART1 clock source
This parameter can be a value of @ref RCCEx_USART1_Clock_Source */
uint32_t Usart2ClockS
/*!& USART2 clock source
This parameter can be a value of @ref RCCEx_USART2_Clock_Source */
uint32_t Lpuart1ClockS
/*!& LPUART1 clock source
This parameter can be a value of @ref RCCEx_LPUART1_Clock_Source */
uint32_t I2c1ClockS
/*!& I2C1 clock source
This parameter can be a value of @ref RCCEx_I2C1_Clock_Source */
uint32_t RTCClockS
/*!& Specifies RTC Clock Prescalers Selection
This parameter can be a value of @ref RCCEx_RTC_Clock_Source */
uint32_t LptimClockS
/*!& LPTIM1 clock source
This parameter can be a value of @ref RCCEx_LPTIM1_Clock_Source */
}RCC_PeriphCLKInitTypeD
#endif /* STM32L051xx || STM32L061xx */
#if !defined(STM32L051xx) && !defined(STM32L061xx)
RCC CRS Status structures definition
typedef enum
RCC_CRS_NONE
RCC_CRS_TIMEOUT
RCC_CRS_SYNCOK
RCC_CRS_SYNCWARM
RCC_CRS_SYNCERR
RCC_CRS_SYNCMISS
RCC_CRS_TRIMOV
} RCC_CRSStatusTypeD
* @brief RCC_CRS Init structure definition
typedef struct
uint32_t P
/*!& Specifies the division factor of the SYNC signal.
This parameter can be a value of @ref RCCEx_CRS_SynchroDivider */
uint32_t S
/*!& Specifies the SYNC signal source.
This parameter can be a value of @ref RCCEx_CRS_SynchroSource */
uint32_t P
/*!& Specifies the input polarity for the SYNC signal source.
This parameter can be a value of @ref RCCEx_CRS_SynchroPolarity */
uint32_t ReloadV
/*!& Specifies the value to be loaded in the frequency error counter with each SYNC event.
It can be calculated in using macro __HAL_RCC_CRS_CALCULATE_RELOADVALUE(_FTARGET_, _FSYNC_)
This parameter must be a number between 0 and 0xFFFF or a value of @ref RCCEx_CRS_ReloadValueDefault .*/
uint32_t ErrorLimitV
/*!& Specifies the value to be used to evaluate the captured frequency error value.
This parameter must be a number between 0 and 0xFF or a value of @ref RCCEx_CRS_ErrorLimitDefault */
uint32_t HSI48CalibrationV /*!& Specifies a user-programmable trimming value to the HSI48 oscillator.
This parameter must be a number between 0 and 0x3F or a value of @ref RCCEx_CRS_HSI48CalibrationDefault */
}RCC_CRSInitTypeD
* @brief RCC_CRS Synchronization structure definition
typedef struct
uint32_t ReloadV
/*!& Specifies the value loaded in the Counter reload value.
This parameter must be a number between 0 and 0xFFFF*/
uint32_t HSI48CalibrationV /*!& Specifies value loaded in HSI48 oscillator smooth trimming.
This parameter must be a number between 0 and 0x3F */
uint32_t FreqErrorC
/*!& Specifies the value loaded in the .FECAP, the frequency error counter
value latched in the time of the last SYNC event.
This parameter must be a number between 0 and 0xFFFF */
uint32_t FreqErrorD
/*!& Specifies the value loaded in the .FEDIR, the counting direction of the
frequency error counter latched in the time of the last SYNC event.
It shows whether the actual frequency is below or above the target.
This parameter must be a value of @ref RCCEx_CRS_FreqErrorDirection*/
}RCC_CRSSynchroInfoTypeD
#endif /* !(STM32L051xx ) && !(STM32L061xx ) */
/* Exported constants --------------------------------------------------------*/
/** @defgroup RCCEx_Exported_Constants
/** @defgroup RCCEx_Periph_Clock_Selection
#if !defined(STM32L051xx) && !defined(STM32L061xx)
#define RCC_PERIPHCLK_USART1
((uint32_t)0x)
#define RCC_PERIPHCLK_USART2
((uint32_t)0x)
#define RCC_PERIPHCLK_LPUART1
((uint32_t)0x)
#define RCC_PERIPHCLK_I2C1
((uint32_t)0x)
#define RCC_PERIPHCLK_I2C2
((uint32_t)0x)
#define RCC_PERIPHCLK_RTC
((uint32_t)0x)
#define RCC_PERIPHCLK_USB
((uint32_t)0x)
#define RCC_PERIPHCLK_LPTIM1
((uint32_t)0x)
#define IS_RCC_PERIPHCLK(CLK) ((CLK) &= (RCC_PERIPHCLK_USART1 | RCC_PERIPHCLK_USART2 | RCC_PERIPHCLK_LPUART1 | \
RCC_PERIPHCLK_I2C1
| RCC_PERIPHCLK_I2C2 | RCC_PERIPHCLK_R
(文件超长,未完全显示,请下载后阅读剩余部分)
展开> <收缩
下载源码到电脑,阅读使用更方便
还剩0行未阅读,继续阅读 ▼
Sponsored links
源码文件列表
温馨提示: 点击源码文件名可预览文件内容哦 ^_^
441.00 B 22:46
2.43 kB 08:20
3.03 kB 08:20
2.11 kB 08:20
2.54 kB 08:20
2.23 kB 08:20
4.49 kB 08:20
6.48 kB 08:20
1.38 kB 08:20
2.16 kB 08:20
2.80 kB 08:20
2.40 kB 08:20
2.80 kB 08:20
4.40 kB 08:20
1.74 kB 08:20
3.31 kB 08:20
1.15 kB 08:20
1.09 kB 08:20
3.03 kB 08:20
2.95 kB 08:20
3.38 kB 08:20
3.89 kB 08:20
3.41 kB 08:20
4.11 kB 08:20
3.02 kB 08:20
1.53 kB 08:20
1.61 kB 08:20
1.75 kB 08:20
1.82 kB 08:20
3.52 kB 08:20
866.00 B 08:20
2.04 kB 08:20
2.36 kB 08:20
2.30 kB 08:20
4.08 kB 08:20
2.13 kB 08:20
1.93 kB 08:20
2.51 kB 08:20
1.60 kB 08:20
3.91 kB 08:20
2.57 kB 08:20
3.09 kB 08:20
1.57 kB 08:20
3.10 kB 08:20
1.26 kB 08:20
1.83 kB 08:20
1.28 kB 08:20
978.00 B 08:20
1.47 kB 08:20
998.00 B 08:20
1.65 kB 08:20
1.71 kB 08:20
2.32 kB 08:20
1.88 kB 08:20
2.00 kB 08:20
1.95 kB 08:20
980.00 B 08:20
1.67 kB 08:20
1.12 kB 08:20
2.14 kB 08:20
810.00 B 08:20
1.86 kB 08:20
1.94 kB 08:20
1.25 kB 08:20
1.81 kB 08:20
2.08 kB 08:20
1.49 kB 08:20
2.09 kB 08:20
2.53 kB 08:20
5.80 kB 08:20
2.62 kB 08:20
1.84 kB 08:20
1.76 kB 08:20
12.47 kB 08:20
1.28 kB 08:20
4.22 kB 08:20
944.00 B 08:20
2.90 kB 08:20
1.58 kB 08:20
1.36 kB 08:20
2.41 kB 08:20
1,009.00 B 08:20
744.00 B 08:20
1.35 kB 08:20
1.17 kB 08:20
3.30 kB 08:20
905.00 B 08:20
1,004.00 B 08:20
1.12 kB 08:20
2.06 kB 08:20
1.54 kB 08:20
1.53 kB 08:20
1.25 kB 08:20
1.66 kB 08:20
1.16 kB 08:20
1.11 kB 08:20
1.33 kB 08:20
938.00 B 08:20
1.99 kB 08:20
2.20 kB 08:20
1.24 kB 08:20
1.36 kB 08:20
31.60 kB 08:20
38.71 kB 08:20
95.90 kB 08:20
104.85 kB 08:20
21.54 kB 08:20
16.12 kB 08:20
19.36 kB 08:20
1.86 kB 08:20
2.64 kB 08:20
2.27 kB 08:20
310.99 kB 08:20
6.55 kB 08:20
22.26 kB 08:20
10.37 kB 08:20
51.38 kB 08:20
47.83 kB 08:20
8.71 kB 08:20
3.98 kB 08:20
19.09 kB 08:20
17.47 kB 08:20
9.85 kB 08:20
11.81 kB 08:20
5.16 kB 08:20
18.14 kB 08:20
14.96 kB 08:20
7.93 kB 08:20
3.59 kB 08:20
63.93 kB 08:20
12.58 kB 08:20
24.54 kB 08:20
10.63 kB 08:20
8.19 kB 08:20
9.39 kB 08:20
6.74 kB 08:20
24.27 kB 08:20
23.27 kB 08:20
23.26 kB 08:20
20.98 kB 08:20
40.08 kB 08:20
11.05 kB 08:20
6.61 kB 08:20
3.08 kB 08:20
18.41 kB 08:20
12.76 kB 08:20
24.67 kB 08:20
112.75 kB 08:20
22.41 kB 08:20
9.07 kB 08:20
3.84 kB 08:20
43.63 kB 08:20
15.70 kB 08:20
39.92 kB 08:20
25.07 kB 08:20
10.72 kB 08:20
13.77 kB 08:20
9.19 kB 08:20
19.57 kB 08:20
35.01 kB 08:20
48.50 kB 08:20
27.74 kB 08:20
34.93 kB 08:20
25.92 kB 08:20
5.13 kB 08:20
3.19 kB 08:20
24.77 kB 08:20
13.00 kB 08:20
5.54 kB 08:20
3.74 kB 08:20
45.97 kB 08:20
53.50 kB 08:20
19.73 kB 08:20
53.00 kB 08:20
13.30 kB 08:20
7.69 kB 08:20
52.19 kB 08:20
32.13 kB 08:20
51.97 kB 08:20
30.17 kB 08:20
44.12 kB 08:20
38.34 kB 08:20
6.48 kB 08:20
6.65 kB 08:20
65.25 kB 08:20
26.54 kB 08:20
63.53 kB 08:20
19.56 kB 08:20
150.17 kB 08:20
60.80 kB 08:20
9.96 kB 08:20
9.28 kB 08:20
23.11 kB 08:20
22.50 kB 08:20
63.44 kB 08:20
45.67 kB 08:20
14.22 kB 08:20
13.99 kB 08:20
54.22 kB 08:20
26.05 kB 08:20
9.83 kB 08:20
14.90 kB 08:20
8.51 kB 08:20
17.56 kB 08:20
3.50 kB 08:20
startup_stm32l053xx.s10.24 kB 08:20
stm32l053r8.sct2.09 kB 08:20
2.41 kB 08:20
startup_stm32l053xx.s9.57 kB 08:20
stm32l053r8.sct2.09 kB 08:20
2.41 kB 08:20
6.83 kB 08:20
3.83 kB 08:20
2.52 kB 08:20
2.92 kB 08:20
5.96 kB 08:20
2.45 kB 08:20
11.55 kB 08:20
1.75 kB 08:20
2.88 kB 08:20
2.47 kB 08:20
4.90 kB 08:20
4.96 kB 08:20
1.95 kB 08:20
3.58 kB 08:20
7.17 kB 08:20
6.92 kB 08:20
10.72 kB 08:20
2.67 kB 08:20
9.82 kB 08:20
5.40 kB 08:20
ArInp.Scr2.45 kB 17:48
650.00 B 22:13
428.00 B 22:24
Nucleo_printf.uvgui.Jack68.17 kB 22:20
Nucleo_printf.uvguix.Jack137.00 kB 18:00
Nucleo_printf.uvopt5.71 kB 22:20
Nucleo_printf.uvoptx49.87 kB 23:26
Nucleo_printf.uvproj21.63 kB 22:20
Nucleo_printf.uvprojx38.65 kB 18:00
Sponsored links
评价成功,多谢!
下载Nucleo_printf.zip
CodeForge积分(原CF币)全新升级,功能更强大,使用更便捷,不仅可以用来下载海量源代码马上还可兑换精美小礼品了
您的积分不足
支付宝优惠套餐快速获取 30 积分
10积分 / ¥100
30积分 / ¥200原价 ¥300 元
100积分 / ¥500原价 ¥1000 元
订单支付完成后,积分将自动加入到您的账号。以下是优惠期的人民币价格,优惠期过后将恢复美元价格。
支付宝支付宝付款
微信钱包微信付款
更多付款方式:、
您本次下载所消耗的积分将转交上传作者。
同一源码,30天内重复下载,只扣除一次积分。
鲁ICP备号-3 runtime:Elapsed:226.199ms 27.69
登录 CodeForge
还没有CodeForge账号?
Switch to the English version?
^_^"呃 ...
Sorry!这位大神很神秘,未开通博客呢,请浏览一下其他的吧

我要回帖

更多关于 rcc是什么 的文章

 

随机推荐