Go to the source code of this file.
◆ APB2ENR_REG
RCC_APB2ENR register offset.
◆ CFGR_REG
RCC_CFGR register offset.
◆ LPUART1_SEL
#define LPUART1_SEL |
( |
| val | ) |
|
Value:
#define STM32_CLOCK(val, mask, shift, reg)
STM32 clock configuration bit field.
Definition stm32wb0_clock.h:52
#define CFGR_REG
RCC_CFGR register offset.
Definition stm32wb0_clock.h:59
Device clk sources selection helpers.
◆ SPI2_I2S2_SEL
#define SPI2_I2S2_SEL |
( |
| val | ) |
|
◆ SPI3_I2S3_SEL
#define SPI3_I2S3_SEL |
( |
| val | ) |
|
◆ STM32_CLOCK
#define STM32_CLOCK |
( |
| val, |
|
|
| mask, |
|
|
| shift, |
|
|
| reg ) |
Value:
#define STM32_CLOCK_SHIFT_SHIFT
Definition stm32wb0_clock.h:33
#define STM32_CLOCK_REG_SHIFT
Definition stm32wb0_clock.h:31
#define STM32_CLOCK_REG_MASK
Definition stm32wb0_clock.h:30
#define STM32_CLOCK_MASK_MASK
Definition stm32wb0_clock.h:34
#define STM32_CLOCK_VAL_MASK
Definition stm32wb0_clock.h:36
#define STM32_CLOCK_MASK_SHIFT
Definition stm32wb0_clock.h:35
#define STM32_CLOCK_VAL_SHIFT
Definition stm32wb0_clock.h:37
#define STM32_CLOCK_SHIFT_MASK
Definition stm32wb0_clock.h:32
STM32 clock configuration bit field.
- Parameters
-
reg | Offset to target configuration register in RCC |
shift | Position of field within RCC register (= field LSB's index) |
mask | Mask of field in RCC register |
val | Field value |
- Note
- 'reg' range: 0x0~0xFFFF [ 00 : 15 ]
-
'shift' range: 0~63 [ 16 : 21 ]
-
'mask' range: 0x00~0x1F [ 22 : 26 ]
-
'val' range: 0x00~0x1F [ 27 : 31 ]
◆ STM32_CLOCK_BUS_AHB0
#define STM32_CLOCK_BUS_AHB0 0x50 |
◆ STM32_CLOCK_BUS_APB0
#define STM32_CLOCK_BUS_APB0 0x54 |
◆ STM32_CLOCK_BUS_APB1
#define STM32_CLOCK_BUS_APB1 0x58 |
◆ STM32_CLOCK_BUS_APB2
#define STM32_CLOCK_BUS_APB2 0x60 |
◆ STM32_CLOCK_MASK_MASK
#define STM32_CLOCK_MASK_MASK (0x1FU) |
◆ STM32_CLOCK_MASK_SHIFT
#define STM32_CLOCK_MASK_SHIFT (22U) |
◆ STM32_CLOCK_REG_MASK
#define STM32_CLOCK_REG_MASK (0xFFFFU) |
◆ STM32_CLOCK_REG_SHIFT
#define STM32_CLOCK_REG_SHIFT (0U) |
◆ STM32_CLOCK_SHIFT_MASK
#define STM32_CLOCK_SHIFT_MASK (0x3FU) |
◆ STM32_CLOCK_SHIFT_SHIFT
#define STM32_CLOCK_SHIFT_SHIFT (16U) |
◆ STM32_CLOCK_VAL_MASK
◆ STM32_CLOCK_VAL_SHIFT
#define STM32_CLOCK_VAL_SHIFT (27U) |
◆ STM32_PERIPH_BUS_MAX
◆ STM32_PERIPH_BUS_MIN
◆ STM32_SRC_CLK16MHZ
◆ STM32_SRC_CLK32MHZ
◆ STM32_SRC_CLKSLOWMUX
Define system & low-speed clocks.
Other fixed clocks.
- CLKSLOWMUX: used to query slow clock tree frequency
- CLK16MHZ: secondary clock for LPUART, SPI3/I2S and BLE
- CLK32MHZ: secondary clock for SPI3/I2S and BLE