Rev 50 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 50 | Rev 56 | ||
---|---|---|---|
Line 12... | Line 12... | ||
12 | #endif |
12 | #endif |
13 | 13 | ||
14 | extern void WriteUint16NVRAM(uint32_t Address, uint16_t data); |
14 | extern void WriteUint16NVRAM(uint32_t Address, uint16_t data); |
15 | // define a pointer to be set up by the linker, pointing at the NVRAM base address used for data |
15 | // define a pointer to be set up by the linker, pointing at the NVRAM base address used for data |
16 | 16 | ||
- | 17 | extern void WriteUint32NVRAM(uint32_t Address, uint32_t data); |
|
- | 18 | ||
17 | #define NVRAM_BASE (uint8_t *)(&NVRAM_Base[0]) |
19 | #define NVRAM_BASE (uint8_t *)(&NVRAM_Base[0]) |
18 | 20 | ||
19 | #if defined __cplusplus |
21 | #if defined __cplusplus |
20 | } |
22 | } |
21 | #endif |
23 | #endif |