Mercurial > ~darius > hgwebdir.cgi > stm32temp
comparison eeprom.c @ 78:4c1db877452b
Add small note.
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Tue, 23 Apr 2013 20:46:37 +0930 |
parents | 7dd28b96a716 |
children |
comparison
equal
deleted
inserted
replaced
77:7dd28b96a716 | 78:4c1db877452b |
---|---|
39 | 39 |
40 /* Global variable used to store variable value in read sequence */ | 40 /* Global variable used to store variable value in read sequence */ |
41 uint16_t DataVar = 0; | 41 uint16_t DataVar = 0; |
42 | 42 |
43 /* Virtual address defined by the user: 0xFFFF value is prohibited */ | 43 /* Virtual address defined by the user: 0xFFFF value is prohibited */ |
44 /* XXX: These appear to just be used by EE_Init and EE_PageTransfer to know what | |
45 * to copy over | |
46 */ | |
44 const uint16_t VirtAddVarTab[NumbOfVar] = { 1000, 1001, 1002 }; | 47 const uint16_t VirtAddVarTab[NumbOfVar] = { 1000, 1001, 1002 }; |
45 | 48 |
46 /* Private function prototypes -----------------------------------------------*/ | 49 /* Private function prototypes -----------------------------------------------*/ |
47 /* Private functions ---------------------------------------------------------*/ | 50 /* Private functions ---------------------------------------------------------*/ |
48 static uint16_t EE_FindValidPage(uint8_t Operation); | 51 static uint16_t EE_FindValidPage(uint8_t Operation); |