Searched refs:LSE_MASK (Results 1 – 2 of 2) sorted by relevance
38 #define LSE_MASK (RCC_BDCR_LSEON | RCC_BDCR_LSEBYP | RCC_BDCR_DIGBYP) macro1795 RCC_OscInitStructure.LSEState = (tmpreg & LSE_MASK); in HAL_RCCEx_PeriphCLKConfig()
63 #define LSE_MASK (RCC_BDCR_LSEON | RCC_BDCR_LSEBYP | RCC_BDCR_DIGBYP) macro