![]() |
![]() |
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 |
Runtime state object for the XMEMWFF3 driver instance.
Maintains state information for a XMEMWFF3 driver instance including memory region parameters and access control.
| bool XMEMWFF3_Object::opened |
Has this region been opened
| uintptr_t XMEMWFF3_Object::mutexKey |
Store the mutex key
| size_t XMEMWFF3_Object::regionBase |
Offset from base of Ext flash - fetched during init()
| size_t XMEMWFF3_Object::regionStartAddr |
The regionBase translated to logical address - fetched during init()
| size_t XMEMWFF3_Object::regionSize |
The size of the region in bytes - fetched during init()
| size_t XMEMWFF3_Object::deviceNum |
FLASH/PSRAM