![]() |
![]() |
Funclet for FRAM erase operations.
Definition in file FramErase.c.
Go to the source code of this file.
Macros | |
#define | FRAMERASE_O_TERMINATION 0x00000000 |
#define | FRAMERASE_O_START 0x00005C00 |
#define | FRAMERASE_O_FINISH 0x00005C5E |
#define | FRAMERASE_O_LENGTH 0x0000005E |
Variables | |
unsigned short | FramErase_o [] |
Holds the target code for an FRAM erase operation. More... | |
unsigned long | FramErase_o_termination = 0x00000000 |
unsigned long | FramErase_o_start = 0x00005C00 |
unsigned long | FramErase_o_finish = 0x00005C5E |
unsigned long | FramErase_o_length = 0x0000005E |
unsigned short FramErase_o[] |
Holds the target code for an FRAM erase operation.
This code is modified by the FRAM erase function depending on it's parameters.
Definition at line 56 of file FramErase.c.