@defgroup RCC * @brief RCC driver modules * @{
#define RCC_OFFSET
#define CR_OFFSET
#define HSION_BitNumber 0x00
#define CR_HSION_BB
#define CSSON_BitNumber 0x13
#define CR_CSSON_BB
#define PLLON_BitNumber 0x18
#define CR_PLLON_BB
#define PLLI2SON_BitNumber 0x1A
#define CR_PLLI2SON_BB
#define CFGR_OFFSET
#define I2SSRC_BitNumber 0x17
#define CFGR_I2SSRC_BB
#define BDCR_OFFSET
#define RTCEN_BitNumber 0x0F
#define BDCR_RTCEN_BB
#define BDRST_BitNumber 0x10
#define BDCR_BDRST_BB
#define CSR_OFFSET
#define LSION_BitNumber 0x00
#define CSR_LSION_BB
#define CFGR_MCO2_RESET_MASK
#define CFGR_MCO1_RESET_MASK
#define FLAG_MASK
#define CR_BYTE3_ADDRESS
#define CIR_BYTE2_ADDRESS
#define CIR_BYTE3_ADDRESS
#define BDCR_ADDRESS
Used in: | RCC_GetClocksFreq() |
void RCC_AHB1PeriphClockCmd ( uint32_t RCC_AHB1Periph, FunctionalState NewState )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_AHB1PeriphClockLPModeCmd ( uint32_t RCC_AHB1Periph, FunctionalState NewState )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_AHB1PeriphResetCmd ( uint32_t RCC_AHB1Periph, FunctionalState NewState )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_AHB2PeriphClockCmd ( uint32_t RCC_AHB2Periph, FunctionalState NewState )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_AHB2PeriphClockLPModeCmd ( uint32_t RCC_AHB2Periph, FunctionalState NewState )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_AHB2PeriphResetCmd ( uint32_t RCC_AHB2Periph, FunctionalState NewState )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_AHB3PeriphClockCmd ( uint32_t RCC_AHB3Periph, FunctionalState NewState )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_AHB3PeriphClockLPModeCmd ( uint32_t RCC_AHB3Periph, FunctionalState NewState )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_AHB3PeriphResetCmd ( uint32_t RCC_AHB3Periph, FunctionalState NewState )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_APB1PeriphClockCmd ( uint32_t RCC_APB1Periph, FunctionalState NewState )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_APB1PeriphClockLPModeCmd ( uint32_t RCC_APB1Periph, FunctionalState NewState )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_APB1PeriphResetCmd ( uint32_t RCC_APB1Periph, FunctionalState NewState )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_APB2PeriphClockCmd ( uint32_t RCC_APB2Periph, FunctionalState NewState )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_APB2PeriphClockLPModeCmd ( uint32_t RCC_APB2Periph, FunctionalState NewState )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_APB2PeriphResetCmd ( uint32_t RCC_APB2Periph, FunctionalState NewState )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_AdjustHSICalibrationValue ( uint8_t HSICalibrationValue )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_BackupResetCmd ( FunctionalState NewState )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_ClearFlag ( void )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_ClearITPendingBit ( uint8_t RCC_IT )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_ClockSecuritySystemCmd ( FunctionalState NewState )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_DeInit ( void )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_GetClocksFreq ( RCC_ClocksTypeDef* RCC_Clocks )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h | |
References Variables: | APBAHBPrescTable | nut/arch/cm3/dev/stm/stm32f2xx_rcc.c |
FlagStatus RCC_GetFlagStatus ( uint8_t RCC_FLAG )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h | |
Called by: | RCC_WaitForHSEStartUp() | nut/arch/cm3/dev/stm/stm32f2xx_rcc.c |
ITStatus RCC_GetITStatus ( uint8_t RCC_IT )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
uint8_t RCC_GetSYSCLKSource ( void )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_HCLKConfig ( uint32_t RCC_SYSCLK )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_HSEConfig ( uint8_t RCC_HSE )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_HSICmd ( FunctionalState NewState )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_I2SCLKConfig ( uint32_t RCC_I2SCLKSource )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_ITConfig ( uint8_t RCC_IT, FunctionalState NewState )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_LSEConfig ( uint8_t RCC_LSE )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_LSICmd ( FunctionalState NewState )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_MCO1Config ( uint32_t RCC_MCO1Source, uint32_t RCC_MCO1Div )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_MCO2Config ( uint32_t RCC_MCO2Source, uint32_t RCC_MCO2Div )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_PCLK1Config ( uint32_t RCC_HCLK )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_PCLK2Config ( uint32_t RCC_HCLK )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_PLLCmd ( FunctionalState NewState )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_PLLConfig ( uint32_t RCC_PLLSource, uint32_t PLLM, uint32_t PLLN, uint32_t PLLP, uint32_t PLLQ )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_PLLI2SCmd ( FunctionalState NewState )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_PLLI2SConfig ( uint32_t PLLI2SN, uint32_t PLLI2SR )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_RTCCLKCmd ( FunctionalState NewState )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_RTCCLKConfig ( uint32_t RCC_RTCCLKSource )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
void RCC_SYSCLKConfig ( uint32_t RCC_SYSCLKSource )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h |
ErrorStatus RCC_WaitForHSEStartUp ( void )
Prototyped in: | nut/include/arch/cm3/stm/stm32f2xx_rcc.h | |
Calls: | RCC_GetFlagStatus() | nut/arch/cm3/dev/stm/stm32f2xx_rcc.c |