![]() |
![]() |
Funclet for Flash write operations.
Definition in file FlashWrite.c.
Go to the source code of this file.
Macros | |
#define | FLASHWRITE_O_TERMINATION 0x00000000 |
#define | FLASHWRITE_O_START 0x00005C00 |
#define | FLASHWRITE_O_FINISH 0x00005CF0 |
#define | FLASHWRITE_O_LENGTH 0x000000F0 |
Variables | |
unsigned short | FlashWrite_o [] |
Holds the target code for an flash write operation. More... | |
unsigned long | FlashWrite_o_termination = 0x00000000 |
unsigned long | FlashWrite_o_start = 0x00005C00 |
unsigned long | FlashWrite_o_finish = 0x00005CF0 |
unsigned long | FlashWrite_o_length = 0x000000F0 |
unsigned short FlashWrite_o[] |
Holds the target code for an flash write operation.
This code is modified by the flash write function depending on it's parameters.
Definition at line 56 of file FlashWrite.c.