Home
last modified time | relevance | path

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

/Zephyr-latest/soc/aspeed/ast10x0/
Dsoc.c49 #define HANDLE_WDTx_RESET(x, event_log, event_log_reg) \ argument
50 if (event_log & (BIT_WDT_SOC(x) | BIT_WDT_FULL(x) | BIT_WDT_ARM(x) | BIT_WDT_SW(x))) { \
52 if (event_log & BIT_WDT_SOC(x)) { \
56 if (event_log & BIT_WDT_FULL(x)) { \
60 if (event_log & BIT_WDT_ARM(x)) { \
64 if (event_log & BIT_WDT_SW(x)) { \