Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
stm32c0_clock.h File Reference

Go to the source code of this file.

Macros

#define STM32_CLOCK_BUS_IOP   0x034
 Bus clocks.
 
#define STM32_CLOCK_BUS_AHB1   0x038
 
#define STM32_CLOCK_BUS_APB1   0x03c
 
#define STM32_CLOCK_BUS_APB1_2   0x040
 
#define STM32_PERIPH_BUS_MIN   STM32_CLOCK_BUS_IOP
 
#define STM32_PERIPH_BUS_MAX   STM32_CLOCK_BUS_APB1_2
 
#define STM32_SRC_HSI48   (STM32_SRC_LSI + 1)
 Domain clocks.
 
#define STM32_SRC_HSE   (STM32_SRC_HSI48 + 1)
 
#define STM32_SRC_PCLK   (STM32_SRC_HSE + 1)
 Peripheral 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   0x54
 RCC_CCIPR register offset.
 
#define CSR1_REG   0x5C
 RCC_CSR1 register offset.
 
#define CFGR1_REG   0x08
 RCC_CFGRx register offset.
 
#define USART1_SEL(val)
 Device domain clocks selection helpers.
 
#define I2C1_SEL(val)
 
#define I2C2_I2S1_SEL(val)
 
#define ADC_SEL(val)
 
#define RTC_SEL(val)
 CSR1 devices.
 
#define MCO1_SEL(val)
 CFGR1 devices.
 
#define MCO1_PRE(val)
 
#define MCO2_SEL(val)
 
#define MCO2_PRE(val)
 

Macro Definition Documentation

◆ ADC_SEL

#define ADC_SEL ( val)
Value:
STM32_CLOCK(val, 3, 30, CCIPR_REG)
#define STM32_CLOCK(val, mask, shift, reg)
STM32 clock configuration bit field.
Definition stm32c0_clock.h:54
#define CCIPR_REG
RCC_CCIPR register offset.
Definition stm32c0_clock.h:61

◆ CCIPR_REG

#define CCIPR_REG   0x54

RCC_CCIPR register offset.

◆ CFGR1_REG

#define CFGR1_REG   0x08

RCC_CFGRx register offset.

◆ CSR1_REG

#define CSR1_REG   0x5C

RCC_CSR1 register offset.

◆ I2C1_SEL

#define I2C1_SEL ( val)
Value:
STM32_CLOCK(val, 3, 12, CCIPR_REG)

◆ I2C2_I2S1_SEL

#define I2C2_I2S1_SEL ( val)
Value:
STM32_CLOCK(val, 3, 14, CCIPR_REG)

◆ MCO1_PRE

#define MCO1_PRE ( val)
Value:
STM32_MCO_CFGR(val, 0x7, 28, CFGR1_REG)
#define STM32_MCO_CFGR(val, mask, shift, reg)
STM32 MCO configuration register bit field.
Definition stm32_common_clocks.h:42
#define CFGR1_REG
RCC_CFGRx register offset.
Definition stm32c0_clock.h:67

◆ MCO1_SEL

#define MCO1_SEL ( val)
Value:
STM32_MCO_CFGR(val, 0x7, 24, CFGR1_REG)

CFGR1 devices.

◆ MCO2_PRE

#define MCO2_PRE ( val)
Value:
STM32_MCO_CFGR(val, 0x7, 20, CFGR1_REG)

◆ MCO2_SEL

#define MCO2_SEL ( val)
Value:
STM32_MCO_CFGR(val, 0x7, 16, CFGR1_REG)

◆ RTC_SEL

#define RTC_SEL ( val)
Value:
STM32_CLOCK(val, 3, 8, CSR1_REG)
#define CSR1_REG
RCC_CSR1 register offset.
Definition stm32c0_clock.h:64

CSR1 devices.

◆ STM32_CLOCK

#define STM32_CLOCK ( val,
mask,
shift,
reg )
Value:
#define STM32_CLOCK_SHIFT_SHIFT
Definition stm32c0_clock.h:35
#define STM32_CLOCK_REG_SHIFT
Definition stm32c0_clock.h:33
#define STM32_CLOCK_REG_MASK
Definition stm32c0_clock.h:32
#define STM32_CLOCK_MASK_MASK
Definition stm32c0_clock.h:36
#define STM32_CLOCK_VAL_MASK
Definition stm32c0_clock.h:38
#define STM32_CLOCK_MASK_SHIFT
Definition stm32c0_clock.h:37
#define STM32_CLOCK_VAL_SHIFT
Definition stm32c0_clock.h:39
#define STM32_CLOCK_SHIFT_MASK
Definition stm32c0_clock.h:34

STM32 clock configuration bit field.

  • reg (1/2/3) [ 0 : 7 ]
  • shift (0..31) [ 8 : 12 ]
  • mask (0x1, 0x3, 0x7) [ 13 : 15 ]
  • val (0..7) [ 16 : 18 ]
Parameters
regRCC_CCIPRx register offset
shiftPosition within RCC_CCIPRx.
maskMask for the RCC_CCIPRx field.
valClock value (0, 1, ... 7).

◆ STM32_CLOCK_BUS_AHB1

#define STM32_CLOCK_BUS_AHB1   0x038

◆ STM32_CLOCK_BUS_APB1

#define STM32_CLOCK_BUS_APB1   0x03c

◆ STM32_CLOCK_BUS_APB1_2

#define STM32_CLOCK_BUS_APB1_2   0x040

◆ STM32_CLOCK_BUS_IOP

#define STM32_CLOCK_BUS_IOP   0x034

Bus clocks.

◆ STM32_CLOCK_MASK_MASK

#define STM32_CLOCK_MASK_MASK   0x7U

◆ STM32_CLOCK_MASK_SHIFT

#define STM32_CLOCK_MASK_SHIFT   13U

◆ STM32_CLOCK_REG_MASK

#define STM32_CLOCK_REG_MASK   0xFFU

◆ STM32_CLOCK_REG_SHIFT

#define STM32_CLOCK_REG_SHIFT   0U

◆ STM32_CLOCK_SHIFT_MASK

#define STM32_CLOCK_SHIFT_MASK   0x1FU

◆ STM32_CLOCK_SHIFT_SHIFT

#define STM32_CLOCK_SHIFT_SHIFT   8U

◆ STM32_CLOCK_VAL_MASK

#define STM32_CLOCK_VAL_MASK   0x7U

◆ STM32_CLOCK_VAL_SHIFT

#define STM32_CLOCK_VAL_SHIFT   16U

◆ STM32_PERIPH_BUS_MAX

#define STM32_PERIPH_BUS_MAX   STM32_CLOCK_BUS_APB1_2

◆ STM32_PERIPH_BUS_MIN

#define STM32_PERIPH_BUS_MIN   STM32_CLOCK_BUS_IOP

◆ STM32_SRC_HSE

#define STM32_SRC_HSE   (STM32_SRC_HSI48 + 1)

◆ STM32_SRC_HSI48

#define STM32_SRC_HSI48   (STM32_SRC_LSI + 1)

Domain clocks.

System clock Fixed clocks

◆ STM32_SRC_PCLK

#define STM32_SRC_PCLK   (STM32_SRC_HSE + 1)

Peripheral bus clock.

◆ USART1_SEL

#define USART1_SEL ( val)
Value:

Device domain clocks selection helpers.

CCIPR devices