HF-AS5047U Driver  0.1.0-dev
HF-AS5047U C++ Driver
Loading...
Searching...
No Matches
AS5047U_TestConfig::Timing Struct Reference

Timing Parameters. More...

#include <esp32_as5047u_test_config.hpp>

Static Public Attributes

static constexpr uint16_t POWER_ON_DELAY_MS = 10
 Power-on initialization delay (ms)
 
static constexpr uint16_t READOUT_LATENCY_US = 100
 Read latency for angle data (μs)
 
static constexpr uint16_t INTER_FRAME_US = 1
 Minimum time between SPI frames (μs)
 

Detailed Description

Timing Parameters.

Timing requirements from the AS5047U datasheet.

Member Data Documentation

◆ INTER_FRAME_US

constexpr uint16_t AS5047U_TestConfig::Timing::INTER_FRAME_US = 1
staticconstexpr

Minimum time between SPI frames (μs)

◆ POWER_ON_DELAY_MS

constexpr uint16_t AS5047U_TestConfig::Timing::POWER_ON_DELAY_MS = 10
staticconstexpr

Power-on initialization delay (ms)

◆ READOUT_LATENCY_US

constexpr uint16_t AS5047U_TestConfig::Timing::READOUT_LATENCY_US = 100
staticconstexpr

Read latency for angle data (μs)


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