ESOS32
ESOSOn32-bitProcessors
Functions | Variables
esos_wdog.h File Reference
#include "esos.h"
Include dependency graph for esos_wdog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void _esos_wdog_initWatchdog (uint32_t u32_msBetweenWatchdogResets)
 
void esos_wdog_feedWatchdog (void)
 
uint32_t esos_wdog_getWatchdogFedTicks (void)
 
uint32_t esos_wdog_getTicksSinceWatchdogFed (void)
 
uint32_t esos_wdog_getTicksUntilWatchdogReset (void)
 
uint32_t esos_wdog_getTicksWatchdogPeriod (void)
 
void _esos_hw_wdog_initWatchdog (uint32_t u32_ticksBetweenWatchdogResets)
 
void _esos_hw_wdog_feedWatchdog (void)
 

Variables

volatile uint32_t __esos_wdog_ticksWatchdogLastFed
 

Detailed Description

This file contains macros, prototypes, and definitions for relatively hardware-independent interrupts on ESOS

Definition in file esos_wdog.h.