STM32F439xx HAL User Manual
Defines
RCC BitAddress AliasRegion
RCCEx Private Constants

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

Defines

#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.


Define Documentation

#define PLL_TIMEOUT_VALUE   2U /* 2 ms */
#define PLLI2S_TIMEOUT_VALUE   2U /* Timeout value fixed to 2 ms */
#define PLLSAI_TIMEOUT_VALUE   2U /* Timeout value fixed to 2 ms */
#define RCC_CFGR_I2SSRC_BB   (PERIPH_BB_BASE + (RCC_CFGR_OFFSET * 32U) + (RCC_I2SSRC_BIT_NUMBER * 4U))

Definition at line 6808 of file stm32f4xx_hal_rcc_ex.h.

#define RCC_CFGR_OFFSET   (RCC_OFFSET + 0x08U)

Definition at line 6801 of file stm32f4xx_hal_rcc_ex.h.

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

Definition at line 6781 of file stm32f4xx_hal_rcc_ex.h.

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

Definition at line 6769 of file stm32f4xx_hal_rcc_ex.h.

#define RCC_DCKCFGR_OFFSET   (RCC_OFFSET + 0x8CU)

Definition at line 6793 of file stm32f4xx_hal_rcc_ex.h.

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

Definition at line 6795 of file stm32f4xx_hal_rcc_ex.h.

#define RCC_I2SSRC_BIT_NUMBER   0x17U

Definition at line 6807 of file stm32f4xx_hal_rcc_ex.h.

#define RCC_PLLI2SON_BIT_NUMBER   0x1AU

Definition at line 6780 of file stm32f4xx_hal_rcc_ex.h.

#define RCC_PLLSAION_BIT_NUMBER   0x1CU

Definition at line 6768 of file stm32f4xx_hal_rcc_ex.h.

#define RCC_TIMPRE_BIT_NUMBER   0x18U

Definition at line 6794 of file stm32f4xx_hal_rcc_ex.h.