18 #ifndef _RTEMS_SCORE_WATCHDOGTICKS_H 19 #define _RTEMS_SCORE_WATCHDOGTICKS_H 43 #define WATCHDOG_NO_TIMEOUT 0 48 #define WATCHDOG_TICKS_PER_TIMESLICE_DEFAULT 50 uint32_t Watchdog_Interval
Type is used to specify the length of intervals.
const uint32_t _Watchdog_Ticks_per_second
The watchdog ticks per second.
const uint32_t _Watchdog_Nanoseconds_per_tick
The watchdog nanoseconds per tick.
const uint32_t _Watchdog_Microseconds_per_tick
The watchdog microseconds per tick.
This header file provides basic definitions used by the API and the implementation.
volatile Watchdog_Interval _Watchdog_Ticks_since_boot
The watchdog ticks counter.
const uint32_t _Watchdog_Ticks_per_timeslice
The watchdog ticks per timeslice.