Searched refs:PMC_CTRL_LPMODE (Results 1 – 6 of 6) sorted by relevance
1638 PMC->CTRL = (PMC->CTRL & (~PMC_CTRL_LPMODE_MASK)) | PMC_CTRL_LPMODE(low_power_mode); in POWER_SetLowPowerMode()1767 PMC_CTRL_LPMODE(LOWPOWER_CFG_LPMODE_ACTIVE); in POWER_SetLowPowerMode()1932 PMC_CTRL_LPMODE(LOWPOWER_CFG_LPMODE_ACTIVE); in POWER_SetLowPowerMode()2031 PMC_CTRL_LPMODE(LOWPOWER_CFG_LPMODE_ACTIVE); in POWER_SetLowPowerMode()
30526 #define PMC_CTRL_LPMODE(x) (((uint32_t)(((uint32_t)(x)) << PMC_CTRL_LPMODE_SH… macro
37486 #define PMC_CTRL_LPMODE(x) (((uint32_t)(((uint32_t)(x)) << PMC_CTRL_LPMODE_SH… macro