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_IOP 0x02c |
Bus gatting clocks. | |
#define | STM32_CLOCK_BUS_AHB1 0x030 |
#define | STM32_CLOCK_BUS_APB2 0x034 |
#define | STM32_CLOCK_BUS_APB1 0x038 |
#define | STM32_PERIPH_BUS_MIN STM32_CLOCK_BUS_IOP |
#define | STM32_PERIPH_BUS_MAX STM32_CLOCK_BUS_APB1 |
#define | STM32_SRC_HSE (STM32_SRC_LSI + 1) |
Domain clocks. | |
#define | STM32_SRC_HSI (STM32_SRC_HSE + 1) |
#define | STM32_SRC_HSI48 (STM32_SRC_HSI + 1) |
#define | STM32_SRC_PCLK (STM32_SRC_HSI48 + 1) |
Bus 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 | CCIPR_REG 0x4C |
RCC_CCIPR register offset. | |
#define | CSR_REG 0x50 |
RCC_CSR register offset. | |
#define | USART1_SEL(val) STM32_CLOCK(val, 3, 0, CCIPR_REG) |
Device domain clocks selection helpers. | |
#define | USART2_SEL(val) STM32_CLOCK(val, 3, 2, CCIPR_REG) |
#define | LPUART1_SEL(val) STM32_CLOCK(val, 3, 10, CCIPR_REG) |
#define | I2C1_SEL(val) STM32_CLOCK(val, 3, 12, CCIPR_REG) |
#define | I2C3_SEL(val) STM32_CLOCK(val, 3, 16, CCIPR_REG) |
#define | LPTIM1_SEL(val) STM32_CLOCK(val, 3, 18, CCIPR_REG) |
#define | HSI48_SEL(val) STM32_CLOCK(val, 1, 26, CCIPR_REG) |
#define | RTC_SEL(val) STM32_CLOCK(val, 3, 16, CSR_REG) |
CSR devices. | |
#define CCIPR_REG 0x4C |
RCC_CCIPR register offset.
#define CSR_REG 0x50 |
RCC_CSR register offset.
#define HSI48_SEL | ( | val | ) | STM32_CLOCK(val, 1, 26, CCIPR_REG) |
#define I2C1_SEL | ( | val | ) | STM32_CLOCK(val, 3, 12, CCIPR_REG) |
#define I2C3_SEL | ( | val | ) | STM32_CLOCK(val, 3, 16, CCIPR_REG) |
#define LPTIM1_SEL | ( | val | ) | STM32_CLOCK(val, 3, 18, CCIPR_REG) |
#define LPUART1_SEL | ( | val | ) | STM32_CLOCK(val, 3, 10, CCIPR_REG) |
#define RTC_SEL | ( | val | ) | STM32_CLOCK(val, 3, 16, CSR_REG) |
CSR devices.
#define STM32_CLOCK | ( | val, | |
mask, | |||
shift, | |||
reg | |||
) |
STM32 clock configuration bit field.
reg | RCC_CCIPRx register offset |
shift | Position within RCC_CCIPRx. |
mask | Mask for the RCC_CCIPRx field. |
val | Clock value (0, 1, ... 7). |
#define STM32_CLOCK_BUS_AHB1 0x030 |
#define STM32_CLOCK_BUS_APB1 0x038 |
#define STM32_CLOCK_BUS_APB2 0x034 |
#define STM32_CLOCK_BUS_IOP 0x02c |
Bus gatting clocks.
#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_IOP |
#define STM32_SRC_HSE (STM32_SRC_LSI + 1) |
Domain clocks.
System clock Fixed clocks
#define STM32_SRC_HSI (STM32_SRC_HSE + 1) |
#define STM32_SRC_HSI48 (STM32_SRC_HSI + 1) |
#define STM32_SRC_PCLK (STM32_SRC_HSI48 + 1) |
Bus clock.
#define USART1_SEL | ( | val | ) | STM32_CLOCK(val, 3, 0, CCIPR_REG) |
Device domain clocks selection helpers.
CCIPR devices
#define USART2_SEL | ( | val | ) | STM32_CLOCK(val, 3, 2, CCIPR_REG) |