libDaisy
Hardware Library for Daisy
Loading...
Searching...
No Matches
qspi.h File Reference
#include <cstdint>
#include "daisy_core.h"

Go to the source code of this file.

Classes

class  daisy::QSPIHandle
 
struct  daisy::QSPIHandle::Config
 

Namespaces

namespace  daisy
 Hardware defines and helpers for daisy field platform.
 

Macros

#define DSY_QSPI
 
#define DSY_QSPI_TEXT
 
#define DSY_QSPI_DATA
 
#define DSY_QSPI_BSS
 

Macro Definition Documentation

◆ DSY_QSPI

#define DSY_QSPI

Macro

◆ DSY_QSPI_BSS

#define DSY_QSPI_BSS
Value:
__attribute__((section( \
".qspiflash_bss")))

used for reading memory in memory_mapped mode.

◆ DSY_QSPI_DATA

#define DSY_QSPI_DATA
Value:
__attribute__((section( \
".qspiflash_data")))

used for reading memory in memory_mapped mode.

◆ DSY_QSPI_TEXT

#define DSY_QSPI_TEXT
Value:
__attribute__((section( \
".qspiflash_text")))

used for reading memory in memory_mapped mode.