OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PLAT_MAX_SLEEP_DEVS
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/inc/
platform.h
55
#define
PLAT_MAX_SLEEP_DEVS
32
/device/google/contexthub/firmware/os/platform/stm32/
platform.c
126
static uint32_t mDevsMaxWakeTime[
PLAT_MAX_SLEEP_DEVS
] = {0,};
357
if (sleepDevID >=
PLAT_MAX_SLEEP_DEVS
|| sleepDevID >= Stm32sleepDevNum)
368
if (sleepDevID >=
PLAT_MAX_SLEEP_DEVS
|| sleepDevID >= Stm32sleepDevNum)
378
if (sleepDevID >=
PLAT_MAX_SLEEP_DEVS
|| sleepDevID >= Stm32sleepDevNum)
Completed in 379 milliseconds