Searched refs:FLG_WATCHDOG (Results 1 – 1 of 1) sorted by relevance
103 #define FLG_WATCHDOG 0x20 /* Watchdog enabled */ macro251 #define watchdog_enable(ctx) (ctx)->flags |= FLG_WATCHDOG252 #define watchdog_disable(ctx) (ctx)->flags &= ~FLG_WATCHDOG301 if (!(ctx->flags & FLG_WATCHDOG)) in tmr_watchdog()