RTEMS CPU Kit with SuperCore  4.11.3
Functions
watchdoginsert.c File Reference

Watchdog Insert. More...

#include <rtems/score/watchdogimpl.h>
Include dependency graph for watchdoginsert.c:

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...
 

Detailed Description

Watchdog Insert.