OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DBGMCU
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/platform/stm32/
wdt.c
37
#define
DBGMCU
((struct StmDbgmcu*)DBGMCU_BASE)
40
/*
DBGMCU
bit definitions */
90
DBGMCU
->APB1FZ |= DBG_WWDG_STOP;
platform.c
96
#define
DBGMCU
((struct StmDbgmcu*)DBGMCU_BASE)
101
/*
DBGMCU
bit definition */
277
DBGMCU
->CR |= debugStateInSleepMode;
279
DBGMCU
->CR &=~ debugStateInSleepMode;
Completed in 87 milliseconds