![]() |
![]() |
Funclet for FRAM write operations.
Definition in file FramWrite.c.
Go to the source code of this file.
Macros | |
#define | FRAMWRITE_O_TERMINATION 0x00000000 |
#define | FRAMWRITE_O_START 0x00005C00 |
#define | FRAMWRITE_O_FINISH 0x00005C78 |
#define | FRAMWRITE_O_LENGTH 0x00000078 |
Variables | |
unsigned short | FramWrite_o [] |
Holds the target code for an FRAM write operation. More... | |
unsigned long | FramWrite_o_termination = 0x00000000 |
unsigned long | FramWrite_o_start = 0x00005C00 |
unsigned long | FramWrite_o_finish = 0x00005C78 |
unsigned long | FramWrite_o_length = 0x00000078 |
unsigned short FramWrite_o[] |
Holds the target code for an FRAM write operation.
This code is modified by the FRAM write function depending on it's parameters.
Definition at line 56 of file FramWrite.c.