Lines Matching refs:CTRL
227 if ((PMC->CTRL & (PMC_CTRL_LVDCORERE_MASK | PMC_CTRL_LVDCOREIE_MASK)) != 0U) in POWER_DisableLVD()
229 lvdChangeFlag = PMC->CTRL & (PMC_CTRL_LVDCORERE_MASK | PMC_CTRL_LVDCOREIE_MASK); in POWER_DisableLVD()
230 PMC->CTRL &= ~(PMC_CTRL_LVDCORERE_MASK | PMC_CTRL_LVDCOREIE_MASK); in POWER_DisableLVD()
236 PMC->CTRL |= lvdChangeFlag & (PMC_CTRL_LVDCORERE_MASK | PMC_CTRL_LVDCOREIE_MASK); in POWER_RestoreLVD()
267 PMC->CTRL |= PMC_CTRL_APPLYCFG_MASK; in POWER_ApplyPD()
298 PMC->CTRL |= interruptMask; in POWER_EnableInterrupts()
307 PMC->CTRL &= ~interruptMask; in POWER_DisableInterrupts()
318 PMC->CTRL |= PMC_CTRL_BUFEN_MASK; in POWER_SetAnalogBuffer()
322 PMC->CTRL &= ~PMC_CTRL_BUFEN_MASK; in POWER_SetAnalogBuffer()
363 pmc_ctrl = PMC->CTRL; in POWER_EnterRbb()
364 …PMC->CTRL = (pmc_ctrl | PMC_CTRL_AUTOWKEN_MASK) & ~(PMC_CTRL_LVDCORERE_MASK | PMC_CTRL… in POWER_EnterRbb()
372 PMC->CTRL = pmc_ctrl; in POWER_EnterRbb()
410 pmc_ctrl = PMC->CTRL; in POWER_EnterFbb()
411 …PMC->CTRL = (pmc_ctrl | PMC_CTRL_AUTOWKEN_MASK) & ~(PMC_CTRL_LVDCORERE_MASK | PMC_CTRL… in POWER_EnterFbb()
419 PMC->CTRL = pmc_ctrl; in POWER_EnterFbb()
456 pmc_ctrl = PMC->CTRL; in POWER_EnterNbb()
457 …PMC->CTRL = (pmc_ctrl | PMC_CTRL_AUTOWKEN_MASK) & ~(PMC_CTRL_LVDCORERE_MASK | PMC_CTRL… in POWER_EnterNbb()
465 PMC->CTRL = pmc_ctrl; in POWER_EnterNbb()
895 pmc_ctrl = PMC->CTRL; in POWER_EnterDeepSleep()
896 PMC->CTRL = pmc_ctrl & ~(PMC_CTRL_LVDCORERE_MASK | PMC_CTRL_LVDCOREIE_MASK); in POWER_EnterDeepSleep()
1021 PMC->CTRL = pmc_ctrl; in POWER_EnterDeepSleep()