Searched refs:RCC_LSE_Bypass (Results 1 – 6 of 6) sorted by relevance
166 #define RCC_LSE_Bypass ((uint8_t)0x04) macro168 ((LSE) == RCC_LSE_Bypass))
378 case RCC_LSE_Bypass: in RCC_LSEConfig()380 *(__IO uint8_t *) BDCR_ADDRESS = RCC_LSE_Bypass | RCC_LSE_ON; in RCC_LSEConfig()
444 #define RCC_LSE_Bypass ((uint8_t)0x04) macro446 ((LSE) == RCC_LSE_Bypass))
845 case RCC_LSE_Bypass: in RCC_LSEConfig()847 *(__IO uint8_t *) BDCR_ADDRESS = RCC_LSE_Bypass | RCC_LSE_ON; in RCC_LSEConfig()
229 #define RCC_LSE_Bypass ((uint8_t)0x04) macro231 ((LSE) == RCC_LSE_Bypass))
398 case RCC_LSE_Bypass: in RCC_LSEConfig()400 *(__IO uint8_t *) BDCR_ADDRESS = RCC_LSE_Bypass | RCC_LSE_ON; in RCC_LSEConfig()
Completed in 18 milliseconds