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

External SPI flash configuration. More...

#include <TMC9660Bootloader.hpp>

Public Attributes

bool enable_flash {false}
 
bootcfg::SPIInterface flash_spi_iface {bootcfg::SPIInterface::IFACE1}
 
bootcfg::SPI0SckPin spi0_sck_pin {bootcfg::SPI0SckPin::GPIO6}
 
uint8_t cs_pin {0}
 
bootcfg::SPIFlashFreq freq_div {bootcfg::SPIFlashFreq::Div4}
 

Detailed Description

External SPI flash configuration.

Member Data Documentation

◆ cs_pin

uint8_t tmc9660::SPIFlashConfig::cs_pin {0}

◆ enable_flash

bool tmc9660::SPIFlashConfig::enable_flash {false}

◆ flash_spi_iface

bootcfg::SPIInterface tmc9660::SPIFlashConfig::flash_spi_iface {bootcfg::SPIInterface::IFACE1}

◆ freq_div

bootcfg::SPIFlashFreq tmc9660::SPIFlashConfig::freq_div {bootcfg::SPIFlashFreq::Div4}

◆ spi0_sck_pin

bootcfg::SPI0SckPin tmc9660::SPIFlashConfig::spi0_sck_pin {bootcfg::SPI0SckPin::GPIO6}

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