STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
RCC BitAddress AliasRegion

RCC registers bit address in the alias region. More...

Collaboration diagram for RCC BitAddress AliasRegion:

Macros

#define RCC_PLLSAION_BIT_NUMBER   0x1CU
 
#define RCC_CR_PLLSAION_BB   (PERIPH_BB_BASE + (RCC_CR_OFFSET * 32U) + (RCC_PLLSAION_BIT_NUMBER * 4U))
 
#define PLLSAI_TIMEOUT_VALUE   2U /* Timeout value fixed to 2 ms */
 
#define RCC_PLLI2SON_BIT_NUMBER   0x1AU
 
#define RCC_CR_PLLI2SON_BB   (PERIPH_BB_BASE + (RCC_CR_OFFSET * 32U) + (RCC_PLLI2SON_BIT_NUMBER * 4U))
 
#define RCC_DCKCFGR_OFFSET   (RCC_OFFSET + 0x8CU)
 
#define RCC_TIMPRE_BIT_NUMBER   0x18U
 
#define RCC_DCKCFGR_TIMPRE_BB   (PERIPH_BB_BASE + (RCC_DCKCFGR_OFFSET * 32U) + (RCC_TIMPRE_BIT_NUMBER * 4U))
 
#define RCC_CFGR_OFFSET   (RCC_OFFSET + 0x08U)
 
#define RCC_I2SSRC_BIT_NUMBER   0x17U
 
#define RCC_CFGR_I2SSRC_BB   (PERIPH_BB_BASE + (RCC_CFGR_OFFSET * 32U) + (RCC_I2SSRC_BIT_NUMBER * 4U))
 
#define PLLI2S_TIMEOUT_VALUE   2U /* Timeout value fixed to 2 ms */
 
#define PLL_TIMEOUT_VALUE   2U /* 2 ms */
 

Detailed Description

RCC registers bit address in the alias region.

Macro Definition Documentation

◆ RCC_PLLSAION_BIT_NUMBER

#define RCC_PLLSAION_BIT_NUMBER   0x1CU

#include <stm32f4xx_hal_rcc_ex.h>

Definition at line 6847 of file stm32f4xx_hal_rcc_ex.h.

◆ RCC_CR_PLLSAION_BB

#define RCC_CR_PLLSAION_BB   (PERIPH_BB_BASE + (RCC_CR_OFFSET * 32U) + (RCC_PLLSAION_BIT_NUMBER * 4U))

#include <stm32f4xx_hal_rcc_ex.h>

Definition at line 6848 of file stm32f4xx_hal_rcc_ex.h.

◆ PLLSAI_TIMEOUT_VALUE

#define PLLSAI_TIMEOUT_VALUE   2U /* Timeout value fixed to 2 ms */

#include <stm32f4xx_hal_rcc_ex.h>

Definition at line 6850 of file stm32f4xx_hal_rcc_ex.h.

Referenced by HAL_RCC_DeInit(), and HAL_RCCEx_PeriphCLKConfig().

◆ RCC_PLLI2SON_BIT_NUMBER

#define RCC_PLLI2SON_BIT_NUMBER   0x1AU

#include <stm32f4xx_hal_rcc_ex.h>

Definition at line 6859 of file stm32f4xx_hal_rcc_ex.h.

◆ RCC_CR_PLLI2SON_BB

#define RCC_CR_PLLI2SON_BB   (PERIPH_BB_BASE + (RCC_CR_OFFSET * 32U) + (RCC_PLLI2SON_BIT_NUMBER * 4U))

#include <stm32f4xx_hal_rcc_ex.h>

Definition at line 6860 of file stm32f4xx_hal_rcc_ex.h.

◆ RCC_DCKCFGR_OFFSET

#define RCC_DCKCFGR_OFFSET   (RCC_OFFSET + 0x8CU)

#include <stm32f4xx_hal_rcc_ex.h>

Definition at line 6872 of file stm32f4xx_hal_rcc_ex.h.

◆ RCC_TIMPRE_BIT_NUMBER

#define RCC_TIMPRE_BIT_NUMBER   0x18U

#include <stm32f4xx_hal_rcc_ex.h>

Definition at line 6873 of file stm32f4xx_hal_rcc_ex.h.

◆ RCC_DCKCFGR_TIMPRE_BB

#define RCC_DCKCFGR_TIMPRE_BB   (PERIPH_BB_BASE + (RCC_DCKCFGR_OFFSET * 32U) + (RCC_TIMPRE_BIT_NUMBER * 4U))

#include <stm32f4xx_hal_rcc_ex.h>

Definition at line 6874 of file stm32f4xx_hal_rcc_ex.h.

◆ RCC_CFGR_OFFSET

#define RCC_CFGR_OFFSET   (RCC_OFFSET + 0x08U)

#include <stm32f4xx_hal_rcc_ex.h>

Definition at line 6880 of file stm32f4xx_hal_rcc_ex.h.

◆ RCC_I2SSRC_BIT_NUMBER

#define RCC_I2SSRC_BIT_NUMBER   0x17U

#include <stm32f4xx_hal_rcc_ex.h>

Definition at line 6886 of file stm32f4xx_hal_rcc_ex.h.

◆ RCC_CFGR_I2SSRC_BB

#define RCC_CFGR_I2SSRC_BB   (PERIPH_BB_BASE + (RCC_CFGR_OFFSET * 32U) + (RCC_I2SSRC_BIT_NUMBER * 4U))

#include <stm32f4xx_hal_rcc_ex.h>

Definition at line 6887 of file stm32f4xx_hal_rcc_ex.h.

◆ PLLI2S_TIMEOUT_VALUE

#define PLLI2S_TIMEOUT_VALUE   2U /* Timeout value fixed to 2 ms */

#include <stm32f4xx_hal_rcc_ex.h>

Definition at line 6889 of file stm32f4xx_hal_rcc_ex.h.

Referenced by HAL_RCC_DeInit(), and HAL_RCCEx_PeriphCLKConfig().

◆ PLL_TIMEOUT_VALUE

#define PLL_TIMEOUT_VALUE   2U /* 2 ms */