RTEMS CPU Kit with SuperCore
4.11.3
|
Watchdog Insert. More...
#include <rtems/score/watchdogimpl.h>
Functions | |
void | _Watchdog_Insert_locked (Watchdog_Header *header, Watchdog_Control *the_watchdog, ISR_lock_Context *lock_context) |
Inserts the watchdog in a locked context. More... | |
void | _Watchdog_Insert (Watchdog_Header *header, Watchdog_Control *the_watchdog) |
Inserts the_watchdog into the header watchdog chain for a time of units. More... | |
Watchdog Insert.