HomeSort by relevance Sort by last modified time
    Searched refs:Stm32sleepDevNum (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/inc/platform/stm32f4xx/
plat.h 39 Stm32sleepDevNum, //must be last always, and must be <= PLAT_MAX_SLEEP_DEVS
  /device/google/contexthub/firmware/src/platform/stm32f4xx/
platform.c 367 if (sleepDevID >= PLAT_MAX_SLEEP_DEVS || sleepDevID >= Stm32sleepDevNum)
378 if (sleepDevID >= PLAT_MAX_SLEEP_DEVS || sleepDevID >= Stm32sleepDevNum)
637 for (i = 0; i < Stm32sleepDevNum; i++) {
643 if (i != Stm32sleepDevNum)

Completed in 298 milliseconds