Home
last modified time | relevance | path

Searched refs:PWR_CR_FPDS (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/platform/stm32/
Dpwr.c89 #define PWR_CR_FPDS 0x00000200UL macro
241 …uint32_t cr = PWR->CR &~ (PWR_CR_MRVLDS | PWR_CR_LPLVDS | PWR_CR_FPDS | PWR_CR_PDDS | PWR_CR_LPDS); in pwrSetSleepType()
252 cr |= PWR_CR_FPDS; in pwrSetSleepType()
256 cr |= PWR_CR_FPDS | PWR_CR_LPDS; in pwrSetSleepType()