![]() |
![]() |
Funclet for FRAM write operations on FR2xx/FR4xx family devices.
Definition in file FramWriteFR4xx.c.
Go to the source code of this file.
Macros | |
#define | FRAMWRITE_O_TERMINATION 0x00000000 |
#define | FRAMWRITE_O_START 0x0000C400 |
#define | FRAMWRITE_O_FINISH 0x0000C484 |
#define | FRAMWRITE_O_LENGTH 0x00000084 |
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 = 0x0000C400 |
unsigned long | FramWrite_o_finish = 0x0000C484 |
unsigned long | FramWrite_o_length = 0x00000084 |
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 FramWriteFR4xx.c.