RadioTestLibrary  1.32.0
Data Fields
EraseInfo_t Struct Reference

This structure is used as input to RTLDevice::eraseFlash(). More...

#include <rtl_flash_handler.h>

Data Fields

RTL_ERASE_TYPE type
 
QString parameters
 

Detailed Description

This structure is used as input to RTLDevice::eraseFlash().

Field Documentation

§ type

EraseInfo_t::type

Type of erase to perform. See RTL_ERASE_TYPE for supported types.

Referenced by RTLFlashHandler::eraseFlash(), and RTLFlashHandler::initEraseInfo().

§ parameters

EraseInfo_t::parameters

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

Referenced by RTLFlashHandler::eraseFlash(), and RTLFlashHandler::initEraseInfo().


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