RadioTestLibrary  1.32.0
Data Fields
ProgramInfo_t Struct Reference

This structure is used as input to RTLDevice::programFlash() and RTLDevice::verifyFlash(). More...

#include <rtl_flash_handler.h>

Data Fields

RTL_PROGRAM_TYPE type
 
QString parameters
 

Detailed Description

This structure is used as input to RTLDevice::programFlash() and RTLDevice::verifyFlash().

Field Documentation

§ type

ProgramInfo_t::type

Type of program action to perform. See RTL_PROGRAM_TYPE for supported types.

Referenced by RTLFlashHandler::initProgramInfo(), RTLFlashHandler::programFlash(), and RTLFlashHandler::verifyFlash().

§ parameters

ProgramInfo_t::parameters

String with additional parameter information. If type is set to RTLDevice::PT_PROGRAM_EXLUDE_PAGES, this field must contain the pages to exclude. The pages can be given as a range and/or single pages. E.g.: "0-5,8" excludes page 0, 1, 2, 3, 4, 5 and 8. If type is set to RTLDevice::PT_PROGRAM_EXLUDE_PAGES_FILLED_WITH, this field must contain value to exclude, e.g. "0x00".

Referenced by RTLFlashHandler::initProgramInfo(), RTLFlashHandler::programFlash(), and RTLFlashHandler::verifyFlash().


The documentation for this struct was generated from the following file:
© Copyright 1995-2023, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale