TI-RTOS Drivers  tidrivers_full_2_20_00_08
Data Fields
NVSMSP432_CmdSetCopyBlockArgs Struct Reference

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

#include <NVSMSP432.h>

Data Fields

void * copyBlock
 
bool isRam
 

Detailed Description

NVSMSP432 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* NVSMSP432_CmdSetCopyBlockArgs::copyBlock

Address of the copy block

bool NVSMSP432_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