Searched refs:CTLR_HSEBYP_Set (Results 1 – 3 of 3) sorted by relevance
22 #define CTLR_HSEBYP_Set ((uint32_t)0x00040000) macro104 RCC->CTLR |= CTLR_HSEBYP_Set | CTLR_HSEON_Set; in RCC_HSEConfig()
57 #define CTLR_HSEBYP_Set ((uint32_t)0x00040000) macro136 RCC->CTLR |= CTLR_HSEBYP_Set | CTLR_HSEON_Set; in RCC_HSEConfig()
28 #define CTLR_HSEBYP_Set ((uint32_t)0x00040000) macro114 RCC->CTLR |= CTLR_HSEBYP_Set | CTLR_HSEON_Set; in RCC_HSEConfig()
Completed in 9 milliseconds