eeprom.h File Reference

The header file describes the EEPROM interface. More...

#include <types.h>

Go to the source code of this file.

Data Structures

struct  HAL_EepromParams_t
 eeprom access control structure More...

Functions

int HAL_ReadEeprom (HAL_EepromParams_t *params, void(*readDone)())
int HAL_WriteEeprom (HAL_EepromParams_t *params, void(*writeDone)())
bool HAL_IsEepromBusy (void)
 Checks the eeprom state.


Detailed Description

The header file describes the EEPROM interface.

Author:
Atmel Corporation: http://www.atmel.com
Support email: avr@atmel.com
Copyright (c) 2008 , Atmel Corporation. All rights reserved. Licensed under Atmel's Limited License Agreement (BitCloudTM).

Definition in file eeprom.h.


Function Documentation

int HAL_ReadEeprom ( HAL_EepromParams_t params,
void(*)()  readDone 
)

int HAL_WriteEeprom ( HAL_EepromParams_t params,
void(*)()  writeDone 
)

bool HAL_IsEepromBusy ( void   ) 

Checks the eeprom state.

Returns:
true - eeprom is busy;
false - eeprom is free;


Generated on Mon Feb 16 17:53:40 2009 for BitCloud Stack Documentation by  doxygen 1.5.1-p1