|
virtmem
virtual memory library for Arduino
|
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. | |
This struct is used to configure each SRAM chip used by a MultiSPIRAMVAllocP allocator.