Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dreset.h30 #define RESET_INDEPENDENT_WATCHDOG 0x00000040UL macro
/device/google/contexthub/firmware/os/cpu/cortexm4/
Dcpu.c152 if ((reason & (RESET_WINDOW_WATCHDOG|RESET_INDEPENDENT_WATCHDOG)) != 0) { in cpuInitLate()
/device/google/contexthub/firmware/os/platform/stm32/
Dpwr.c166 reason |= RESET_INDEPENDENT_WATCHDOG; in pwrParseCsr()