#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.   | |
Copyright (c) 2008 , Atmel Corporation. All rights reserved. Licensed under Atmel's Limited License Agreement (BitCloudTM).
Definition in file eeprom.h.
| 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.
 1.5.1-p1