HF-TMC9660 Driver 0.1.0-dev
Hardware Agnostic C++ Driver for the TMC9660
Loading...
Searching...
No Matches
tmc9660::MemStorageConfig Struct Reference

External memory storage configuration for TMCL scripts and parameters. More...

#include <bootloader_config.hpp>

Public Attributes

bootcfg::MemStorage tmcl_script {bootcfg::MemStorage::Disabled}
 
bootcfg::MemStorage parameters {bootcfg::MemStorage::Disabled}
 

Detailed Description

External memory storage configuration for TMCL scripts and parameters.

Configures which external memory types are used for storing TMCL scripts and parameter data. The bootloader can store TMCL application code and configuration parameters in external SPI flash or I2C EEPROM for persistence.

Member Data Documentation

◆ parameters

bootcfg::MemStorage tmc9660::MemStorageConfig::parameters {bootcfg::MemStorage::Disabled}

◆ tmcl_script

bootcfg::MemStorage tmc9660::MemStorageConfig::tmcl_script {bootcfg::MemStorage::Disabled}

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