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