#ifndef __BLUEPILL_RCC_H__ #define __BLUEPILL_RCC_H__ constexpr volatile unsigned int *RCC = reinterpret_cast(0x40021000); #endif // __BLUEPILL_RCC_H__