Reset and clock control (RCC)
ï‚· #define: RCC_APB2Periph_TIM17 ((uint32_t)0x00040000)
RCC_Flag
ï‚· #define: RCC_FLAG_HSIRDY ((uint8_t)0x01)
ï‚· #define: RCC_FLAG_HSERDY ((uint8_t)0x11)
ï‚· #define: RCC_FLAG_PLLRDY ((uint8_t)0x19)
ï‚· #define: RCC_FLAG_MCOF ((uint8_t)0x9C)
ï‚· #define: RCC_FLAG_LSERDY ((uint8_t)0x21)
ï‚· #define: RCC_FLAG_LSIRDY ((uint8_t)0x41)
ï‚· #define: RCC_FLAG_OBLRST ((uint8_t)0x59)
ï‚· #define: RCC_FLAG_PINRST ((uint8_t)0x5A)
ï‚· #define: RCC_FLAG_PORRST ((uint8_t)0x5B)
ï‚· #define: RCC_FLAG_SFTRST ((uint8_t)0x5C)