Skip to content

daisy::MAX11300Driver::UpdateSequencer

Public Types

Name
enum class Step

Public Functions

Name
bool IsBusy() const
void Invalidate()

Public Attributes

Name
size_t current_device_
Step current_step_
constexpr auto first_step_
constexpr auto last_step_

Public Types Documentation

enum Step

Enumerator Value Description
start 0
updateDac
updateAdc
updateGpo
updateGpi

Public Functions Documentation

function IsBusy

inline bool IsBusy() const

function Invalidate

inline void Invalidate()

Public Attributes Documentation

variable current_device_

size_t current_device_ = 0;

variable current_step_

Step current_step_ = first_step_;

variable first_step_

static constexpr auto first_step_ = Step::start;

variable last_step_

static constexpr auto last_step_ = Step::updateGpi;

Updated on 2024-01-03 at 19:41:01 +0000