virtmem
virtual memory library for Arduino
virtmem::SPIRamConfig Struct Reference

This struct is used to configure each SRAM chip used by a MultiSPIRAMVAllocP allocator. More...

#include <spiram_alloc.h>

Public Attributes

bool largeAddressing
 Does this chip needs large addressing (true if size >= 1 Mbit)
 
uint32_t size
 Amount of bytes this chip can hold.
 
uint8_t chipSelect
 Pin assigned as chip select (CS) for this chip.
 
SerialRam::ESPISpeed speed
 SPI speed to be used: SerialRam::SPEED_FULL, SerialRam::SPEED_HALF or SerialRam::SPEED_QUARTER.
 

Detailed Description

This struct is used to configure each SRAM chip used by a MultiSPIRAMVAllocP allocator.

Examples:
multispiram_simple.ino.

The documentation for this struct was generated from the following file: