|
HF-TMC9660 Driver 0.1.0-dev
Hardware Agnostic C++ Driver for the TMC9660
|
TMC9660 bootloader utility functions and helpers. More...
#include <array>#include <cstddef>#include <cstdint>Go to the source code of this file.
Namespaces | |
| namespace | tmc9660 |
Functions | |
| static constexpr uint8_t | tmc9660::reverseByte (uint8_t b) noexcept |
| Helper function for CRC-8 calculation (UART only). | |
| static constexpr uint8_t | tmc9660::crc8Bootloader (const uint8_t *data, size_t len) noexcept |
| CRC-8 calculation for UART protocol (TMC9660 datasheet method). | |
TMC9660 bootloader utility functions and helpers.