Zephyr Project API 3.7.0
A Scalable Open Source RTOS
|
#include "stm32_common_clocks.h"
Go to the source code of this file.
Macros | |
#define | STM32_CLOCK_BUS_AHB1 0x014 |
Bus gatting clocks. | |
#define | STM32_CLOCK_BUS_APB2 0x018 |
#define | STM32_CLOCK_BUS_APB1 0x01c |
#define | STM32_PERIPH_BUS_MIN STM32_CLOCK_BUS_AHB1 |
#define | STM32_PERIPH_BUS_MAX STM32_CLOCK_BUS_APB1 |
#define | STM32_SRC_HSI (STM32_SRC_LSI + 1) |
Domain clocks. | |
#define | STM32_SRC_PCLK (STM32_SRC_HSI + 1) |
Bus clock. | |
#define | STM32_SRC_PLLCLK (STM32_SRC_PCLK + 1) |
PLL clock. | |
#define | STM32_CLOCK_REG_MASK 0xFFU |
#define | STM32_CLOCK_REG_SHIFT 0U |
#define | STM32_CLOCK_SHIFT_MASK 0x1FU |
#define | STM32_CLOCK_SHIFT_SHIFT 8U |
#define | STM32_CLOCK_MASK_MASK 0x7U |
#define | STM32_CLOCK_MASK_SHIFT 13U |
#define | STM32_CLOCK_VAL_MASK 0x7U |
#define | STM32_CLOCK_VAL_SHIFT 16U |
#define | STM32_CLOCK(val, mask, shift, reg) |
STM32 clock configuration bit field. | |
#define | CFGR_REG 0x04 |
RCC_CFGRx register offset. | |
#define | CFGR3_REG 0x30 |
#define | BDCR_REG 0x20 |
RCC_BDCR register offset. | |
#define | I2S_SEL(val) STM32_CLOCK(val, 1, 23, CFGR_REG) |
Device domain clocks selection helpers) | |
#define | USART1_SEL(val) STM32_CLOCK(val, 3, 0, CFGR3_REG) |
CFGR3 devices. | |
#define | I2C1_SEL(val) STM32_CLOCK(val, 1, 4, CFGR3_REG) |
#define | I2C2_SEL(val) STM32_CLOCK(val, 1, 5, CFGR3_REG) |
#define | I2C3_SEL(val) STM32_CLOCK(val, 1, 6, CFGR3_REG) |
#define | TIM1_SEL(val) STM32_CLOCK(val, 1, 8, CFGR3_REG) |
#define | TIM8_SEL(val) STM32_CLOCK(val, 1, 9, CFGR3_REG) |
#define | TIM15_SEL(val) STM32_CLOCK(val, 1, 10, CFGR3_REG) |
#define | TIM16_SEL(val) STM32_CLOCK(val, 1, 11, CFGR3_REG) |
#define | TIM17_SEL(val) STM32_CLOCK(val, 1, 13, CFGR3_REG) |
#define | TIM20_SEL(val) STM32_CLOCK(val, 1, 15, CFGR3_REG) |
#define | USART2_SEL(val) STM32_CLOCK(val, 3, 16, CFGR3_REG) |
#define | USART3_SEL(val) STM32_CLOCK(val, 3, 18, CFGR3_REG) |
#define | USART4_SEL(val) STM32_CLOCK(val, 3, 20, CFGR3_REG) |
#define | USART5_SEL(val) STM32_CLOCK(val, 3, 22, CFGR3_REG) |
#define | TIM2_SEL(val) STM32_CLOCK(val, 1, 24, CFGR3_REG) |
#define | TIM3_4_SEL(val) STM32_CLOCK(val, 1, 25, CFGR3_REG) |
#define | RTC_SEL(val) STM32_CLOCK(val, 3, 8, BDCR_REG) |
BDCR devices. | |
#define BDCR_REG 0x20 |
RCC_BDCR register offset.
#define CFGR3_REG 0x30 |
#define CFGR_REG 0x04 |
RCC_CFGRx register offset.
#define I2C1_SEL | ( | val | ) | STM32_CLOCK(val, 1, 4, CFGR3_REG) |
#define I2C2_SEL | ( | val | ) | STM32_CLOCK(val, 1, 5, CFGR3_REG) |
#define I2C3_SEL | ( | val | ) | STM32_CLOCK(val, 1, 6, CFGR3_REG) |
#define I2S_SEL | ( | val | ) | STM32_CLOCK(val, 1, 23, CFGR_REG) |
Device domain clocks selection helpers)
CFGR devices
#define RTC_SEL | ( | val | ) | STM32_CLOCK(val, 3, 8, BDCR_REG) |
BDCR devices.
#define STM32_CLOCK | ( | val, | |
mask, | |||
shift, | |||
reg | |||
) |
STM32 clock configuration bit field.
reg | RCC_CFGRx register offset |
shift | Position within RCC_CFGRx. |
mask | Mask for the RCC_CFGRx field. |
val | Clock value (0, 1, ... 7). |
#define STM32_CLOCK_BUS_AHB1 0x014 |
Bus gatting clocks.
#define STM32_CLOCK_BUS_APB1 0x01c |
#define STM32_CLOCK_BUS_APB2 0x018 |
#define STM32_CLOCK_MASK_MASK 0x7U |
#define STM32_CLOCK_MASK_SHIFT 13U |
#define STM32_CLOCK_REG_MASK 0xFFU |
#define STM32_CLOCK_REG_SHIFT 0U |
#define STM32_CLOCK_SHIFT_MASK 0x1FU |
#define STM32_CLOCK_SHIFT_SHIFT 8U |
#define STM32_CLOCK_VAL_MASK 0x7U |
#define STM32_CLOCK_VAL_SHIFT 16U |
#define STM32_PERIPH_BUS_MAX STM32_CLOCK_BUS_APB1 |
#define STM32_PERIPH_BUS_MIN STM32_CLOCK_BUS_AHB1 |
#define STM32_SRC_HSI (STM32_SRC_LSI + 1) |
Domain clocks.
System clock Fixed clocks
#define STM32_SRC_PCLK (STM32_SRC_HSI + 1) |
Bus clock.
#define STM32_SRC_PLLCLK (STM32_SRC_PCLK + 1) |
PLL clock.
#define TIM15_SEL | ( | val | ) | STM32_CLOCK(val, 1, 10, CFGR3_REG) |
#define TIM16_SEL | ( | val | ) | STM32_CLOCK(val, 1, 11, CFGR3_REG) |
#define TIM17_SEL | ( | val | ) | STM32_CLOCK(val, 1, 13, CFGR3_REG) |
#define TIM1_SEL | ( | val | ) | STM32_CLOCK(val, 1, 8, CFGR3_REG) |
#define TIM20_SEL | ( | val | ) | STM32_CLOCK(val, 1, 15, CFGR3_REG) |
#define TIM2_SEL | ( | val | ) | STM32_CLOCK(val, 1, 24, CFGR3_REG) |
#define TIM3_4_SEL | ( | val | ) | STM32_CLOCK(val, 1, 25, CFGR3_REG) |
#define TIM8_SEL | ( | val | ) | STM32_CLOCK(val, 1, 9, CFGR3_REG) |
#define USART1_SEL | ( | val | ) | STM32_CLOCK(val, 3, 0, CFGR3_REG) |
CFGR3 devices.
#define USART2_SEL | ( | val | ) | STM32_CLOCK(val, 3, 16, CFGR3_REG) |
#define USART3_SEL | ( | val | ) | STM32_CLOCK(val, 3, 18, CFGR3_REG) |
#define USART4_SEL | ( | val | ) | STM32_CLOCK(val, 3, 20, CFGR3_REG) |
#define USART5_SEL | ( | val | ) | STM32_CLOCK(val, 3, 22, CFGR3_REG) |