STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
RCC registers bit address in the alias region. More...
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 */ |
RCC registers bit address in the alias region.
#define RCC_PLLSAION_BIT_NUMBER 0x1CU |
#include <stm32f4xx_hal_rcc_ex.h>
Definition at line 6847 of file stm32f4xx_hal_rcc_ex.h.
#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.
#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().
#define RCC_PLLI2SON_BIT_NUMBER 0x1AU |
#include <stm32f4xx_hal_rcc_ex.h>
Definition at line 6859 of file stm32f4xx_hal_rcc_ex.h.
#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.
#define RCC_DCKCFGR_OFFSET (RCC_OFFSET + 0x8CU) |
#include <stm32f4xx_hal_rcc_ex.h>
Definition at line 6872 of file stm32f4xx_hal_rcc_ex.h.
#define RCC_TIMPRE_BIT_NUMBER 0x18U |
#include <stm32f4xx_hal_rcc_ex.h>
Definition at line 6873 of file stm32f4xx_hal_rcc_ex.h.
#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.
#define RCC_CFGR_OFFSET (RCC_OFFSET + 0x08U) |
#include <stm32f4xx_hal_rcc_ex.h>
Definition at line 6880 of file stm32f4xx_hal_rcc_ex.h.
#define RCC_I2SSRC_BIT_NUMBER 0x17U |
#include <stm32f4xx_hal_rcc_ex.h>
Definition at line 6886 of file stm32f4xx_hal_rcc_ex.h.
#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.
#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().
#define PLL_TIMEOUT_VALUE 2U /* 2 ms */ |
#include <stm32f4xx_hal_rcc_ex.h>
Definition at line 6915 of file stm32f4xx_hal_rcc_ex.h.
Referenced by HAL_PWREx_ControlVoltageScaling(), HAL_RCC_DeInit(), and HAL_RCC_OscConfig().