Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
CC32x0SFSPIFFS.cxx
Go to the documentation of this file.
1
34// This define is needed to call any ROM_xx function in the driverlib.
35#define USE_CC3220_ROM_DRV_API
36
37#define TI_DUAL_BANK_FLASH
38#define TISPIFFS_LOCK_NONE
39
40#include "spiffs.h"
41#include "inc/hw_types.h"
42#include "driverlib/flash.h"
43#include "driverlib/rom.h"
44#include "driverlib/cpu.h"
45
46#include "CC32x0SFSPIFFS.hxx"
47#include "../cc32x0sf/TiSPIFFSImpl.hxx"
48
Specialization of Serial SPIFFS driver for TI driverlib devices.
Definition TiSPIFFS.hxx:45