HF-TMC9660 Driver
Hardware Agnostic C++ Driver for the TMC9660
|
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} |
External SPI flash configuration.
uint8_t tmc9660::SPIFlashConfig::cs_pin {0} |
bool tmc9660::SPIFlashConfig::enable_flash {false} |
bootcfg::SPIInterface tmc9660::SPIFlashConfig::flash_spi_iface {bootcfg::SPIInterface::IFACE1} |
bootcfg::SPIFlashFreq tmc9660::SPIFlashConfig::freq_div {bootcfg::SPIFlashFreq::Div4} |
bootcfg::SPI0SckPin tmc9660::SPIFlashConfig::spi0_sck_pin {bootcfg::SPI0SckPin::GPIO6} |