Adafruit SPI FRAM Library
Macros | Variables
Adafruit_FRAM_SPI.cpp File Reference
#include <stdlib.h>
#include "Adafruit_FRAM_SPI.h"

Macros

#define FRAM_DEBUG   0
 Enable debug output.
 

Variables

struct {
   uint8_t   manufID
 Manufacture ID.
 
   uint16_t   prodID
 Product ID.
 
   uint32_t   size
 Size in bytes.
 
   bool   support_sleep
 Support sleep mode.
 
_supported_devices []
 Supported flash devices. More...
 

Variable Documentation

◆ _supported_devices

const { ... } _supported_devices[]
Initial value:
= {
{0x04, 0x0101, 2 * 1024UL, false},
{0x04, 0x0302, 8 * 1024UL, false},
{0x04, 0x2303, 8 * 1024UL, true},
{0x04, 0x2503, 32 * 1024UL, true},
{0x04, 0x2703, 128 * 1024UL, true},
{0x04, 0x4803, 256 * 1024UL, true},
{0x04, 0x2803, 256 * 1024UL, true},
{0x04, 0x4903, 512 * 1024UL, true},
{0x04, 0x490B, 512 * 1024UL, true},
{0x7F, 0x7F7f, 32 * 1024UL, false},
{0xAE, 0x8305, 8 * 1024UL, false}
}

Supported flash devices.