Searched refs:PWR_CR_LPLVDS (Results 1 – 1 of 1) sorted by relevance
89 #define PWR_CR_LPLVDS 0x00000400UL macro242 …uint32_t cr = PWR->CR &~ (PWR_CR_MRVLDS | PWR_CR_LPLVDS | PWR_CR_FPDS | PWR_CR_PDDS | PWR_CR_LPDS); in pwrSetSleepType()261 cr |= PWR_CR_LPLVDS | PWR_CR_LPDS; in pwrSetSleepType()