rp2040-psram 1.0.0
A header-only library to allow access to SPI PSRAM via PIO on the RP2040 microcontroller.
Loading...
Searching...
No Matches
Public Attributes | List of all members
psram_spi_inst Struct Reference

A struct that holds the configuration for the PSRAM interface. More...

#include <psram_spi.h>

Public Attributes

PIO pio
 
uint sm
 
int write_dma_chan
 
dma_channel_config write_dma_chan_config
 
int read_dma_chan
 
dma_channel_config read_dma_chan_config
 
int async_dma_chan
 
dma_channel_config async_dma_chan_config
 

Detailed Description

A struct that holds the configuration for the PSRAM interface.

This struct is generated by psram_spi_init() and must be passed to all calls to the psram access functions.


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