Skip to content
bootloader_rcc.h 203 B
Newer Older
f4grx's avatar
f4grx committed
#ifndef BOOTLOADER_RCC
#define BOOTLOADER_RCC

#define RCC_BASE	     0x40023800
#define RCC_AHB1ENR	(RCC_BASE + 0x30)
#define RCC_APB1ENR	(RCC_BASE + 0x40)
#define RCC_APB2ENR	(RCC_BASE + 0x44)

#endif