MODBUS laajempi esimerkki
eeprom.h File Reference

Header file for eeprom.c. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void reset_error_counter (unsigned int counter)
 Resets the specified error counter. More...
 
void add_error_counter (unsigned int counter)
 Increases the specified error counter by 1. More...
 
int read_error_counter (unsigned int counter)
 Reads the specified error counter. More...
 

Detailed Description

Header file for eeprom.c.


Source
/var/lib/cvs/embedded/project/kosteus/eeprom.h,v

Date

Date
2010-01-05 15:24:34 +0200 (ti, 05 tammi 2010)

Versions:

Log
eeprom.h,v

Revision 1.1 2009/08/06 07:25:23 juma Ohjelma jaettu hallittavimpiin kokonaisuuksiin

Function Documentation

void add_error_counter ( unsigned int  counter)

Increases the specified error counter by 1.


Parameters
counterCounter EEPROM address.
Warning

Here is the call graph for this function:

Here is the caller graph for this function:

int read_error_counter ( unsigned int  counter)

Reads the specified error counter.


Parameters
counterCounter EEPROM address.
Returns
Value of the error counter.

Here is the call graph for this function:

Here is the caller graph for this function:

void reset_error_counter ( unsigned int  counter)

Resets the specified error counter.


Parameters
counterCounter EEPROM address.

Here is the call graph for this function:

Here is the caller graph for this function: