Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/platform/stm32f4xx/
Dpwr.h186 void pwrSetSleepType(enum Stm32F4xxSleepType sleepType);
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dplatform.c430 pwrSetSleepType((uint32_t)userData); in sleepClockRtcPrepare()
452 pwrSetSleepType(stm32f411SleepModeSleep); in sleepClockTmrPrepare()
496 pwrSetSleepType(stm32f411SleepModeSleep); in sleepClockJustWfiPrepare()
Dpwr.c240 void pwrSetSleepType(enum Stm32F4xxSleepType sleepType) in pwrSetSleepType() function