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

Variables

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

Variable Documentation

◆ _supported_devices

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

Supported flash devices.