Data Fields
XMEMWFF3_Object Struct Reference

Runtime state object for the XMEMWFF3 driver instance. More...

#include <XMEMWFF3.h>

Data Fields

bool opened
 
uintptr_t mutexKey
 
size_t regionBase
 
size_t regionStartAddr
 
size_t regionSize
 
size_t deviceNum
 

Detailed Description

Runtime state object for the XMEMWFF3 driver instance.

Maintains state information for a XMEMWFF3 driver instance including memory region parameters and access control.

Field Documentation

§ opened

bool XMEMWFF3_Object::opened

Has this region been opened

§ mutexKey

uintptr_t XMEMWFF3_Object::mutexKey

Store the mutex key

§ regionBase

size_t XMEMWFF3_Object::regionBase

Offset from base of Ext flash - fetched during init()

§ regionStartAddr

size_t XMEMWFF3_Object::regionStartAddr

The regionBase translated to logical address - fetched during init()

§ regionSize

size_t XMEMWFF3_Object::regionSize

The size of the region in bytes - fetched during init()

§ deviceNum

size_t XMEMWFF3_Object::deviceNum

FLASH/PSRAM


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