Searched refs:PWR_CR2_ENTS (Results 1 – 3 of 3) sorted by relevance
567 #if defined(PWR_CR2_ENTS)575 SET_BIT(PWR->CR2, PWR_CR2_ENTS); in LL_PWR_EnableTempSens()585 CLEAR_BIT(PWR->CR2, PWR_CR2_ENTS); in LL_PWR_DisableTempSens()595 return ((READ_BIT(PWR->CR2, PWR_CR2_ENTS) == (PWR_CR2_ENTS)) ? 1UL : 0UL); in LL_PWR_IsEnabledTempSens()
3226 #define PWR_CR2_ENTS PWR_CR2_ENTS_Msk macro