#include <cstdint>
#include "daisy_core.h"
#include "util/hal_map.h"
Go to the source code of this file.
|
namespace | daisy |
| Hardware defines and helpers for daisy field platform.
|
|
◆ DSY_QSPI
◆ DSY_QSPI_BSS
Value: __attribute__((section( \
".qspiflash_bss")))
used for reading memory in memory_mapped mode.
◆ DSY_QSPI_DATA
Value: __attribute__((section( \
".qspiflash_data")))
used for reading memory in memory_mapped mode.
◆ DSY_QSPI_TEXT
Value: __attribute__((section( \
".qspiflash_text")))
used for reading memory in memory_mapped mode.