RTEMS CPU Kit with SuperCore  4.11.2
Functions
watchdogadjust.c File Reference

Watchdog Adjust. More...

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

Functions

void _Watchdog_Adjust_backward_locked (Watchdog_Header *header, Watchdog_Interval units)
 Adjusts the watchdogs in backward direction in a locked context. More...
 
void _Watchdog_Adjust_backward (Watchdog_Header *header, Watchdog_Interval units)
 Adjusts the header watchdog chain in the backward direction for units ticks. More...
 
void _Watchdog_Adjust_forward_locked (Watchdog_Header *header, Watchdog_Interval units, ISR_lock_Context *lock_context)
 Adjusts the watchdogs in forward direction in a locked context. More...
 
void _Watchdog_Adjust_forward (Watchdog_Header *header, Watchdog_Interval units)
 Adjusts the header watchdog chain in the forward direction for units ticks. More...
 

Detailed Description

Watchdog Adjust.