Searched refs:RCC_LSE_ON (Results 1 – 7 of 7) sorted by relevance
395 case RCC_LSE_ON: in RCC_LSEConfig()397 *(__IO uint8_t *) BDCR_ADDRESS = RCC_LSE_ON; in RCC_LSEConfig()401 *(__IO uint8_t *) BDCR_ADDRESS = RCC_LSE_Bypass | RCC_LSE_ON; in RCC_LSEConfig()
198 #define RCC_LSE_ON ((uint8_t)0x01) macro200 #define IS_RCC_LSE(LSE) (((LSE) == RCC_LSE_OFF) || ((LSE) == RCC_LSE_ON) || \
131 #define RCC_LSE_ON RCC_BDCR_LSEON macro940 if((__STATE__) == RCC_LSE_ON) \1362 #define IS_RCC_LSE(LSE) (((LSE) == RCC_LSE_OFF) || ((LSE) == RCC_LSE_ON) || \
1017 RCC_OscInitStruct->LSEState = RCC_LSE_ON; in HAL_RCC_GetOscConfig()
3743 RCC_OscInitStruct->LSEState = RCC_LSE_ON; in HAL_RCC_GetOscConfig()
1750 RCC_OscInitStruct->LSEState = RCC_LSE_ON; in HAL_RCC_GetOscConfig()
304 #define RCC_LSE_ON RCC_BDCR_LSEON macro308 #define IS_RCC_LSE(LSE) (((LSE) == RCC_LSE_OFF) || ((LSE) == RCC_LSE_ON) || \