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

Initial state of the general purpose pins during boot. More...

#include <TMC9660Bootloader.hpp>

Public Attributes

uint32_t outputMask {0}
 
uint32_t directionMask {0}
 
uint32_t pullUpMask {0}
 
uint32_t pullDownMask {0}
 
uint32_t analogMask {0}
 

Detailed Description

Initial state of the general purpose pins during boot.

Member Data Documentation

◆ analogMask

uint32_t tmc9660::GPIOConfig::analogMask {0}

◆ directionMask

uint32_t tmc9660::GPIOConfig::directionMask {0}

◆ outputMask

uint32_t tmc9660::GPIOConfig::outputMask {0}

◆ pullDownMask

uint32_t tmc9660::GPIOConfig::pullDownMask {0}

◆ pullUpMask

uint32_t tmc9660::GPIOConfig::pullUpMask {0}

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