RadioTestLibrary
1.34.0
|
#include <QtCore>
#include "fpl_common.h"
Go to the source code of this file.
Data Structures | |
struct | EraseInfo_t |
This structure is used as input to RTLDevice::eraseFlash() . More... | |
struct | ProgramInfo_t |
This structure is used as input to RTLDevice::programFlash() and RTLDevice::verifyFlash() . More... | |
class | RTLFlashHandler |
Macros | |
#define | DONT_CHANGE_TEST_STATE false |
Enumerations | |
enum | RTL_ERASE_TYPE { ET_ERASE_ALL, ET_ERASE_ALL_FORCED, ET_ERASE_PAGE_RANGE, ET_ERASE_PAGES_IN_SOURCE } |
enum | RTL_PROGRAM_TYPE { PT_PROGRAM_PAGES_IN_SOURCE, PT_PROGRAM_EXLUDE_PAGES, PT_PROGRAM_EXLUDE_PAGES_FILLED_WITH } |
enum | CM3_CPU_REGISTERS { CM3_CPU_REG_R0 = 512, CM3_CPU_REG_R1 = 1 + 512, CM3_CPU_REG_R2 = 2 + 512, CM3_CPU_REG_R3 = 3 + 512, CM3_CPU_REG_R4 = 4 + 512, CM3_CPU_REG_R5 = 5 + 512, CM3_CPU_REG_R6 = 6 + 512, CM3_CPU_REG_R7 = 7 + 512, CM3_CPU_REG_R8 = 8 + 512, CM3_CPU_REG_R9 = 9 + 512, CM3_CPU_REG_R10 = 10 + 512, CM3_CPU_REG_R11 = 11 + 512, CM3_CPU_REG_R12 = 12 + 512, CM3_CPU_REG_R13 = 13 + 512, CM3_CPU_REG_R14 = 14 + 512, CM3_CPU_REG_R15 = 15 + 512, CM3_CPU_REG_R13MSP = 17 + 512 } |
The XDS debug interface uses an offset of 512 to address the CPU registers. More... | |
#define DONT_CHANGE_TEST_STATE false |
enum RTL_ERASE_TYPE |
enum RTL_PROGRAM_TYPE |
enum CM3_CPU_REGISTERS |
The XDS debug interface uses an offset of 512 to address the CPU registers.