![]() |
![]() |
Funclet for Flash erase operations.
Definition in file FlashErase.c.
Go to the source code of this file.
Macros | |
#define | FLASHERASE_O_TERMINATION 0x00000000 |
#define | FLASHERASE_O_START 0x00005C00 |
#define | FLASHERASE_O_FINISH 0x00005CB2 |
#define | FLASHERASE_O_LENGTH 0x000000B2 |
Variables | |
unsigned short | FlashErase_o [] |
Holds the target code for a flash erase operation. More... | |
unsigned long | FlashErase_o_termination = 0x00000000 |
unsigned long | FlashErase_o_start = 0x00005C00 |
unsigned long | FlashErase_o_finish = 0x00005CB2 |
unsigned long | FlashErase_o_length = 0x000000B2 |
unsigned short FlashErase_o[] |
Holds the target code for a flash erase operation.
This code is modified by the flash erase function depending on it's parameters.
Definition at line 56 of file FlashErase.c.