TI-RTOS Drivers  tidrivers_cc13xx_cc26xx_2_20_00_08
Data Fields
NVSCC26XX_CmdSetCopyBlockArgs Struct Reference

NVSCC26XX command structure for setting copy block. More...

#include <NVSCC26XX.h>

Data Fields

void * copyBlock
 
bool isRam
 

Detailed Description

NVSCC26XX command structure for setting copy block.

This structure is used to hold the copy block information that is passed to NVS_control(). If copyBlock is a buffer in RAM, isRam should be set to TRUE. If copyBlock is in Flash, set isRam to FALSE.

Field Documentation

void* NVSCC26XX_CmdSetCopyBlockArgs::copyBlock

Address of the copy block

bool NVSCC26XX_CmdSetCopyBlockArgs::isRam

TRUE if copyBlock is a RAM buffer


The documentation for this struct was generated from the following file:
Copyright 2016, Texas Instruments Incorporated