Home
last modified time | relevance | path

Searched refs:RCC_OFFSET (Results 1 – 4 of 4) sorted by relevance

/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_rcc.c46 #define RCC_OFFSET (RCC_BASE - PERIPH_BASE) macro
51 #define CR_OFFSET (RCC_OFFSET + 0x00)
76 #define CFGR_OFFSET (RCC_OFFSET + 0x04)
89 #define BDCR_OFFSET (RCC_OFFSET + 0x20)
100 #define CSR_OFFSET (RCC_OFFSET + 0x24)
108 #define CFGR2_OFFSET (RCC_OFFSET + 0x2C)
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_rcc.c76 #define RCC_OFFSET (RCC_BASE - PERIPH_BASE) macro
79 #define CR_OFFSET (RCC_OFFSET + 0x00)
94 #define CFGR_OFFSET (RCC_OFFSET + 0x08)
100 #define BDCR_OFFSET (RCC_OFFSET + 0x70)
108 #define CSR_OFFSET (RCC_OFFSET + 0x74)
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_rcc.c73 #define RCC_OFFSET (RCC_BASE - PERIPH_BASE) macro
76 #define CR_OFFSET (RCC_OFFSET + 0x00)
95 #define CFGR_OFFSET (RCC_OFFSET + 0x08)
101 #define BDCR_OFFSET (RCC_OFFSET + 0x70)
110 #define CSR_OFFSET (RCC_OFFSET + 0x74)
116 #define DCKCFGR_OFFSET (RCC_OFFSET + 0x8C)
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_rcc.h83 #define RCC_OFFSET (RCC_BASE - PERIPH_BASE) macro

Completed in 14 milliseconds